summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* drop support for GCC 2.x as it is hopelessly broken anywayGabor Greif2009-03-02
* Declare Sentinel fragments as mutable to get ridGabor Greif2009-03-02
* remove a deprecated interface that was pretty uselessGabor Greif2009-03-02
* fix typoGabor Greif2009-03-02
* Move code from Main.cpp to the include dir.Mikhail Glushenkov2009-03-02
* Cosmetic fixes: include guards.Mikhail Glushenkov2009-03-02
* Plugin::Priority() doesn't need to be pure virtual.Mikhail Glushenkov2009-03-02
* Add a comment.Mikhail Glushenkov2009-03-02
* Reorganize llvmc code.Mikhail Glushenkov2009-03-02
* Another sentinel optimization. This one should alwaysGabor Greif2009-03-01
* Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif2009-03-01
* fix a commentGabor Greif2009-03-01
* Fix a typo. Thanks baldrick!Gabor Greif2009-03-01
* simplify handling "don't print top level name" processing, so that we getChris Lattner2009-03-01
* Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a newBob Wilson2009-03-01
* move type name population out of TypePrinting class into a static Chris Lattner2009-02-28
* delete a bunch of duplicated type printing logic, using the type printingChris Lattner2009-02-28
* add description how the ilist_traits<Instruction> worksGabor Greif2009-02-28
* the module is not required to exist, allow it to default, giving thisChris Lattner2009-02-28
* disable copying and assignment.Chris Lattner2009-02-28
* expose TypePrinting as a public API.Chris Lattner2009-02-28
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-28
* make traits more flexible by splitting out node-related fragmentGabor Greif2009-02-28
* Avoid unused parameter warning.Evan Cheng2009-02-28
* group friendshipGabor Greif2009-02-27
* Refactor TLS code and add some tests. The tests and expected results are:Rafael Espindola2009-02-27
* fix commentsGabor Greif2009-02-27
* Introduce a new technique for merging BasicBlock with Instruction sentinel by...Gabor Greif2009-02-27
* Make LoopInfo::print() identify header, exit, and latch blocks,Dan Gohman2009-02-27
* remove deleteNode definition, it is inherited in an identical fashionGabor Greif2009-02-26
* ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in...Evan Cheng2009-02-26
* Fix a duplicated word in a comment.Bob Wilson2009-02-26
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-25
* Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng2009-02-25
* Expand tabs to spaces (overlooked in previous commit)Scott Michel2009-02-25
* Remove all "cached" data from BuildVectorSDNode, preferring to retrieveScott Michel2009-02-25
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-24
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-24
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-24
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-24
* Correctly implement ImmutableMap::getMaxElement() by getting the actual <key,...Ted Kremenek2009-02-23
* Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair...Ted Kremenek2009-02-23
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-22
* Regenerate.Nick Lewycky2009-02-21
* Add version of StringsEqualNoCase that takes two null-terminated C-strings an...Ted Kremenek2009-02-21
* fix and clean up a commentGabor Greif2009-02-21
* Removed trailing whitespace.Misha Brukman2009-02-20
* Removed trailing whitespace.Misha Brukman2009-02-20
* Removed trailing whitespace.Misha Brukman2009-02-20
* Fixed lint errors:Misha Brukman2009-02-20