summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/stdcall-fastcall.c
Commit message (Expand)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-15/+15
* Update testcases due to Attribute sorting improvements.Bill Wendling2013-02-151-2/+2
* Update the tests.Bill Wendling2013-01-311-2/+2
* Add padding inreg registers to cause llvm to skip ecx when needed withRafael Espindola2012-10-241-2/+2
* Add inreg markers with the x86_fastcallcc calling convention.Rafael Espindola2012-10-241-0/+96
* Allowing individual targets to determine whether a given calling convention i...Aaron Ballman2012-10-021-1/+1
* ANSI C requires that a call to an unprototyped function type succeedJohn McCall2011-09-211-1/+1
* Add support for Microsoft's __thiscall, from Steven Watanabe!Douglas Gregor2010-05-181-13/+24
* PR7117: Make sure we don't lose the calling convention for K&R-styleEli Friedman2010-05-171-0/+6
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-4/+4
* Convert this test to FileCheck instead of grepping LLVM IR.Charles Davis2010-02-051-2/+11
* Now that we store calling conventions in the types, use them instead ofCharles Davis2010-02-051-2/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Codegen support for fastcall & stdcall CC.Anton Korobeynikov2008-11-111-0/+17