aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/break-anti-dependencies.ll
Commit message (Expand)AuthorAgeFilesLines
* 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