index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
IndVarSimplify
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.
Andrew Trick
2012-03-22
2
-120
/
+0
*
Remove tests: indvars trivially preserves GEPs now.
Andrew Trick
2012-03-22
4
-203
/
+0
*
Remove test: trivial canonical IV test which is covered by other SCEV tests.
Andrew Trick
2012-03-22
1
-31
/
+0
*
Remove redundant -enable-iv-rewrite=false flags from test cases.
Andrew Trick
2012-03-22
10
-13
/
+7
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2012-01-07
1
-2
/
+2
*
Reenable this IndVars unit test.
Andrew Trick
2011-11-29
1
-4
/
+1
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
3
-4
/
+4
*
XFAIL this test until I figure out what indvars is doing here (or find someon...
Benjamin Kramer
2011-11-20
1
-0
/
+3
*
Fix an overly general check in SimplifyIndvar to handle useless phi cycles.
Andrew Trick
2011-11-17
1
-0
/
+29
*
Fix SCEV overly optimistic back edge taken count for multi-exit loops.
Andrew Trick
2011-11-16
3
-2
/
+53
*
Rewrite LinearFunctionTestReplace to handle pointer-type IVs.
Andrew Trick
2011-11-02
1
-11
/
+115
*
Broaden an assert to handle enable-iv-rewrite=true following r143183.
Andrew Trick
2011-11-02
1
-0
/
+38
*
LFTR should avoid a type mismatch with null pointer IVs.
Andrew Trick
2011-10-28
1
-0
/
+59
*
It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...
Eli Friedman
2011-10-27
1
-9
/
+34
*
Removed colons from some target datalayout strings in test, since they don't ...
Lang Hames
2011-10-12
12
-12
/
+12
*
Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"
Andrew Trick
2011-10-11
1
-0
/
+1
*
Test case for r140670: indvars should hoist sext.
Andrew Trick
2011-09-28
1
-0
/
+28
*
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-27
1
-1
/
+1
*
[indvars] Fix PR10946: SCEV cannot handle Vector IVs.
Andrew Trick
2011-09-19
1
-0
/
+16
*
Reapply r139759. Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-15
1
-1
/
+1
*
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...
Andrew Trick
2011-09-13
1
-1
/
+1
*
Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-13
1
-1
/
+1
*
[indvars] Fix bugs in floating point IV range checks noticed by inspection.
Andrew Trick
2011-09-13
1
-3
/
+3
*
Conditionalize indvars test that relies on SCEV expansion of geps,
Andrew Trick
2011-09-12
1
-4
/
+13
*
indvars test only relevant for -enable-iv-rewrite.
Andrew Trick
2011-09-12
1
-1
/
+3
*
Conditionalize indvars tests that rely on SCEV expansion of geps,
Andrew Trick
2011-09-12
5
-25
/
+26
*
Removing indvars tests that directly test canonical IVs and nothing else.
Andrew Trick
2011-09-12
6
-137
/
+0
*
Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...
Andrew Trick
2011-09-12
9
-9
/
+9
*
Test case for r139453, WidenIV::GetExtendedOperandRecurrence.
Andrew Trick
2011-09-12
1
-0
/
+30
*
Update to new EH scheme.
Bill Wendling
2011-09-01
5
-3
/
+27
*
Don't sink landingpad instructions during ind-var simplification.
Bill Wendling
2011-08-26
1
-0
/
+32
*
Made SCEV's UDiv expressions more canonical. When dividing a
Andrew Trick
2011-08-06
1
-0
/
+56
*
indvars: Added getInsertPointForUses to find a valid place to truncate the IV.
Andrew Trick
2011-07-20
1
-0
/
+39
*
indvars test case for r135558.
Andrew Trick
2011-07-20
1
-0
/
+7
*
indvars -disable-iv-rewrite fix: derived GEP IVs
Andrew Trick
2011-07-20
1
-6
/
+29
*
indvars: LinearFunctionTestReplace for non-canonical IVs.
Andrew Trick
2011-07-18
2
-3
/
+232
*
indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
Andrew Trick
2011-07-06
2
-4
/
+55
*
indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup.
Andrew Trick
2011-07-02
2
-4
/
+30
*
indvars -disable-iv-rewrite: handle cloning binary operators that cannot over...
Andrew Trick
2011-06-30
1
-4
/
+38
*
indvars -disable-iv-rewrite: handle an edge case involving identity phis.
Andrew Trick
2011-06-30
1
-7
/
+32
[next]