summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcall-stackalign.ll
AgeCommit message (Expand)Author
2016-03-30[X86] Enable call frame optimization ("mov to push") not only for optsize (PR...Hans Wennborg
2010-09-22Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner
2009-11-22Convert a few tests to FileCheck for PR5307.Edward O'Callaghan
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-09-22Change the calling convention used when tail call optimization is enabled fro...Arnold Schwaighofer
2008-09-11When tailcallopt is enabled all fastcc calls must have an aligned argument st...Arnold Schwaighofer