summaryrefslogtreecommitdiff
path: root/unittests/Transforms
AgeCommit message (Expand)AuthorFilesLines
2012-09-26Remove unneeded and invalid SetInsertPoint calls from unittest.Benjamin Kramer1-8/+0
2012-09-26Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman1-0/+96
2012-09-25Revert r164614 to appease the buildbots.Chad Rosier1-97/+0
2012-09-25Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman1-0/+97
2012-09-25Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman2-0/+55
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-2/+3
2012-06-21llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi1-1/+1
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth2-0/+9
2012-06-20Fix inappropriate use of anonymous namespaces in unittests.Chandler Carruth1-1/+3
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-07-25Convert GetElementPtrInst to use ArrayRef.Jay Foad1-1/+1
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad1-0/+1
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad1-4/+3
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad1-0/+1
2011-02-21Simplify RecursivelyDeleteDeadPHINode. The only functionality changeDuncan Sands1-0/+6
2011-02-20Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add aNick Lewycky1-0/+5
2011-02-20Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. PatchNick Lewycky1-0/+49
2010-03-13Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.Nick Lewycky1-36/+89
2009-10-27Factor out redundancy from clone() implementations.Devang Patel1-28/+28
2009-10-27Type.h doesn't need to #include LLVMContext.hChris Lattner1-0/+1
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands1-1/+1
2009-09-27New unit test for the cloning module, which so far only covers cloning ofNick Lewycky3-0/+119