summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/break-anti-dependencies.ll
AgeCommit message (Expand)AuthorFilesLines
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-2/+2
2013-10-15Enable MI Sched for x86.Andrew Trick1-1/+1
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick1-1/+1
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick1-1/+1
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth1-4/+4
2012-04-23This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd1-2/+4
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher1-1/+2
2009-10-26Break anti-dependence breaking out into its own class.David Goodwin1-2/+2
2009-10-21Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.Dan Gohman1-2/+2
2009-10-20Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.David Goodwin1-2/+2
2009-10-01Restore the -post-RA-scheduler flag as an override for the target specificati...David Goodwin1-0/+33
2009-09-30Remove regression that requires post-RA scheduling from a target that does no...David Goodwin1-33/+0
2009-09-25Flip -disable-post-RA-scheduler to -post-RA-scheduler.Evan Cheng1-2/+2
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-2/+2
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-10/+10
2008-12-16Enable anti-dependence breaking by default when post-RA scheduling is enabled.Dan Gohman1-1/+1
2008-11-25Initial support for anti-dependence breaking. Currently this code does notDan Gohman1-0/+33