aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fastcc-sret.ll
AgeCommit message (Expand)Author
2013-04-29Rewrite some tests with FileCHeck in X86 codegenMichael Liao
2013-04-10Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-04-23Explicitly pass -tailcallopt=false to these tests so that theyDan Gohman
2008-09-10Fix a fastcc + sret bug. If fastcc and sret, callee doesn't need to pop the h...Evan Cheng