aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-4/+3
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-0/+1
* Simplify RecursivelyDeleteDeadPHINode. The only functionality changeDuncan Sands2011-02-211-0/+6
* Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add aNick Lewycky2011-02-201-0/+5
* Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. PatchNick Lewycky2011-02-201-0/+49
* Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.Nick Lewycky2010-03-131-36/+89
* Factor out redundancy from clone() implementations.Devang Patel2009-10-271-28/+28
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-271-0/+1
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-1/+1
* New unit test for the cloning module, which so far only covers cloning ofNick Lewycky2009-09-272-0/+102