summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp
AgeCommit message (Expand)Author
2023-02-17[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-09-13[IR] Add alignment for llvm.threadlocal.addressAlexander Shaposhnikov
2022-08-01Use @llvm.threadlocal.address intrinsic to access TLS variableChuanqi Xu
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-10-31Revert "Use uint64_t for branch weights instead of uint32_t"Arthur Eubanks
2020-10-30Use uint64_t for branch weights instead of uint32_tArthur Eubanks
2020-10-27Revert "Use uint64_t for branch weights instead of uint32_t"Nico Weber
2020-10-26Use uint64_t for branch weights instead of uint32_tArthur Eubanks
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
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-07-26Add branch weights to branches for static initializers.Richard Smith
2016-05-27[MSVC2015] Fix mangling for static variables initialization guardsDmitry Polukhin
2015-12-12Update clang to use the updated LLVM EH instructionsDavid Majnemer
2015-10-08[WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
2015-05-07[MS ABI] Make sure we number thread_local statics seperatelyDavid Majnemer
2015-05-07Mark clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp as REQUIRES:...NAKAMURA Takumi
2015-05-07[MS ABI] Implement thread-safe initialization using the MSVC 2015 ABIDavid Majnemer