summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/microsoft-abi-thunks.cpp
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-04-14[MS][clang] Revert vector deleting destructors support (#135611)Mariya Podchishchaeva
2025-03-31Reland [MS][clang] Add support for vector deleting destructors (#133451)Mariya Podchishchaeva
2025-03-12Revert "[MS][clang] Add support for vector deleting destructors (#126240)"Hans Wennborg
2025-03-04[MS][clang] Add support for vector deleting destructors (#126240)Mariya Podchishchaeva
2023-06-08[Clang] 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
2021-05-13[Clang][Codegen] Do not annotate thunk's this/return types with align/deref/n...Roman Lebedev
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2018-08-17[MS] Mangle a hash of the main file path into anonymous namespacesReid Kleckner
2018-03-16[MS] Don't escape MS C++ names with \01Reid 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
2015-06-30CodeGen: Assign an appropriate comdat to thunks.Peter Collingbourne
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-01-19Add comdat to thunks.Rafael Espindola
2015-01-19Make this test a bit stricter. NFC.Rafael Espindola
2014-10-31MS ABI: Properly call global delete when invoking virtual destructorsDavid Majnemer
2014-10-22MS ABI: Emit more canonical vbptr stores and loadsReid Kleckner
2014-06-06MS ABI: Update the thunk linkage computationHans Wennborg
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-11-06Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoftTimur Iskhodzhanov
2013-10-30Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...Timur Iskhodzhanov
2013-10-11Use castAs instead of cast in thunk generationReid Kleckner
2013-10-09Reland 192220 "Abstract out parts of thunk emission code, add support for sim...Timur Iskhodzhanov
2013-10-08Revert 192220 as it fails on an assertionTimur Iskhodzhanov
2013-10-08Abstract out parts of thunk emission code, add support for simple thunks when...Timur Iskhodzhanov