aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add DEBUG_DECLARE. Not used yet.Dale Johannesen2010-01-092-1/+12
* Derive NamedMDNode from Value.Devang Patel2010-01-091-4/+3
* Add DEBUG_VALUE. Not used yet.Dale Johannesen2010-01-082-1/+12
* Add assert to check dominance dfs numbers.Tobias Grosser2010-01-071-0/+7
* Remove workaround in PostDominatorsTobias Grosser2010-01-072-19/+6
* Fix DFS number calculation for postdominatorsTobias Grosser2010-01-071-23/+29
* Revert r92939. These intrinsics get matched to LLVM instructions,David Greene2010-01-071-24/+0
* Add some "missing" instrinsics to make the SSE intrinsic set a bit moreDavid Greene2010-01-071-0/+24
* Use separate namespace for named metadata.Devang Patel2010-01-073-17/+112
* Fix occurrence typoKovarththanan Rajaratnam2010-01-071-8/+8
* Correct spelling.Duncan Sands2010-01-071-2/+2
* Add comments.Jakob Stoklund Olesen2010-01-072-0/+4
* Add Target hook to duplicate machine instructions.Jakob Stoklund Olesen2010-01-061-0/+8
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-062-2/+5
* Fix struct/class mismatchDouglas Gregor2010-01-061-1/+1
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-061-0/+4
* Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...Jakob Stoklund Olesen2010-01-061-1/+6
* Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman2010-01-051-12/+12
* Restore dump() methods to Loop and MachineLoop.Dan Gohman2010-01-052-1/+5
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-051-6/+6
* Add a new predicate for integer type equality tests.Benjamin Kramer2010-01-051-0/+3
* 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