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
/
LoopStrengthReduce
Age
Commit message (
Expand
)
Author
2013-02-09
LSR IVChain improvement.
Andrew Trick
2013-01-22
Remove target triple from an LSR test.
Andrew Trick
2013-01-16
Remove triple from this test, it makes it fail when X86 TTI is missing.
Benjamin Kramer
2013-01-15
Pattern-matched variables in post-inc-icmpzero.ll
Renato Golin
2013-01-14
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-07
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-06
Fix a crash in LSR replaceCongruentIVs.
Andrew Trick
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-09-18
LSR critical edge splitting fix for PR13756.
Andrew Trick
2012-08-14
During the CodeGenPrepare we often lower intrinsics (such as objsize)
Nadav Rotem
2012-08-07
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-07-18
Added unit test for PR13361: LSR + SCEV "hangs" on reasonably sized test.
Andrew Trick
2012-07-13
LSR Fix: check SCEV expression safety before expansion.
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-06-15
Unit test for LSR kind=Special fix: r158536.
Andrew Trick
2012-05-22
LSR fix: add a missing phi check during IV hoisting.
Andrew Trick
2012-04-30
Make sure HoistInsertPosition finds a position that is dominated by all
Rafael Espindola
2012-04-16
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-03-26
Unit test for PR11950: LSR crash.
Andrew Trick
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-22
Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.
Andrew Trick
2012-03-20
LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.
Andrew Trick
2012-03-20
LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walk
Andrew Trick
2012-03-16
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-10
Move llc + target triple tests into X86
Andrew Trick
2012-02-27
Fix this assert. IP can point to an instruction with strange dominance
Rafael Espindola
2012-02-26
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-22
Semantically revert 151015. Add a comment on why we should be able to assert
Rafael Espindola
2012-02-18
Don't skip debug instructions when looking for the insertion point of
Rafael Espindola
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-01-20
Handle a corner case with IV chain collection with bailout instead of assert.
Andrew Trick
2012-01-20
Test case comments missing from my previous checkin.
Andrew Trick
2012-01-20
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-17
Test case rename
Andrew Trick
2012-01-17
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-14
Fix a corner case hit by redundant phi elimination running after LSR.
Andrew Trick
2012-01-10
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-09
Adding IV chain generation to LSR.
Andrew Trick
2012-01-07
LSR: Don't optimize loops if an outer loop has no preheader.
Andrew Trick
2012-01-07
comment typo
Andrew Trick
2012-01-02
Fix SCEVExpander to handle loops with no preheader when LSR gives it a
Andrew Trick
2011-12-20
Unit test for r146950: LSR postinc expansion, PR11571.
Andrew Trick
2011-12-14
LSR: Fold redundant bitcasts on-the-fly.
Andrew Trick
2011-12-06
LSR: prune undesirable formulae early.
Andrew Trick
2011-11-30
Better test case found in duplicate PR10570.
Andrew Trick
2011-11-30
LSR: handle the expansion of phi operands that use postinc forms of the IV.
Andrew Trick
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-10-15
Fix SCEVExpander assert during LSR: "argument of incompatible type".
Andrew Trick
[next]