Return a std::unique_ptr from CloneModule. NFC.
[oota-llvm.git] / unittests / Analysis / ScalarEvolutionTest.cpp
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-09-15 Craig TopperFix includes of llvm files that used angle brackets.
2011-10-04 Nick LewyckyThe product of two chrec's can always be represented...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2010-08-02 Dan GohmanMake SCEVUnknown a CallbackVH, so that it can be notifi...
2010-07-29 Eric ChristopherSpeculatively revert r109705 since it seems to be causi...
2010-07-29 Dan GohmanFactor out some of the code for updating old SCEVUnknow...