aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcallstack64.ll
AgeCommit message (Expand)Author
2011-06-03Fix some tests that depend on register allocation.Jakob Stoklund Olesen
2011-04-05Fix register-dependent X86 tests.Jakob Stoklund Olesen
2011-02-27Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/...NAKAMURA Takumi
2011-01-26Target/X86: Tweak win64's tailcall.NAKAMURA Takumi
2011-01-26Fix whitespace.NAKAMURA Takumi
2010-06-21Teach two-address lowering how to unfold a load to open up commutingDan Gohman
2009-12-07Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman
2009-11-16Revert r87049, which was the workaround for the regression triggeredDan Gohman
2009-11-13Update test.Daniel Dunbar
2009-10-18Turn on post-alloc scheduling for x86.Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-05Major calling convention code refactoring.Dan Gohman
2009-06-12Fix Bug 4278: X86-64 with -tailcallopt calling conventionArnold Schwaighofer
2008-04-30Really commit the test checking the argument lowering behaviour on x86-64 :).Arnold Schwaighofer