index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
Analysis
/
ScalarEvolutionTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SCEVExpander] Don't hoist divisions
Sanjoy Das
2016-11-10
1
-0
/
+76
*
Lift out a helper lambda; NFC
Sanjoy Das
2016-11-10
1
-11
/
+11
*
Make a test case more rigorous; NFC
Sanjoy Das
2016-10-31
1
-21
/
+8
*
[SCEV] Try to order n-ary expressions in CompareValueComplexity
Sanjoy Das
2016-10-31
1
-20
/
+37
*
[SCEV] Reduce boilerplate in unit tests
Sanjoy Das
2016-10-31
1
-32
/
+27
*
[SCEV] In CompareValueComplexity, order global values by their name
Sanjoy Das
2016-10-30
1
-1
/
+26
*
Clean up test a little bit; NFC
Sanjoy Das
2016-10-30
1
-16
/
+16
*
[SCEV] Make CompareValueComplexity a little bit smarter
Sanjoy Das
2016-10-18
1
-0
/
+112
*
Add a C++ unittest to test the fix for PR30213.
Wei Mi
2016-09-15
1
-0
/
+65
*
Use EXPECT_EQ in the unittests instead of plain assert
Tobias Grosser
2016-02-22
1
-2
/
+3
*
ScalarEvolution: Do not keep temporary PHI values in ValueExprMap
Tobias Grosser
2016-02-21
1
-0
/
+26
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-14
/
+21
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-2
/
+2
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Fix includes of llvm files that used angle brackets.
Craig Topper
2012-09-15
1
-8
/
+8
*
The product of two chrec's can always be represented as a chrec.
Nick Lewycky
2011-10-04
1
-7
/
+159
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-1
/
+1
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-1
/
+1
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
1
-1
/
+1
*
Make SCEVUnknown a CallbackVH, so that it can be notified directly
Dan Gohman
2010-08-02
1
-0
/
+82
*
Speculatively revert r109705 since it seems to be causing some build bot
Eric Christopher
2010-07-29
1
-78
/
+0
*
Factor out some of the code for updating old SCEVUnknown values, and
Dan Gohman
2010-07-29
1
-0
/
+78
[prev]