aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcallbyval.ll
AgeCommit message (Expand)Author
2013-02-14Reapply "s/grep/FileCheck/ in some tests"Andrew Trick
2013-02-14Revert "s/grep/FileCheck/ in some tests"Andrew Trick
2013-02-13s/grep/FileCheck/ in some testsEli Bendersky
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-12-03Fix byval arguments in the fastcc calling convention. The fastcc conventionDan Gohman
2008-12-03Add nounwind attributes to this test.Dan Gohman
2008-09-22Change the calling convention used when tail call optimization is enabled fro...Arnold Schwaighofer
2008-04-12This patch corrects the handling of byval arguments for tailcallArnold Schwaighofer
2007-11-10Update tailcall code to include inline attribute operand for memcpy. Arnold Schwaighofer