summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/microsoft-call-conv.c
AgeCommit message (Expand)Author
2022-09-18[Clang][NFC] update obsolete check predicatePhoebe Wang
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
2014-10-31Implement IRGen for the x86 vectorcall conventionReid Kleckner
2014-10-24Add frontend support for __vectorcallReid Kleckner
2013-10-09Tighten diagnostics for calling conventions on variadic functionsHans Wennborg
2013-10-08Turn error about fastcall variadic function into warning in MS mode (PR12535)Hans Wennborg
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
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 missing test case, provided by Steven Watanabe.Douglas Gregor