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
/
Scalar
/
IndVarSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Strip trailing whitespace
Simon Pilgrim
2017-03-20
1
-3
/
+3
*
[IndVars] Add an assert
Sanjoy Das
2017-02-20
1
-0
/
+3
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-2
/
+3
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-3
/
+3
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-14
/
+4
*
Fix a typo and also test a new machine for commit. NFC.
Xin Tong
2017-01-10
1
-1
/
+1
*
Fix a typo. NFC
Xin Tong
2017-01-07
1
-1
/
+1
*
Fix spelling mistakes in Transforms comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
[IndVars] Change the order to compute WidenAddRec in widenIVUse.
Wei Mi
2016-11-15
1
-2
/
+2
*
[IndVarSimplify][DebugLoc] When widening the exit loop condition, correctly r...
Andrea Di Biagio
2016-10-26
1
-0
/
+5
*
[IndVarSimplify][Dwarf] When widening the IV increment, correctly set the deb...
Andrea Di Biagio
2016-10-25
1
-0
/
+5
*
[IndVarSimplify] Teach calculatePostIncRange to take guards into account
Artur Pilipenko
2016-10-19
1
-2
/
+26
*
[IndVarSimplify] Use control-dependent range information to prove non-negativity
Artur Pilipenko
2016-10-19
1
-2
/
+148
*
[LCSSA] Implement linear algorithm for the isRecursivelyLCSSAForm
Igor Laevsky
2016-10-11
1
-3
/
+6
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Wisely choose sext or zext when widening IV.
Evgeny Stupachenko
2016-09-28
1
-37
/
+88
*
Revert -r278269 [IndVarSimplify] Eliminate zext of a signed IV when the IV is...
Artur Pilipenko
2016-08-22
1
-7
/
+2
*
Scalar: Avoid dereferencing end() in IndVarSimplify
Duncan P. N. Exon Smith
2016-08-17
1
-3
/
+3
*
[IndVars] Ignore (s|z)exts that don't extend the induction variable
Sanjoy Das
2016-08-13
1
-0
/
+8
*
Extend trip count instead of truncating IV in LFTR, when legal
Ehsan Amiri
2016-08-11
1
-0
/
+27
*
revert 278334
Ehsan Amiri
2016-08-11
1
-27
/
+0
*
Extend trip count instead of truncating IV in LFTR, when legal
Ehsan Amiri
2016-08-11
1
-2
/
+30
*
[IndVarSimplify] Eliminate zext of a signed IV when the IV is known to be non...
Andrew Kaylor
2016-08-10
1
-2
/
+7
*
Fix the runtime error caused by "Use ValueOffsetPair to enhance value reuse d...
Wei Mi
2016-08-09
1
-1
/
+1
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[IndVars] Reflow oddly formatted condition; NFC
Sanjoy Das
2016-07-21
1
-2
/
+2
*
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
Michael Kuperstein
2016-06-28
1
-2
/
+1
*
[IndVarSimplify] Run clang-format over some oddly formatted bits
Sanjoy Das
2016-06-24
1
-16
/
+15
*
[PM] Port IndVarSimplify to the new pass manager
Sanjoy Das
2016-06-05
1
-0
/
+27
*
[IndVars] Remove -liv-reduce
Sanjoy Das
2016-06-05
1
-5
/
+0
*
[IndVars] Assert that the incoming IR is in LCSSA
Sanjoy Das
2016-05-30
1
-0
/
+3
*
[IndVarSimplify] Extract the logic of `-indvars` out into a class; NFC
Sanjoy Das
2016-05-29
1
-51
/
+57
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[IndVarSimplify] Don't insert after a catchswitch
David Majnemer
2016-03-30
1
-0
/
+6
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-14
/
+2
*
[IndVars] Hoist DataLayout load out of loop; NFC
Sanjoy Das
2016-01-27
1
-2
/
+2
*
[IndVars] Use isSCEVable; NFC
Sanjoy Das
2016-01-27
1
-2
/
+1
*
[IndVars] Use range-for; NFC
Sanjoy Das
2016-01-27
1
-3
/
+1
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2016-01-27
1
-0
/
+80
*
[IndVars] Fix PR25576
Sanjoy Das
2016-01-17
1
-23
/
+6
*
[IndVars] Use emplace_back; NFC
Sanjoy Das
2016-01-17
1
-4
/
+3
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-2
/
+2
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-4
/
+4
*
[IndVars] Use any_of and foreach instead of explicit for loops; NFC
Sanjoy Das
2015-12-08
1
-11
/
+6
*
[IndVars] Have getInsertPointForUses preserve LCSSA
Sanjoy Das
2015-12-08
1
-14
/
+28
*
use convenience function for copying IR flags; NFCI
Sanjay Patel
2015-11-24
1
-12
/
+2
*
Revert "[IndVarSimplify] Rewrite loop exit values with their initial values f...
Tobias Grosser
2015-11-03
1
-73
/
+0
[prev]
[next]