index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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