aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make RecursivelyDeleteTriviallyDeadInstructions,Dan Gohman2010-01-052-6/+8
* Some versions of GCC don't like non-static data members in sizeofDan Gohman2010-01-051-1/+1
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-052-0/+391
* convert various IntrinsicInst's to use class instead of struct.Chris Lattner2010-01-052-11/+21
* Delete renaming use of dead dbg intrinsics.Devang Patel2010-01-051-6/+0
* Fix a build error by adding a missing commit.David Greene2010-01-051-0/+4
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-052-6/+6
* Remove dead debug info intrinsics.Devang Patel2010-01-054-109/+0
* Simplify this code; avoid duplicating the low-level implementation code.Dan Gohman2010-01-051-12/+4
* Fix a typo in a comment.Dan Gohman2010-01-051-1/+1
* Remove the CPAttrParentAsRoot code, which is unused, and inconvenientDan Gohman2010-01-041-8/+1
* Fix the Emacs mode string.Mikhail Glushenkov2010-01-041-37/+40
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-022-14/+0
* teach instcombine to optimize pointer difference idioms involving constantChris Lattner2010-01-011-6/+17
* Remove old header.Ted Kremenek2010-01-011-516/+0
* Remove derelict serialization code. Ted Kremenek2009-12-313-306/+0
* this #include is ok.Chris Lattner2009-12-311-1/+1
* fix Analysis/DebugInfo.h to not include Metadata.h. Do thisChris Lattner2009-12-311-15/+7
* Remove #include of metadata.h from intrinsicinst.h. The onlyChris Lattner2009-12-312-4/+5
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-313-28/+28
* Optimize MDNode to coallocate the operand list immediatelyChris Lattner2009-12-311-5/+11
* do not bother reuniquing mdnodes whose operands drop to null. DoingChris Lattner2009-12-301-3/+15
* Implement edit distance for StringRefDouglas Gregor2009-12-301-0/+16
* remove a bunch of unneeded functions.Chris Lattner2009-12-291-21/+0
* one pass of cleanup over DebugInfo.h. Much more is still needed.Chris Lattner2009-12-291-25/+16
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-295-32/+25
* just cleanup.Chris Lattner2009-12-291-29/+28
* privatize another interface.Chris Lattner2009-12-291-3/+0
* the only call to this function (from clang) has been removed, zap it.Chris Lattner2009-12-291-4/+0
* remove some unneeded Metadata interfaces.Chris Lattner2009-12-292-8/+1
* sink twine.h down out of Value.h. It is annoying that you needChris Lattner2009-12-297-3/+8
* When doing v1->RAUW(v2), don't do anything to metadata. We don't knowChris Lattner2009-12-291-2/+0
* sink the Instruction::HasMetadata bit into SubclassData.Chris Lattner2009-12-293-49/+83
* add a layer of accessors around the Value::SubClassData member, and use Chris Lattner2009-12-297-37/+111
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-283-31/+62
* rearrange some code.Chris Lattner2009-12-281-37/+35
* remove #include that comes in from ConstantFolder.hChris Lattner2009-12-281-1/+0
* remove #include of Function.h from IRBuilderChris Lattner2009-12-281-5/+8
* move debug info stuff out of line, allowing two #includesChris Lattner2009-12-281-25/+10
* split code that doesn't need to be templated out of IRBuilder into a newChris Lattner2009-12-281-91/+93
* rename ivar to be more descriptive.Chris Lattner2009-12-281-14/+14
* rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner2009-12-282-21/+11
* rename getHandlerNames to getMDKindNames, simplify its interfaceChris Lattner2009-12-281-3/+3
* avoid a completely unneeded linear walk.Chris Lattner2009-12-281-1/+1
* Rewrite the function-local validation logic for MDNodes (most of r91708).Chris Lattner2009-12-281-13/+8
* rename MDNode instance variables to something meaningful.Chris Lattner2009-12-281-3/+3
* snip one more #include from Metadata.hChris Lattner2009-12-281-3/+2
* prune #includes more.Chris Lattner2009-12-281-2/+2
* Metadata.h doesn't need to include ValueHandle.h anymore.Chris Lattner2009-12-282-1/+1
* change the strange MetadataContext::getMDs function to expose lessChris Lattner2009-12-281-1/+1