fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey!
[oota-llvm.git] / test / CodeGen / X86 / tail-opts.ll
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,...