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
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-12
/
+9
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
IndVarSimplify: preserve debug information attached to widened PHI nodes.
Adrian Prantl
2017-11-02
1
-0
/
+10
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-16
1
-35
/
+82
*
[SimplifyIndVar] Replace IVUsers with loop invariant whenever possible
Hongbin Zheng
2017-10-12
1
-1
/
+2
*
[IndVars] Add an option to be able to disable LFTR
Serguei Katkov
2017-06-09
1
-1
/
+6
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-19
/
+12
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-12
/
+19
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-19
/
+12
*
Use MutableArrayRef for APFloat::convertToInteger
Simon Pilgrim
2017-03-20
1
-2
/
+3
*
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
[next]