summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sibcall.ll
Commit message (Expand)AuthorAge
* Allow compatible extension attributes for tail callsTim Northover2013-08-12
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* X86: use sub-register sequences for MOV*r0 operationsTim Northover2013-05-30
* This patch follows is a follow up to r178171, which uses the register Preston Gurd2013-03-27
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-16
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* An imminent fix to the x86_64 byval logic will expose a flaw in theStuart Hastings2011-05-18
* Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen2011-05-04
* test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da...NAKAMURA Takumi2010-09-30
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-22
* Mark as XFAIL on darwin 8. PR 7886.Dale Johannesen2010-08-15
* Fix test.Evan Cheng2010-04-30
* Another sibcall bug. If caller and callee calling conventions differ, then it...Evan Cheng2010-04-30
* Do not sibcall if stack needs to be dynamically aligned.Evan Cheng2010-03-26
* Allow trivial sibcall of vararg callee when no arguments are being passed.Evan Cheng2010-03-26
* Stupid svn. Add back to the lost sibcall tests.Evan Cheng2010-03-20
* Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng2010-03-08