aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* make the Op<N> methods protected, how it was intended to beGabor Greif2009-03-091-0/+2
* Revert r66415. It's causing failures during bootstrap builds:Bill Wendling2009-03-096-34/+15
* Add a constructor for BuildVectorSDNode and revert the temporary workaroundBob Wilson2009-03-091-4/+2
* in builds without asserts we do not need to allocate the Next pointer in "gho...Gabor Greif2009-03-096-15/+34
* Regenerate.Nick Lewycky2009-03-091-18/+0
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-095-523/+0
* make GlobalValue::removeDeadConstantUsers() const.Chris Lattner2009-03-091-1/+1
* reimplement AliasSetTracker in terms of DenseMap instead of hash_map,Chris Lattner2009-03-091-32/+34
* add a #include to improve portability to windows, as requested byChris Lattner2009-03-091-0/+1
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-091-11/+31
* change the MemIntrinsic get/setAlignment method to take an unsignedChris Lattner2009-03-081-6/+9
* Introduce a new MemTransferInst pseudo class, which is a commonChris Lattner2009-03-081-38/+36
* Fix misaligned whitespace. No functionality change.Nick Lewycky2009-03-081-4/+4
* Remove some duplication.Mikhail Glushenkov2009-03-071-5/+8
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-072-26/+76
* simplify the way how traits get hold of the symbol tableGabor Greif2009-03-073-23/+13
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-074-7/+5
* Remove the burden of dealing with list offsetsGabor Greif2009-03-074-67/+25
* Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}.Daniel Dunbar2009-03-061-4/+36
* Add Module::getNamedValue; use to normalize access to Module symbolDaniel Dunbar2009-03-061-0/+10
* Add default constructor to SDNode to make gcc 3.4.6 happy.Tanya Lattner2009-03-061-0/+4
* some nits noticed by DuncanChris Lattner2009-03-061-2/+3
* fix header comment and include guard.Chris Lattner2009-03-061-9/+5
* add a bunch more passes to the C bindings (PR3734), patch byChris Lattner2009-03-062-9/+131
* Sprinkle some PrettyStackEntry magic into the passmanager. With this, we nowChris Lattner2009-03-061-0/+23
* do not close friendship with every odd classGabor Greif2009-03-062-2/+0
* Add "check/remove dbg var" helper routines.Devang Patel2009-03-061-0/+9
* Regenerate.Nick Lewycky2009-03-051-0/+3
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-046-0/+7
* Add some cautionary comments.Dale Johannesen2009-03-041-1/+3
* add some helper classes for building light-weight symbolic stack tracesChris Lattner2009-03-041-0/+65
* Re-commit 65975 and a fix for the problem thatDale Johannesen2009-03-041-0/+2
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-041-6/+5
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-047-11/+71
* "Ghostify" embedded sentinels. This is a real win in all casesGabor Greif2009-03-043-9/+10
* Temporarily revert 65975, which breaks the llvm-gcc build.Dale Johannesen2009-03-041-2/+0
* Dbg Intrinsics do not access memory.Devang Patel2009-03-031-8/+11
* Make a comment less terse.Dan Gohman2009-03-031-1/+2
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-038-11/+15
* When sinking an insn in InstCombine bring its debugDale Johannesen2009-03-031-0/+5
* Generalize BuildVectorSDNode::isConstantSplat to use APInts and handleBob Wilson2009-03-021-7/+12
* drop support for GCC 2.x as it is hopelessly broken anywayGabor Greif2009-03-021-15/+4
* Declare Sentinel fragments as mutable to get ridGabor Greif2009-03-022-6/+6
* remove a deprecated interface that was pretty uselessGabor Greif2009-03-021-7/+0
* fix typoGabor Greif2009-03-021-1/+1
* Move code from Main.cpp to the include dir.Mikhail Glushenkov2009-03-021-0/+133
* Cosmetic fixes: include guards.Mikhail Glushenkov2009-03-025-16/+16
* Plugin::Priority() doesn't need to be pure virtual.Mikhail Glushenkov2009-03-021-1/+1
* Add a comment.Mikhail Glushenkov2009-03-021-1/+3
* Reorganize llvmc code.Mikhail Glushenkov2009-03-021-0/+33