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
/
CodeGen
/
X86
/
2007-11-30-LoadFolding-Bug.ll
Age
Commit message (
Expand
)
Author
2010-02-12
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-01-22
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
Dan Gohman
2010-01-21
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
2009-11-03
Re-apply 85799. It turns out my code isn't buggy.
Evan Cheng
2009-11-02
Revert 85799 for now. It might be breaking llvm-gcc driver.
Evan Cheng
2009-11-02
Initilize the machine LICM CSE map upon the first time an instruction is hois...
Evan Cheng
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-05-11
Reverse a loop that is counting up to a maximum to
Dale Johannesen
2008-08-05
Eliminate another use of -disable-correct-folding.
Owen Anderson
2008-08-04
Update these tests to work by disabling the new correct CFG generation. This...
Owen Anderson
2008-06-25
Enable two-address remat by default.
Evan Cheng
2007-11-30
Do not fold reload into an instruction with multiple uses. It issues one extr...
Evan Cheng