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
...
*
Disable indvar widening if arithmetics on the wider type are more expensive
Jingyue Wu
2014-11-12
1
-10
/
+30
*
[BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutat...
Zinovy Nis
2014-10-02
1
-3
/
+12
*
[IndVarSimplify] Widen loop unsigned compares.
Chad Rosier
2014-09-30
1
-6
/
+2
*
[IndVar] Don't widen loop compare unless IV user is sign extended.
Chad Rosier
2014-09-26
1
-2
/
+6
*
[IndVarSimplify] Partially revert r217953 to see if this fixes the bots.
Chad Rosier
2014-09-17
1
-1
/
+4
*
[IndVarSimplify] Widen loop compare instructions.
Chad Rosier
2014-09-17
1
-3
/
+36
*
IndVarSimplify: Address review comments for r217102
David Majnemer
2014-09-04
1
-4
/
+7
*
IndVarSimplify: Don't let LFTR compare against a poison value
David Majnemer
2014-09-03
1
-6
/
+18
*
[CLNUP] Remove return after llvm_unreachable. Thanks to Hal Finkel for pointing.
Zinovy Nis
2014-08-21
1
-1
/
+0
*
[INDVARS] Extend using of widening of induction variables for the cases of "s...
Zinovy Nis
2014-08-21
1
-4
/
+23
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-38
/
+39
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-29
/
+23
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-4
/
+4
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-13
/
+13
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
[LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered"
Chandler Carruth
2014-01-29
1
-7
/
+23
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Reapply r198654 "indvars: sink truncates outside the loop."
Andrew Trick
2014-01-07
1
-4
/
+23
*
Revert "indvars: sink truncates outside the loop."
Andrew Trick
2014-01-07
1
-23
/
+4
*
indvars: sink truncates outside the loop.
Andrew Trick
2014-01-07
1
-4
/
+23
*
80 col. comment.
Andrew Trick
2014-01-07
1
-2
/
+2
*
indvars: cleanup the IV visitor. It does more than gather sext/zext info.
Andrew Trick
2014-01-02
1
-25
/
+33
*
indvars: insert truncate at loop boundary to avoid redundant IVs.
Andrew Trick
2014-01-02
1
-5
/
+12
*
Add support to indvars for optimizing sadd.with.overflow.
Andrew Trick
2013-12-23
1
-3
/
+11
*
Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.
Andrew Trick
2013-10-25
1
-1
/
+2
*
Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.
Juergen Ributzka
2013-10-24
1
-1
/
+7
*
Clarify comments in genLoopLimit.
Andrew Trick
2013-10-24
1
-3
/
+4
*
Teach ScalarEvolution about pointer address spaces
Matt Arsenault
2013-09-10
1
-1
/
+1
*
LFTR improvement to avoid truncation.
Andrew Trick
2013-07-12
1
-6
/
+32
*
Cleanup LFTR logic.
Andrew Trick
2013-07-12
1
-28
/
+9
*
Cleanup: rename a variable to make the logic easier to follow.
Andrew Trick
2013-07-12
1
-7
/
+7
*
Revert "indvars: Improve LFTR by eliminating truncation when comparing
Chandler Carruth
2013-07-12
1
-23
/
+4
*
indvars: Improve LFTR by eliminating truncation when comparing against a cons...
Andrew Trick
2013-07-11
1
-4
/
+23
*
IndVarSimplify: check if loop invariant expansion can trap
David Majnemer
2013-06-04
1
-1
/
+1
*
IndVarSimplify: do not recompute an IV value outside of the loop if :
Arnaud A. de Grandmaison
2013-03-19
1
-0
/
+39
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-7
/
+7
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-7
/
+3
*
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-29
1
-2
/
+0
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-3
/
+7
*
Indvars: Don't recursively delete instruction during BB iteration.
Benjamin Kramer
2012-10-19
1
-3
/
+5
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-6
/
+6
[prev]
[next]