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
*
[SCEV] Simplify/generalize howFarToZero solving.
Eli Friedman
2017-01-31
1
-59
/
+9
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-2
/
+3
*
[SCEV] Introduce add operation inlining limit
Daniil Fukalov
2017-01-26
1
-0
/
+8
*
[SCEV] Make getUDivExactExpr handle non-nuw multiplies correctly.
Eli Friedman
2017-01-18
1
-16
/
+21
*
[SCEV] Limit recursion depth of constant evolving.
Michael Liao
2017-01-13
1
-3
/
+10
*
[SCEV] Simplify SolveLinEquationWithOverflow a bit.
Eli Friedman
2017-01-12
1
-7
/
+8
*
[SCEV] Make howFarToZero max backedge-taken count check for precondition.
Eli Friedman
2017-01-11
1
-0
/
+17
*
[SCEV] Make howFarToZero use a simpler formula for max backedge-taken count.
Eli Friedman
2017-01-11
1
-11
/
+2
*
[PM] Teach SCEV to invalidate itself when its dependencies become
Chandler Carruth
2017-01-09
1
-0
/
+12
*
[SCEV] Be less conservative when extending bitwidths for computing ranges.
Michael Zolotukhin
2016-12-20
1
-7
/
+6
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-85
/
+36
*
Fix iterator-invalidation issue
Hal Finkel
2016-12-15
1
-1
/
+3
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-16
/
+11
*
Make processing @llvm.assume more efficient by using operand bundles
Hal Finkel
2016-12-15
1
-20
/
+72
*
Revert "[SCEVExpand] do not hoist divisions by zero (PR30935)"
Reid Kleckner
2016-12-12
1
-1
/
+1
*
[SCEVExpand] do not hoist divisions by zero (PR30935)
Sebastian Pop
2016-12-12
1
-1
/
+1
*
IR: Change PointerType to derive from Type rather than SequentialType.
Peter Collingbourne
2016-12-02
1
-2
/
+2
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-2
/
+2
*
[SCEV] limit recursion depth of CompareSCEVComplexity
Daniil Fukalov
2016-11-17
1
-17
/
+44
*
test commit, changed tab to spaces, NFC
Daniil Fukalov
2016-11-16
1
-1
/
+1
*
Analysis: Simplify the ScalarEvolution::getGEPExpr() interface. NFCI.
Peter Collingbourne
2016-11-13
1
-8
/
+7
*
[SCEV] Eta reduce some lambdas; NFC
Sanjoy Das
2016-11-10
1
-3
/
+2
*
[SCEV] Refactor out a useful pattern; NFC
Sanjoy Das
2016-11-09
1
-134
/
+20
*
[SCEV] Try to order n-ary expressions in CompareValueComplexity
Sanjoy Das
2016-10-31
1
-10
/
+35
*
[SCEV] In CompareValueComplexity, order global values by their name
Sanjoy Das
2016-10-30
1
-0
/
+15
*
[SCEV] Use auto for consistency with an upcoming change; NFC
Sanjoy Das
2016-10-30
1
-4
/
+4
*
[LoopUnroll] Keep the loop test only on the first iteration of max-or-zero loops
John Brawn
2016-10-21
1
-17
/
+40
*
[SCEV] Add a threshold to restrict number of mul operands to be inlined into ...
Li Huang
2016-10-20
1
-0
/
+7
*
[SCEV] Make CompareValueComplexity a little bit smarter
Sanjoy Das
2016-10-18
1
-2
/
+12
*
[SCEV] Extract out a helper function; NFC
Sanjoy Das
2016-10-18
1
-45
/
+46
*
[SCEV] More accurate calculation of max backedge count of some less-than loops
John Brawn
2016-10-18
1
-28
/
+53
*
[SCEV] Consider delinearization pattern with extension with identity factor
Tobias Grosser
2016-10-17
1
-1
/
+2
*
Reapply "[LoopUnroll] Use the upper bound of the loop trip count to fullly un...
Haicheng Wu
2016-10-12
1
-10
/
+20
*
Revert "[LoopUnroll] Use the upper bound of the loop trip count to fullly unr...
Haicheng Wu
2016-10-12
1
-20
/
+10
*
[LoopUnroll] Use the upper bound of the loop trip count to fullly unroll a loop
Haicheng Wu
2016-10-12
1
-10
/
+20
*
[SCEV] Rely on ConstantRange instead of custom logic; NFCI
Sanjoy Das
2016-10-02
1
-124
/
+52
*
Revert r283057 and r283058
Sanjoy Das
2016-10-02
1
-52
/
+124
*
Remove duplicated code; NFC
Sanjoy Das
2016-10-02
1
-2
/
+2
*
[SCEV] Rely on ConstantRange instead of custom logic; NFCI
Sanjoy Das
2016-10-02
1
-124
/
+52
*
[SCEV] Remove commented out code; NFC
Sanjoy Das
2016-10-02
1
-3
/
+1
*
[SCEV] Use a SmallPtrSet as a temporary union predicate; NFC
Sanjoy Das
2016-09-28
1
-55
/
+65
*
[SCEV] Replace a struct with a function; NFC
Sanjoy Das
2016-09-27
1
-153
/
+139
*
[SCEV] Use find instead of find_as; NFC
Sanjoy Das
2016-09-27
1
-1
/
+1
*
[SCEV] Reduce the scope of a struct; NFC
Sanjoy Das
2016-09-27
1
-22
/
+20
*
[SCEV] Remove custom RAII wrapper; NFC
Sanjoy Das
2016-09-27
1
-22
/
+5
*
[SCEV] Make PendingLoopPredicates more frugal; NFCI
Sanjoy Das
2016-09-27
1
-3
/
+4
*
[SCEV] Fix the order of members in the initializer list.
Chandler Carruth
2016-09-26
1
-1
/
+1
*
[SCEV] Assign LoopPropertiesCache in the move constructor
Sanjoy Das
2016-09-26
1
-0
/
+1
*
[SCEV] Combine two predicates into one; NFC
Sanjoy Das
2016-09-26
1
-31
/
+24
[next]