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
/
X86
Age
Commit message (
Expand
)
Author
2013-02-09
LSR IVChain improvement.
Andrew Trick
2013-01-07
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2012-08-07
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-05-22
LSR fix: add a missing phi check during IV hoisting.
Andrew Trick
2012-04-16
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-10
Move llc + target triple tests into X86
Andrew Trick
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
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-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
2011-05-06
Move few target-dependant tests to appropriate directories.
Galina Kistanova