summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-01-08-InstrSched.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
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-01
* Teach two-address lowering how to unfold a load to open up commutingDan Gohman2010-06-21
* Start function numbering at 0.Dan Gohman2010-04-17
* Turning off post-ra scheduling for x86. It isn't a consistent win.Evan Cheng2010-03-18
* Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman2009-12-07
* Update tests for 84931.Evan Cheng2009-10-23
* Allow the target to select the level of anti-dependence breaking that should ...David Goodwin2009-10-22
* Turn on post-alloc scheduling for x86.Evan Cheng2009-10-18
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* eliminate some uses of prcontext. Any help here would be appreciated :)Chris Lattner2009-08-30
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Revert 42908 for now.Evan Cheng2007-10-14
* Change the names used for internal labels to use the currentDan Gohman2007-10-12
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-31
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-15
* For PR761:Reid Spencer2007-01-26
* Add PR number for future referenceChris Lattner2007-01-09
* Fix test case.Evan Cheng2007-01-09
* Added a test case from PR1075.Evan Cheng2007-01-08