summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/mrtd.c
AgeCommit message (Expand)Author
2023-10-15[Clang][M68k] Add Clang support for the new M68k_RTD CCMin-Yih Hsu
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
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
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2014-10-24Add frontend support for __vectorcallReid Kleckner
2014-09-24Simplify tests.Nico Weber
2014-09-24Downgrade error about stdcall decls with no prototype to a warningReid Kleckner
2014-09-19Follow-up to r214408: Warn on other callee-cleanup functions without prototyp...Nico Weber
2013-08-27Delete CC_Default and use the target default CC everywhereReid Kleckner
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2011-09-21ANSI C requires that a call to an unprototyped function type succeedJohn McCall
2011-03-01Kill off more names to fix this testDouglas Gregor
2011-03-01Fix the test.Roman Divacky
2011-03-01Implement -mrtd which sets the StdCall calling convention to be the defaultRoman Divacky