aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sibcall.ll
AgeCommit message (Expand)Author
2013-03-27This patch follows is a follow up to r178171, which uses the register Preston Gurd
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner
2011-05-18An imminent fix to the x86_64 byval logic will expose a flaw in theStuart Hastings
2011-05-04Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen
2010-09-30test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da...NAKAMURA Takumi
2010-09-22Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner
2010-08-15Mark as XFAIL on darwin 8. PR 7886.Dale Johannesen
2010-04-30Fix test.Evan Cheng
2010-04-30Another sibcall bug. If caller and callee calling conventions differ, then it...Evan Cheng
2010-03-26Do not sibcall if stack needs to be dynamically aligned.Evan Cheng
2010-03-26Allow trivial sibcall of vararg callee when no arguments are being passed.Evan Cheng
2010-03-20Stupid svn. Add back to the lost sibcall tests.Evan Cheng
2010-03-08Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng