summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/microsoft-abi-structors.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-09-17[win][clang] Align scalar deleting destructors with MSABI (#139566)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
2023-02-28[Clang][CodeGen] Fix this argument type for certain destructorsJacob Young
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-18[Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analy...hyeongyukim
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-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
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
2017-02-14[MS ABI] Correctly mangling vbase destructorsDavid Majnemer
2016-12-13CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne
2016-09-07[MS] Fix prologue this adjustment when 'this' is passed indirectlyReid Kleckner
2016-05-13[MS ABI] Delegating constructors should not assume they are most derivedDavid Majnemer
2015-09-14PR24595: Ignore calling convention modifiers for structors in MS ABI.Andrey Bokhanko
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-08-06Mark calls in thunk functions as tail-call optimization candidatesMichael Kuperstein
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
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-17Make sure all weak destructors go in a comdat in the ms abi.Rafael Espindola
2015-01-16Add comdats to constructs and destructor in the microsoft abi.Rafael Espindola
2014-12-03Cast vtable address points to i32 (...)** to enable more globaloptReid Kleckner
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-07-18Mark the vtable used when defining implicit copy and move ctorsReid Kleckner
2014-06-06MS ABI: Update the thunk linkage computationHans Wennborg
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-02-18MS ABI: Remove nv adjustment from direct vdtor calls and prologuesReid Kleckner
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-17[ms-cxxabi] The 'most derived' ctor parameter usually comes lastReid Kleckner
2013-12-11[ms-cxxabi] Fix linkage of dtor thunks for anonymous classesReid Kleckner