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
/
lsr-reuse.ll
Age
Commit message (
Expand
)
Author
2011-03-08
Turn on list-ilp scheduling by default on x86 and x86-64, fix up
Eric Christopher
2010-09-30
Try again to disable critical edge splitting in CodeGenPrepare.
Jakob Stoklund Olesen
2010-09-27
Revert "Disable codegen prepare critical edge splitting. Machine instruction ...
Jakob Stoklund Olesen
2010-09-23
Disable codegen prepare critical edge splitting. Machine instruction passes now
Evan Cheng
2010-09-17
Teach machine sink to
Evan Cheng
2010-09-01
Revert 112442 and 112440 until the compile time problems introduced
Dan Gohman
2010-08-29
Make IVUsers iterative instead of recursive.
Dan Gohman
2010-08-17
PHI elimination should not break back edge. It can cause some significant cod...
Evan Cheng
2010-06-21
Teach two-address lowering how to unfold a load to open up commuting
Dan Gohman
2010-06-19
Include the use kind along with the expression in the key of the
Dan Gohman
2010-04-17
Start function numbering at 0.
Dan Gohman
2010-03-18
Turning off post-ra scheduling for x86. It isn't a consistent win.
Evan Cheng
2010-02-19
When determining the set of interesting reuse factors, consider
Dan Gohman
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