aboutsummaryrefslogtreecommitdiff
path: root/unittests/Transforms
AgeCommit message (Expand)Author
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad
2011-02-21Simplify RecursivelyDeleteDeadPHINode. The only functionality changeDuncan Sands
2011-02-20Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add aNick Lewycky
2011-02-20Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. PatchNick Lewycky
2010-03-13Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.Nick Lewycky
2009-10-27Factor out redundancy from clone() implementations.Devang Patel
2009-10-27Type.h doesn't need to #include LLVMContext.hChris Lattner
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-09-27New unit test for the cloning module, which so far only covers cloning ofNick Lewycky