aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/break-anti-dependencies.ll
AgeCommit message (Expand)Author
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-04-23This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher
2009-10-26Break anti-dependence breaking out into its own class.David Goodwin
2009-10-21Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.Dan Gohman
2009-10-20Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.David Goodwin
2009-10-01Restore the -post-RA-scheduler flag as an override for the target specificati...David Goodwin
2009-09-30Remove regression that requires post-RA scheduling from a target that does no...David Goodwin
2009-09-25Flip -disable-post-RA-scheduler to -post-RA-scheduler.Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-12-16Enable anti-dependence breaking by default when post-RA scheduling is enabled.Dan Gohman
2008-11-25Initial support for anti-dependence breaking. Currently this code does notDan Gohman