summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/regcall.cpp
AgeCommit message (Expand)Author
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov
2022-10-06[CodeGenCXX] Convert some 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-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-05-19Fix X86_64 complex-returns for regcall.Erich Keane
2020-03-24[CodeGen] Add an alignment attribute to all sret parametersErik Pilkington
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-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-06-05LLVM IR: Generate new-style byval-with-Type from ClangTim Northover
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny
2018-03-16[MS] Commit some changes that were intended to be part of r327738Reid Kleckner
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2018-03-16[MS] Always use base dtors in place of complete/vbase dtors when possibleReid Kleckner
2018-02-23Bring r325915 back.Rafael Espindola
2018-02-23Revert "Start setting dso_local for COFF."Rafael Espindola
2018-02-23Start setting dso_local for COFF.Rafael Espindola
2017-07-21Complex Long Double classification In RegCall calling conventionErich Keane
2017-02-14[MS ABI] Correctly mangling vbase destructorsDavid Majnemer
2016-11-02regcall: Implement regcall Calling Conv in clangErich Keane