summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-static-initializers.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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