summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Delete NamedMDSymTable while destrucing Module.Devang Patel2010-01-09
* Add DEBUG_DECLARE. Not used yet.Dale Johannesen2010-01-09
* Derive NamedMDNode from Value.Devang Patel2010-01-09
* Add DEBUG_VALUE. Not used yet.Dale Johannesen2010-01-08
* Add assert to check dominance dfs numbers.Tobias Grosser2010-01-07
* Remove workaround in PostDominatorsTobias Grosser2010-01-07
* Fix DFS number calculation for postdominatorsTobias Grosser2010-01-07
* Revert r92939. These intrinsics get matched to LLVM instructions,David Greene2010-01-07
* Add some "missing" instrinsics to make the SSE intrinsic set a bit moreDavid Greene2010-01-07
* Use separate namespace for named metadata.Devang Patel2010-01-07
* Fix occurrence typoKovarththanan Rajaratnam2010-01-07
* Correct spelling.Duncan Sands2010-01-07
* Add comments.Jakob Stoklund Olesen2010-01-07
* Add Target hook to duplicate machine instructions.Jakob Stoklund Olesen2010-01-06
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-06
* Fix struct/class mismatchDouglas Gregor2010-01-06
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-06
* Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...Jakob Stoklund Olesen2010-01-06
* Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman2010-01-05
* Restore dump() methods to Loop and MachineLoop.Dan Gohman2010-01-05
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-05
* Add a new predicate for integer type equality tests.Benjamin Kramer2010-01-05
* Make RecursivelyDeleteTriviallyDeadInstructions,Dan Gohman2010-01-05
* Some versions of GCC don't like non-static data members in sizeofDan Gohman2010-01-05
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-05
* convert various IntrinsicInst's to use class instead of struct.Chris Lattner2010-01-05
* Delete renaming use of dead dbg intrinsics.Devang Patel2010-01-05
* Fix a build error by adding a missing commit.David Greene2010-01-05
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* Remove dead debug info intrinsics.Devang Patel2010-01-05
* Simplify this code; avoid duplicating the low-level implementation code.Dan Gohman2010-01-05
* Fix a typo in a comment.Dan Gohman2010-01-05
* Remove the CPAttrParentAsRoot code, which is unused, and inconvenientDan Gohman2010-01-04
* Fix the Emacs mode string.Mikhail Glushenkov2010-01-04
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-02
* teach instcombine to optimize pointer difference idioms involving constantChris Lattner2010-01-01
* Remove old header.Ted Kremenek2010-01-01
* Remove derelict serialization code. Ted Kremenek2009-12-31
* this #include is ok.Chris Lattner2009-12-31
* fix Analysis/DebugInfo.h to not include Metadata.h. Do thisChris Lattner2009-12-31
* Remove #include of metadata.h from intrinsicinst.h. The onlyChris Lattner2009-12-31
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-31
* Optimize MDNode to coallocate the operand list immediatelyChris Lattner2009-12-31
* do not bother reuniquing mdnodes whose operands drop to null. DoingChris Lattner2009-12-30
* Implement edit distance for StringRefDouglas Gregor2009-12-30
* remove a bunch of unneeded functions.Chris Lattner2009-12-29
* one pass of cleanup over DebugInfo.h. Much more is still needed.Chris Lattner2009-12-29
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-29
* just cleanup.Chris Lattner2009-12-29
* privatize another interface.Chris Lattner2009-12-29