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