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
/
lib
/
Analysis
/
ScalarEvolution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ScalarEvolution: Derive element size from the type of the loaded element
Tobias Grosser
2014-06-08
1
-1
/
+1
*
implement missing SCEVDivision case
Sebastian Pop
2014-05-29
1
-0
/
+9
*
fail to find dimensions when ElementSize is nullptr
Sebastian Pop
2014-05-29
1
-1
/
+1
*
avoid type mismatch when building SCEVs
Sebastian Pop
2014-05-27
1
-0
/
+26
*
do not use the GCD to compute the delinearization strides
Sebastian Pop
2014-05-27
1
-59
/
+8
*
remove BasePointer before delinearizing
Sebastian Pop
2014-05-27
1
-18
/
+17
*
remove constant terms
Sebastian Pop
2014-05-27
1
-17
/
+71
*
Some cleanup for r209568.
Michael Zolotukhin
2014-05-26
1
-9
/
+7
*
Implement sext(C1 + C2*X) --> sext(C1) + sext(C2*X) and
Michael Zolotukhin
2014-05-24
1
-0
/
+35
*
Fix and improve SCEV ComputeBackedgeTankCount.
Andrew Trick
2014-05-23
1
-19
/
+46
*
ScalarEvolution: Fix handling of AddRecs in isKnownPredicate
Justin Bogner
2014-05-23
1
-12
/
+24
*
Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.
Andrew Trick
2014-05-22
1
-8
/
+6
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-4
/
+4
*
use nullptr instead of NULL
Sebastian Pop
2014-05-12
1
-4
/
+4
*
do not assert when delinearization fails
Sebastian Pop
2014-05-12
1
-8
/
+30
*
use isZero()
Sebastian Pop
2014-05-12
1
-6
/
+5
*
SCEV: Use range-based for loop and fold variable into assert.
Benjamin Kramer
2014-05-10
1
-6
/
+4
*
move findArrayDimensions to ScalarEvolution
Sebastian Pop
2014-05-09
1
-9
/
+9
*
fix typo in debug message
Sebastian Pop
2014-05-09
1
-2
/
+2
*
Correct formatting.
Tobias Grosser
2014-05-08
1
-4
/
+4
*
Use std::remove_if to remove elements from a vector
Tobias Grosser
2014-05-08
1
-5
/
+4
*
Revert "SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time"
Tobias Grosser
2014-05-08
1
-3
/
+6
*
SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time
Tobias Grosser
2014-05-08
1
-6
/
+3
*
avoid segfaulting
Sebastian Pop
2014-05-07
1
-2
/
+1
*
do not collect undef terms
Sebastian Pop
2014-05-07
1
-1
/
+36
*
split delinearization pass in 3 steps
Sebastian Pop
2014-05-07
1
-361
/
+457
*
[C++11] Add NArySCEV->Operands iterator range
Tobias Grosser
2014-05-07
1
-8
/
+6
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-63
/
+66
*
divide by the result of the gcd
Sebastian Pop
2014-04-08
1
-1
/
+1
*
handle special cases when findGCD returns 1
Sebastian Pop
2014-04-08
1
-1
/
+6
*
in findGCD of multiply expr return the gcd
Sebastian Pop
2014-04-08
1
-2
/
+4
*
ScalarEvolution: Compute exit counts for loops with a power-of-2 step.
Benjamin Kramer
2014-03-25
1
-0
/
+10
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-15
1
-6
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-10
/
+4
*
Add missing parenthesis in SCEV comment
Tobias Grosser
2014-03-05
1
-1
/
+1
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
fix a corner case in delinearization
Sebastian Pop
2014-02-21
1
-24
/
+15
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-28
/
+28
*
SCEV: Cast switched values to make -Wswitch more useful.
Benjamin Kramer
2014-02-11
1
-16
/
+16
*
ScalarEvolution: Analyze trip count of loops with a switch guarding the exit.
Benjamin Kramer
2014-02-11
1
-15
/
+53
*
Fix crasher introduced in r200203 and caught by a libc++ buildbot. Don't assu...
Nick Lewycky
2014-01-27
1
-1
/
+3
*
Teach SCEV to handle more cases of 'and X, CST', specifically where CST is an...
Nick Lewycky
2014-01-27
1
-22
/
+84
*
Fix known typos
Alp Toker
2014-01-24
1
-4
/
+4
*
Fix PR18449: SCEV needs more precise max BECount for multi-exit loop.
Andrew Trick
2014-01-15
1
-14
/
+30
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
[next]