Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / tail-opts.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...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-05-30 Tim NorthoverX86: use sub-register sequences for MOV*r0 operations
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-05-04 Jakob Stoklund OlesenFix a batch of x86 tests to be coalescer independent.
2011-04-14 Andrew TrickIn the pre-RA scheduler, maintain cmp+br proximity.
2011-04-05 Jakob Stoklund OlesenFix register-dependent X86 tests.
2011-01-03 Evan ChengUse pushq / popq instead of subq $8, %rsp / addq $8...
2010-09-30 Jakob Stoklund OlesenTry again to disable critical edge splitting in CodeGen...
2010-09-27 Jakob Stoklund OlesenRevert "Disable codegen prepare critical edge splitting...
2010-09-23 Evan ChengDisable codegen prepare critical edge splitting. Machin...
2010-09-17 Evan ChengTeach machine sink to
2010-05-03 Dan GohmanFix a bug which prevented tail merging of return instru...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-01-23 Evan ChengFix tests.
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-12-07 Dan GohmanDon't enable the post-RA scheduler on x86 except at...
2009-11-13 Dan GohmanWhen optimizing for size, don't tail-merge unless it...
2009-11-12 Dan GohmanTail merge at any size when there are two potentials...
2009-11-11 Dan GohmanAdd support for tail duplication to BranchFolding,...