aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/ms_abi.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov1-2/+2
2023-02-17[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov1-81/+66
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-2/+2
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-2/+2
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-2/+2
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-2/+2
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-2/+2
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-2/+2
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-2/+2
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-2/+2
2021-06-08[clang] Apply MS ABI details on __builtin_ms_va_list on non-windows platforms...Martin Storsjö1-11/+12
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song1-4/+4
2020-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault1-2/+2
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp1-2/+2
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault1-2/+2
2020-03-24[CodeGen] Add an alignment attribute to all sret parametersErik Pilkington1-2/+2
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song1-4/+4
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song1-4/+4
2018-02-23Bring r325915 back.Rafael Espindola1-7/+7
2018-02-23Revert "Start setting dso_local for COFF."Rafael Espindola1-7/+7
2018-02-23Start setting dso_local for COFF.Rafael Espindola1-7/+7
2018-02-08Fix for #31362 - ms_abi is implemented incorrectly for values >=16 bytes.Alexander Ivchenko1-0/+13
2017-07-17Update use of llvm::CallingConv:X86_64_Win64 after LLVM commit r308208Martin Storsjo1-3/+3
2016-08-25[MS] Win64 va_arg should expect large arguments to be passed indirectlyReid Kleckner1-8/+11
2015-09-17Support __builtin_ms_va_list.Charles Davis1-6/+131
2013-08-30Add ms_abi and sysv_abi attribute handling.Charles Davis1-0/+20