Fix a FIXME. _foo.eh symbols are currently always exported so that the linker
[oota-llvm.git] / test / CodeGen / X86 / tail-opts.ll
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,...