Instruction scheduling itinerary for Intel Atom.
[oota-llvm.git] / test / CodeGen / X86 / tailcallstack64.ll
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2011-06-03 Jakob Stoklund OlesenFix some tests that depend on register allocation.
2011-04-05 Jakob Stoklund OlesenFix register-dependent X86 tests.
2011-02-27 NAKAMURA TakumiTarget/X86: Always emit "push/pop GPRs" in prologue...
2011-01-26 NAKAMURA TakumiTarget/X86: Tweak win64's tailcall.
2011-01-26 NAKAMURA TakumiFix whitespace.
2010-06-21 Dan GohmanTeach two-address lowering how to unfold a load to...
2009-12-07 Dan GohmanDon't enable the post-RA scheduler on x86 except at...
2009-11-16 Dan GohmanRevert r87049, which was the workaround for the regress...
2009-11-13 Daniel DunbarUpdate test.
2009-10-18 Evan ChengTurn on post-alloc scheduling for x86.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-06-12 Arnold SchwaighoferFix Bug 4278: X86-64 with -tailcallopt calling convention
2008-04-30 Arnold SchwaighoferReally commit the test checking the argument lowering...