aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/break-anti-dependencies.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Enable MI Sched for x86.Andrew Trick2013-10-151-1/+1
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-1/+1
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-1/+1
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-4/+4
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-231-2/+4
* Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher2011-03-081-1/+2
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-261-2/+2
* Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.Dan Gohman2009-10-211-2/+2
* Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.David Goodwin2009-10-201-2/+2
* Restore the -post-RA-scheduler flag as an override for the target specificati...David Goodwin2009-10-011-0/+33
* Remove regression that requires post-RA scheduling from a target that does no...David Goodwin2009-09-301-33/+0
* Flip -disable-post-RA-scheduler to -post-RA-scheduler.Evan Cheng2009-09-251-2/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-10/+10
* Enable anti-dependence breaking by default when post-RA scheduling is enabled.Dan Gohman2008-12-161-1/+1
* Initial support for anti-dependence breaking. Currently this code does notDan Gohman2008-11-251-0/+33