aboutsummaryrefslogtreecommitdiff
path: root/unittests/Transforms/Utils/Cloning.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-06-20Fix inappropriate use of anonymous namespaces in unittests.Chandler Carruth
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-07-25Convert GetElementPtrInst to use ArrayRef.Jay Foad
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad
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