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
/
break-anti-dependencies.ll
Age
Commit message (
Expand
)
Author
2012-07-02
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2011-03-08
Turn on list-ilp scheduling by default on x86 and x86-64, fix up
Eric Christopher
2009-10-26
Break anti-dependence breaking out into its own class.
David Goodwin
2009-10-21
Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.
Dan Gohman
2009-10-20
Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.
David Goodwin
2009-10-01
Restore the -post-RA-scheduler flag as an override for the target specificati...
David Goodwin
2009-09-30
Remove regression that requires post-RA scheduling from a target that does no...
David Goodwin
2009-09-25
Flip -disable-post-RA-scheduler to -post-RA-scheduler.
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
2008-12-16
Enable anti-dependence breaking by default when post-RA scheduling is enabled.
Dan Gohman
2008-11-25
Initial support for anti-dependence breaking. Currently this code does not
Dan Gohman