summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/stdcall-fastcall.c
AgeCommit message (Expand)Author
2024-07-08[X86][vectorcall] Do not consume register for indirect return value (#97939)Phoebe Wang
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-09-20[X86][fastcall][vectorcall] Move capability check before free register updatePhoebe Wang
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2019-06-05LLVM IR: Generate new-style byval-with-Type from ClangTim Northover
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