index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
IndVarSimplify
Age
Commit message (
Expand
)
Author
2013-03-19
IndVarSimplify: do not recompute an IV value outside of the loop if :
Arnaud A. de Grandmaison
2013-03-12
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-11-29
Follow up to 168711: It's safe to base this analysis on the found compare, ju...
Benjamin Kramer
2012-11-27
SCEV: Even if the latch terminator is foldable we can't deduce the result of ...
Benjamin Kramer
2012-11-23
Disallow the undocumented practice of starting the datalayout string with '-'.
Patrik Hägglund
2012-10-26
Fix SCEV cache invalidation in LCSSA and LoopSimplify.
Benjamin Kramer
2012-10-19
Indvars: Don't recursively delete instruction during BB iteration.
Benjamin Kramer
2012-10-19
SCEVExpander: Don't crash when trying to merge two constant phis.
Benjamin Kramer
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-03
Fix PR13967.
Jakub Staszak
2012-07-18
indvars: Linear function test replace should avoid reusing undef.
Andrew Trick
2012-07-02
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-05-30
Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.
Benjamin Kramer
2012-03-22
Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.
Andrew Trick
2012-03-22
Remove tests: indvars trivially preserves GEPs now.
Andrew Trick
2012-03-22
Remove test: trivial canonical IV test which is covered by other SCEV tests.
Andrew Trick
2012-03-22
Remove redundant -enable-iv-rewrite=false flags from test cases.
Andrew Trick
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-01-07
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2011-11-29
Reenable this IndVars unit test.
Andrew Trick
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-20
XFAIL this test until I figure out what indvars is doing here (or find someon...
Benjamin Kramer
2011-11-17
Fix an overly general check in SimplifyIndvar to handle useless phi cycles.
Andrew Trick
2011-11-16
Fix SCEV overly optimistic back edge taken count for multi-exit loops.
Andrew Trick
2011-11-02
Rewrite LinearFunctionTestReplace to handle pointer-type IVs.
Andrew Trick
2011-11-02
Broaden an assert to handle enable-iv-rewrite=true following r143183.
Andrew Trick
2011-10-28
LFTR should avoid a type mismatch with null pointer IVs.
Andrew Trick
2011-10-27
It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...
Eli Friedman
2011-10-12
Removed colons from some target datalayout strings in test, since they don't ...
Lang Hames
2011-10-11
Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"
Andrew Trick
2011-09-28
Test case for r140670: indvars should hoist sext.
Andrew Trick
2011-09-27
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-19
[indvars] Fix PR10946: SCEV cannot handle Vector IVs.
Andrew Trick
2011-09-15
Reapply r139759. Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-13
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...
Andrew Trick
2011-09-13
Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-13
[indvars] Fix bugs in floating point IV range checks noticed by inspection.
Andrew Trick
2011-09-12
Conditionalize indvars test that relies on SCEV expansion of geps,
Andrew Trick
2011-09-12
indvars test only relevant for -enable-iv-rewrite.
Andrew Trick
2011-09-12
Conditionalize indvars tests that rely on SCEV expansion of geps,
Andrew Trick
2011-09-12
Removing indvars tests that directly test canonical IVs and nothing else.
Andrew Trick
2011-09-12
Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...
Andrew Trick
2011-09-12
Test case for r139453, WidenIV::GetExtendedOperandRecurrence.
Andrew Trick
2011-09-01
Update to new EH scheme.
Bill Wendling
2011-08-26
Don't sink landingpad instructions during ind-var simplification.
Bill Wendling
2011-08-06
Made SCEV's UDiv expressions more canonical. When dividing a
Andrew Trick
[next]