aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/sink-hoist.ll
Commit message (Expand)AuthorAgeFilesLines
* Enable machine sinking critical edge splitting. e.g.Evan Cheng2010-09-201-5/+24
* Machine sink could potentially sink instructions into a block where the physicalBill Wendling2010-06-031-16/+23
* Start function numbering at 0.Dan Gohman2010-04-171-3/+3
* Rever 96389 and 96990. They are causing some miscompilation that I do not ful...Evan Cheng2010-03-051-0/+1
* Look for SSE and instructions of this form: (and x, (build_vector c1,c2,c3,c4)).Evan Cheng2010-02-161-1/+0
* Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman2009-12-071-1/+1
* Add a target triple so that this test behaves consistently across hosts.Dan Gohman2009-10-311-1/+1
* Fix MachineLICM to use the correct virtual register class whenDan Gohman2009-10-301-0/+26
* Teach MachineLICM to unfold loads from constant memory fromDan Gohman2009-10-281-0/+64
* Mark dead physregdefs dead immediately. This helps MachineSink andDan Gohman2009-10-281-0/+15
* Turn on post-alloc scheduling for x86.Evan Cheng2009-10-181-3/+3
* Add a CHECK line to check the position of the second divsd.Dan Gohman2009-09-281-0/+1
* Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg ofEvan Cheng2009-09-281-1/+1
* Unbreak MachineLICM for instructions that reference RIP on x86-64 too.Dan Gohman2009-09-251-0/+42