Sort the #include lines for unittest/...
[oota-llvm.git] / unittests / Transforms / Utils / Cloning.cpp
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-06-20 Chandler CarruthFix inappropriate use of anonymous namespaces in unittests.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2010-03-13 Nick LewyckyTeach this test not to leak. Also, clean up all the...
2009-10-27 Devang PatelFactor out redundancy from clone() implementations.
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-27 Nick LewyckyNew unit test for the cloning module, which so far...