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
/
Transforms
/
Utils
/
SimplifyIndVar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-enable "[IndVars] Canonicalize comparisons between non-negative values and...
Max Kazantsev
2017-07-08
1
-0
/
+11
*
Revert "Revert "Revert "[IndVars] Canonicalize comparisons between non-negati...
Max Kazantsev
2017-07-06
1
-4
/
+0
*
Revert "Revert "[IndVars] Canonicalize comparisons between non-negative value...
Max Kazantsev
2017-07-06
1
-0
/
+4
*
[IndVarSimplify] Add AShr exact flags using induction variables ranges.
David Green
2017-07-05
1
-2
/
+34
*
Revert "[IndVars] Canonicalize comparisons between non-negative values and in...
Max Kazantsev
2017-07-05
1
-4
/
+0
*
[IndVars] Canonicalize comparisons between non-negative values and indvars
Max Kazantsev
2017-07-05
1
-0
/
+4
*
[SCEV] Use depth limit instead of local cache for SExt and ZExt
Max Kazantsev
2017-06-30
1
-5
/
+5
*
[ScalarEvolution] Apply Depth limit to getMulExpr
Max Kazantsev
2017-06-15
1
-7
/
+7
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-4
/
+4
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-4
/
+4
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-4
/
+4
*
[SimplifyIndvar] Replace the sdiv used by IV if we can prove both of its oper...
Hongbin Zheng
2017-03-30
1
-4
/
+38
*
[IndVars] Remove -liv-reduce
Sanjoy Das
2016-06-05
1
-72
/
+0
*
[IndVars] Eliminate op.with.overflow when possible (re-apply)
Sanjoy Das
2016-05-29
1
-0
/
+107
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
This reverts commit r265913 and r265912
Sanjoy Das
2016-04-11
1
-107
/
+0
*
[IndVars] Eliminate op.with.overflow when possible
Sanjoy Das
2016-04-10
1
-0
/
+107
*
[IndVars] Make the fix for PR26973 more obvious; NFCI
Sanjoy Das
2016-03-18
1
-3
/
+42
*
[IndVars] Pass the right loop to isLoopInvariantPredicate
Sanjoy Das
2016-03-18
1
-3
/
+2
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-6
/
+4
*
[IndVars] Preserve LCSSA in `eliminateIdentitySCEV`
Sanjoy Das
2015-10-07
1
-0
/
+3
*
[IndVars] Don't break dominance in `eliminateIdentitySCEV`
Sanjoy Das
2015-10-06
1
-9
/
+33
*
[IndVars] Extract out eliminateIdentitySCEV, NFC
Sanjoy Das
2015-10-06
1
-4
/
+14
*
[SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das
2015-09-23
1
-2
/
+1
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-4
/
+4
*
[IndVars] Improved logging under DEBUG(); NFC.
Sanjoy Das
2015-08-06
1
-6
/
+3
*
[IndVars] Make loop varying predicates loop invariant.
Sanjoy Das
2015-07-27
1
-5
/
+54
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-5
/
+5
*
SimplifyIV comments and dead argument cleanup.
Andrew Trick
2015-05-18
1
-2
/
+1
*
[IndVarSimplify] use the "canonical" way to infer no-wrap.
Sanjoy Das
2015-03-04
1
-78
/
+40
*
[PM] Remove a dead field.
Chandler Carruth
2015-01-17
1
-7
/
+3
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-11
/
+8
*
SimplifyIndVar: Remove unused variable
David Majnemer
2015-01-15
1
-3
/
+0
*
Fix PR22222
Sanjoy Das
2015-01-15
1
-11
/
+1
*
This patch teaches IndVarSimplify to add nuw and nsw to certain kinds
Sanjoy Das
2015-01-06
1
-0
/
+125
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
remove function names from comments; NFC
Sanjay Patel
2014-11-12
1
-11
/
+10
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-13
/
+13
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-13
/
+10
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-2
/
+2
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Add support to indvars for optimizing sadd.with.overflow.
Andrew Trick
2013-12-23
1
-1
/
+81
*
Don't use a potentially expensive shift if all we want is one set bit.
Benjamin Kramer
2013-07-11
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
[next]