summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-static-initializers.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-49/+49
* Bring r325915 back.Rafael Espindola2018-02-231-11/+11
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-11/+11
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-11/+11
* Make internal/private GVs implicitly dso_local.Rafael Espindola2018-01-111-3/+3
* Add branch weights to branches for static initializers.Richard Smith2017-07-261-1/+1
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-1/+1
* [MS ABI] Implement thread-safe initialization using the MSVC 2015 ABIDavid Majnemer2015-05-071-1/+1
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-3/+3
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-4/+4
* Add comdats to dynamic init functions in the microsoft abi.Rafael Espindola2015-01-161-3/+3
* Make this test a bit stricter. NFC.Rafael Espindola2015-01-161-9/+9
* MS ABI: Use '1' (instead of '0') relative scope discriminatorsDavid Majnemer2014-10-051-4/+4
* MS ABI: Emit dynamic initializers for selectany globals in comdat-associative...Hans Wennborg2014-09-101-6/+20
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-2/+2
* Fix bug in code for avoiding dynamic initialization of dllimport globalsHans Wennborg2014-06-181-0/+18
* MS static locals mangling: don't double-increment mangling number for switchesHans Wennborg2014-06-171-0/+29
* MS static locals mangling: don't count enum scopesHans Wennborg2014-06-171-0/+21
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+2
* Use comdats to avoid double initialization of weak dataReid Kleckner2014-05-231-17/+19
* Include translation unit filename in global ctor symbol names.Nico Weber2014-05-061-2/+2
* MS ABI: Use a different guard variable for each weak globalReid Kleckner2014-04-231-1/+12
* MS ABI: Disambiguate the manglings for global guard variablesDavid Majnemer2014-03-061-0/+2
* MS ABI: Fix the initializer/finalizer mangling for static data membersDavid Majnemer2014-03-061-4/+4
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-4/+4
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Add -mconstructor aliases to some tests.Rafael Espindola2013-11-091-1/+1
* [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC doesReid Kleckner2013-09-101-4/+4
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-101-7/+104
* Add a separate llvm.global_ctors entry for linkonce_odr data initializersReid Kleckner2013-08-221-2/+5
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-6/+5
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-5/+6
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-6/+5
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-4/+7
* clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts.NAKAMURA Takumi2012-09-251-2/+2
* In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov.John McCall2012-09-251-3/+3
* [Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov2012-07-121-6/+6
* Abstract the emission of global destructors into ABI-specific codeJohn McCall2012-05-011-0/+52