summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp
AgeCommit message (Expand)Author
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
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-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
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-30[MS ABI] Fix mangling issue with dynamic initializer stubs.Zachary Turner
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
2018-01-11Make internal/private GVs implicitly dso_local.Rafael Espindola
2017-07-26Add branch weights to branches for static initializers.Richard Smith
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2015-05-07[MS ABI] Implement thread-safe initialization using the MSVC 2015 ABIDavid Majnemer
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-01-16Add comdats to dynamic init functions in the microsoft abi.Rafael Espindola
2015-01-16Make this test a bit stricter. NFC.Rafael Espindola
2014-10-05MS ABI: Use '1' (instead of '0') relative scope discriminatorsDavid Majnemer
2014-09-10MS ABI: Emit dynamic initializers for selectany globals in comdat-associative...Hans Wennborg
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-06-18Fix bug in code for avoiding dynamic initialization of dllimport globalsHans Wennborg
2014-06-17MS static locals mangling: don't double-increment mangling number for switchesHans Wennborg
2014-06-17MS static locals mangling: don't count enum scopesHans Wennborg
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2014-05-23Use comdats to avoid double initialization of weak dataReid Kleckner
2014-05-06Include translation unit filename in global ctor symbol names.Nico Weber
2014-04-23MS ABI: Use a different guard variable for each weak globalReid Kleckner
2014-03-06MS ABI: Disambiguate the manglings for global guard variablesDavid Majnemer
2014-03-06MS ABI: Fix the initializer/finalizer mangling for static data membersDavid Majnemer
2014-03-05[-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-11-09Add -mconstructor aliases to some tests.Rafael Espindola
2013-09-10[ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC doesReid Kleckner
2013-09-10[ms-cxxabi] Implement guard variables for static initializationReid Kleckner
2013-08-22Add a separate llvm.global_ctors entry for linkonce_odr data initializersReid Kleckner
2013-02-27Reapply r176133 with testcase fixes.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
2012-09-25clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts.NAKAMURA Takumi