summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcallbyval.ll
Commit message (Expand)AuthorAge
* Reapply "s/grep/FileCheck/ in some tests"Andrew Trick2013-02-14
* Revert "s/grep/FileCheck/ in some tests"Andrew Trick2013-02-14
* s/grep/FileCheck/ in some testsEli Bendersky2013-02-13
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Fix byval arguments in the fastcc calling convention. The fastcc conventionDan Gohman2008-12-03
* Add nounwind attributes to this test.Dan Gohman2008-12-03
* Change the calling convention used when tail call optimization is enabled fro...Arnold Schwaighofer2008-09-22
* This patch corrects the handling of byval arguments for tailcallArnold Schwaighofer2008-04-12
* Update tailcall code to include inline attribute operand for memcpy. Arnold Schwaighofer2007-11-10