summaryrefslogtreecommitdiff
path: root/test/CodeGen/stdcall-fastcall.c
AgeCommit message (Expand)Author
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-02-15Update testcases due to Attribute sorting improvements.Bill Wendling
2013-01-31Update the tests.Bill Wendling
2012-10-24Add padding inreg registers to cause llvm to skip ecx when needed withRafael Espindola
2012-10-24Add inreg markers with the x86_fastcallcc calling convention.Rafael Espindola
2012-10-02Allowing individual targets to determine whether a given calling convention i...Aaron Ballman
2011-09-21ANSI C requires that a call to an unprototyped function type succeedJohn McCall
2010-05-18Add support for Microsoft's __thiscall, from Steven Watanabe!Douglas Gregor
2010-05-17PR7117: Make sure we don't lose the calling convention for K&R-styleEli Friedman
2010-02-05Standardize the parsing of function type attributes in a way thatJohn McCall
2010-02-05Convert this test to FileCheck instead of grepping LLVM IR.Charles Davis
2010-02-05Now that we store calling conventions in the types, use them instead ofCharles Davis
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-11Codegen support for fastcall & stdcall CC.Anton Korobeynikov