aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Analysis/ScalarEvolutionTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-22Use EXPECT_EQ in the unittests instead of plain assertTobias Grosser1-2/+3
2016-02-21ScalarEvolution: Do not keep temporary PHI values in ValueExprMapTobias Grosser1-0/+26
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth1-14/+21
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-2/+2
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-2/+2
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-2/+2
2012-09-15Fix includes of llvm files that used angle brackets.Craig Topper1-8/+8
2011-10-04The product of two chrec's can always be represented as a chrec.Nick Lewycky1-7/+159
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-2/+2
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad1-1/+1
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling1-1/+1
2011-07-11De-constify Types in FunctionType::get().Jay Foad1-1/+1
2010-08-02Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman1-0/+82
2010-07-29Speculatively revert r109705 since it seems to be causing some build botEric Christopher1-78/+0
2010-07-29Factor out some of the code for updating old SCEVUnknown values, andDan Gohman1-0/+78