summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcall-stackalign.ll
Commit message (Expand)AuthorAge
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-22
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-11-22
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Change the calling convention used when tail call optimization is enabled fro...Arnold Schwaighofer2008-09-22
* When tailcallopt is enabled all fastcc calls must have an aligned argument st...Arnold Schwaighofer2008-09-11