Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / sink-hoist.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-12-16 JF Bastienx86-32: PUSHF/POPF use/def EFLAGS
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2013-03-26 Jakob Stoklund OlesenEnable SandyBridgeModel for all modern Intel P6 descend...
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2011-10-11 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-10 Devang PatelRevert r141569 and r141576.
2011-10-10 Devang PatelIf loop header is also loop exiting block then it may...
2010-09-20 Evan ChengEnable machine sinking critical edge splitting. e.g.
2010-06-03 Bill WendlingMachine sink could potentially sink instructions into...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-03-05 Evan ChengRever 96389 and 96990. They are causing some miscompila...
2010-02-16 Evan ChengLook for SSE and instructions of this form: (and x...
2009-12-07 Dan GohmanDon't enable the post-RA scheduler on x86 except at...
2009-10-31 Dan GohmanAdd a target triple so that this test behaves consisten...
2009-10-30 Dan GohmanFix MachineLICM to use the correct virtual register...
2009-10-28 Dan GohmanTeach MachineLICM to unfold loads from constant memory...
2009-10-28 Dan GohmanMark dead physregdefs dead immediately. This helps...
2009-10-18 Evan ChengTurn on post-alloc scheduling for x86.
2009-09-28 Dan GohmanAdd a CHECK line to check the position of the second...
2009-09-28 Evan ChengCoalescer should not delete extract_subreg, insert_subr...
2009-09-25 Dan GohmanUnbreak MachineLICM for instructions that reference...