summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/ScalarEvolutionTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [SCEVExpander] Don't hoist divisionsSanjoy Das2016-11-101-0/+76
* Lift out a helper lambda; NFCSanjoy Das2016-11-101-11/+11
* Make a test case more rigorous; NFCSanjoy Das2016-10-311-21/+8
* [SCEV] Try to order n-ary expressions in CompareValueComplexitySanjoy Das2016-10-311-20/+37
* [SCEV] Reduce boilerplate in unit testsSanjoy Das2016-10-311-32/+27
* [SCEV] In CompareValueComplexity, order global values by their nameSanjoy Das2016-10-301-1/+26
* Clean up test a little bit; NFCSanjoy Das2016-10-301-16/+16
* [SCEV] Make CompareValueComplexity a little bit smarterSanjoy Das2016-10-181-0/+112
* Add a C++ unittest to test the fix for PR30213.Wei Mi2016-09-151-0/+65
* Use EXPECT_EQ in the unittests instead of plain assertTobias Grosser2016-02-221-2/+3
* ScalarEvolution: Do not keep temporary PHI values in ValueExprMapTobias Grosser2016-02-211-0/+26
* [PM] Port ScalarEvolution to the new pass manager.Chandler Carruth2015-08-171-14/+21
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-2/+2
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-2/+2
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-151-8/+8
* The product of two chrec's can always be represented as a chrec.Nick Lewycky2011-10-041-7/+159
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+1
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-1/+1
* Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2010-08-021-0/+82
* Speculatively revert r109705 since it seems to be causing some build botEric Christopher2010-07-291-78/+0
* Factor out some of the code for updating old SCEVUnknown values, andDan Gohman2010-07-291-0/+78
OpenPOWER on IntegriCloud