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
/
test
/
Transforms
/
IndVarSimplify
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "r219834 - Teach ScalarEvolution to sharpen range information"
Sanjoy Das
2014-10-15
2
-40
/
+2
*
Teach ScalarEvolution to sharpen range information.
Sanjoy Das
2014-10-15
2
-2
/
+40
*
This patch teaches ScalarEvolution to pick and use !range metadata.
Sanjoy Das
2014-10-10
1
-0
/
+37
*
[BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutat...
Zinovy Nis
2014-10-02
1
-2
/
+6
*
[IndVarSimplify] Widen loop unsigned compares.
Chad Rosier
2014-09-30
1
-0
/
+28
*
[IndVar] Don't widen loop compare unless IV user is sign extended.
Chad Rosier
2014-09-26
1
-0
/
+26
*
[IndVarSimplify] Partially revert r217953 to see if this fixes the bots.
Chad Rosier
2014-09-17
1
-28
/
+0
*
[IndVarSimplify] Widen loop compare instructions.
Chad Rosier
2014-09-17
3
-5
/
+172
*
IndVarSimplify: Don't let LFTR compare against a poison value
David Majnemer
2014-09-03
5
-13
/
+240
*
[INDVARS] Extend using of widening of induction variables for the cases of "s...
Zinovy Nis
2014-08-21
1
-4
/
+13
*
Add a description to the test from r211433 explaining why it's written that way.
Benjamin Kramer
2014-06-22
1
-0
/
+6
*
SCEVExpander: Fold constant PHIs harder. The logic below only understands pro...
Benjamin Kramer
2014-06-21
1
-0
/
+51
*
ScalarEvolution: Fix handling of AddRecs in isKnownPredicate
Justin Bogner
2014-05-23
1
-0
/
+30
*
[LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered"
Chandler Carruth
2014-01-29
1
-0
/
+51
*
[LPM] Make LoopSimplify no longer a LoopPass and instead both a utility
Chandler Carruth
2014-01-23
1
-6
/
+4
*
Fix PR18449: SCEV needs more precise max BECount for multi-exit loop.
Andrew Trick
2014-01-15
1
-0
/
+31
*
Fix broken CHECK lines.
Benjamin Kramer
2014-01-11
1
-2
/
+2
*
Reapply r198654 "indvars: sink truncates outside the loop."
Andrew Trick
2014-01-07
1
-3
/
+4
*
Revert "indvars: sink truncates outside the loop."
Andrew Trick
2014-01-07
1
-4
/
+3
*
indvars: sink truncates outside the loop.
Andrew Trick
2014-01-07
1
-3
/
+4
*
indvars: insert truncate at loop boundary to avoid redundant IVs.
Andrew Trick
2014-01-02
1
-0
/
+39
*
Add support to indvars for optimizing sadd.with.overflow.
Andrew Trick
2013-12-23
1
-0
/
+56
*
Add test case for PR12377, it was fixed by r194116.
Benjamin Kramer
2013-11-06
1
-4
/
+30
*
Rewrite SCEV's backedge taken count computation.
Andrew Trick
2013-11-06
2
-7
/
+7
*
Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.
Juergen Ributzka
2013-10-24
1
-0
/
+26
*
Teach loop-idiom about address space pointer sizes
Matt Arsenault
2013-09-11
1
-0
/
+69
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Teach indvars to generate nsw/nuw flags when widening an induction variable.
Andrew Trick
2013-07-14
1
-0
/
+29
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
16
-39
/
+39
*
LFTR improvement to avoid truncation.
Andrew Trick
2013-07-12
1
-0
/
+44
*
Revert "indvars: Improve LFTR by eliminating truncation when comparing
Chandler Carruth
2013-07-12
1
-25
/
+0
*
indvars: Improve LFTR by eliminating truncation when comparing against a cons...
Andrew Trick
2013-07-11
1
-0
/
+25
*
IndVarSimplify: check if loop invariant expansion can trap
David Majnemer
2013-06-04
1
-0
/
+32
*
IndVarSimplify: do not recompute an IV value outside of the loop if :
Arnaud A. de Grandmaison
2013-03-19
1
-0
/
+69
*
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-12
2
-4
/
+1
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
2
-0
/
+4
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Follow up to 168711: It's safe to base this analysis on the found compare, ju...
Benjamin Kramer
2012-11-29
1
-0
/
+49
*
SCEV: Even if the latch terminator is foldable we can't deduce the result of ...
Benjamin Kramer
2012-11-27
1
-0
/
+54
*
Disallow the undocumented practice of starting the datalayout string with '-'.
Patrik Hägglund
2012-11-23
1
-1
/
+1
*
Fix SCEV cache invalidation in LCSSA and LoopSimplify.
Benjamin Kramer
2012-10-26
1
-0
/
+421
*
Indvars: Don't recursively delete instruction during BB iteration.
Benjamin Kramer
2012-10-19
1
-0
/
+18
*
SCEVExpander: Don't crash when trying to merge two constant phis.
Benjamin Kramer
2012-10-19
2
-1
/
+27
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Fix PR13967.
Jakub Staszak
2012-10-03
1
-0
/
+26
*
indvars: Linear function test replace should avoid reusing undef.
Andrew Trick
2012-07-18
2
-4
/
+29
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
5
-6
/
+6
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
7
-7
/
+7
*
Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.
Benjamin Kramer
2012-05-30
1
-0
/
+42
[next]