summaryrefslogtreecommitdiff
path: root/unittests/Transforms/Utils/Cloning.cpp
Commit message (Expand)AuthorAge
* Fix inappropriate use of anonymous namespaces in unittests.Chandler Carruth2012-06-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.Nick Lewycky2010-03-13
* Factor out redundancy from clone() implementations.Devang Patel2009-10-27
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-27
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* New unit test for the cloning module, which so far only covers cloning ofNick Lewycky2009-09-27