[DAGCombiner] Added BSWAP vector constant folding support.
[oota-llvm.git] / test / CodeGen / X86 / win64_alloca_dynalloca.ll
2015-02-23 David MajnemerX86: Use a smaller 'mov' instruction for stack probe...
2015-02-10 David MajnemerX86: Emit an ABI compliant prologue and epilogue for...
2015-01-29 Reid Klecknerx86: Fix large model calls to __chkstk for dynamic...
2013-12-13 Kai NackeChange stack probing code for MingW.
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-10-14 Elena DemikhovskyFixed a bug in dynamic allocation memory on stack.
2013-07-08 Nico RieckReuse %rax after calling __chkstk on win64
2013-07-08 Nico RieckRevert "Reuse %rax after calling __chkstk on win64"
2013-07-07 Nico RieckReuse %rax after calling __chkstk on win64
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2012-05-17 Jakob Stoklund OlesenRemove -join-physregs from the test suite.
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2011-06-03 Jakob Stoklund OlesenFix some tests that depend on register allocation.
2011-05-04 Jakob Stoklund OlesenFix a batch of x86 tests to be coalescer independent.
2011-04-05 Jakob Stoklund OlesenFix register-dependent X86 tests.
2011-03-24 NAKAMURA TakumiTarget/X86: [PR8777][PR8778] Tweak alloca/chkstk for...