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