aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another sentinel optimization. This one should alwaysGabor Greif2009-03-011-3/+6
* Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif2009-03-011-3/+8
* fix a commentGabor Greif2009-03-011-1/+1
* Fix a typo. Thanks baldrick!Gabor Greif2009-03-011-1/+1
* simplify handling "don't print top level name" processing, so that we getChris Lattner2009-03-011-3/+6
* Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a newBob Wilson2009-03-011-0/+18
* move type name population out of TypePrinting class into a static Chris Lattner2009-02-281-2/+11
* delete a bunch of duplicated type printing logic, using the type printingChris Lattner2009-02-281-2/+2
* add description how the ilist_traits<Instruction> worksGabor Greif2009-02-281-2/+13
* the module is not required to exist, allow it to default, giving thisChris Lattner2009-02-281-1/+1
* disable copying and assignment.Chris Lattner2009-02-281-0/+2
* expose TypePrinting as a public API.Chris Lattner2009-02-281-0/+18
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-281-3/+2
* make traits more flexible by splitting out node-related fragmentGabor Greif2009-02-281-6/+14
* Avoid unused parameter warning.Evan Cheng2009-02-281-1/+1
* group friendshipGabor Greif2009-02-271-1/+1
* Refactor TLS code and add some tests. The tests and expected results are:Rafael Espindola2009-02-271-0/+13
* fix commentsGabor Greif2009-02-271-4/+2
* Introduce a new technique for merging BasicBlock with Instruction sentinel by...Gabor Greif2009-02-272-3/+12
* Make LoopInfo::print() identify header, exit, and latch blocks,Dan Gohman2009-02-271-2/+7
* remove deleteNode definition, it is inherited in an identical fashionGabor Greif2009-02-261-4/+0
* ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in...Evan Cheng2009-02-261-4/+4
* Fix a duplicated word in a comment.Bob Wilson2009-02-261-1/+1
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-252-57/+0
* Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng2009-02-251-3/+6