Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / sink-hoist.ll
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...