summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sink-hoist.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2017-01-11Revert "CodeGen: Allow small copyable blocks to "break" the CFG."Kyle Butt
2017-01-10CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt
2015-04-21[X86][SSE] Provide execution domains for scalar floating point operationsSimon Pilgrim
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-12-16x86-32: PUSHF/POPF use/def EFLAGSJF Bastien
2013-10-15Enable MI Sched for x86.Andrew Trick
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick
2013-03-26Enable SandyBridgeModel for all modern Intel P6 descendants.Jakob Stoklund Olesen
2012-04-27Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2011-10-11Add dominance check for the instruction being hoisted.Devang Patel
2011-10-10Revert r141569 and r141576.Devang Patel
2011-10-10If loop header is also loop exiting block then it may not be safe to hoist in...Devang Patel
2010-09-20Enable machine sinking critical edge splitting. e.g.Evan Cheng
2010-06-03Machine sink could potentially sink instructions into a block where the physicalBill Wendling
2010-04-17Start function numbering at 0.Dan Gohman
2010-03-05Rever 96389 and 96990. They are causing some miscompilation that I do not ful...Evan Cheng
2010-02-16Look for SSE and instructions of this form: (and x, (build_vector c1,c2,c3,c4)).Evan Cheng
2009-12-07Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman
2009-10-31Add a target triple so that this test behaves consistently across hosts.Dan Gohman
2009-10-30Fix MachineLICM to use the correct virtual register class whenDan Gohman
2009-10-28Teach MachineLICM to unfold loads from constant memory fromDan Gohman
2009-10-28Mark dead physregdefs dead immediately. This helps MachineSink andDan Gohman
2009-10-18Turn on post-alloc scheduling for x86.Evan Cheng
2009-09-28Add a CHECK line to check the position of the second divsd.Dan Gohman
2009-09-28Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg ofEvan Cheng
2009-09-25Unbreak MachineLICM for instructions that reference RIP on x86-64 too.Dan Gohman