summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/tls-init-funcs.cpp
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
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-01-13[ItaniumCXXABI] Make tls wrappers properly comdatMartin Storsjö
2019-09-12Improve code generation for thread_local variables:Richard Smith
2015-12-17[TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren
2015-11-11[TLS on Darwin] change how we handle globals with linkonce or weak linkage.Manman Ren
2014-07-11CodeGen: Don't emit a thread-wrapper if we can't touch the backing variableDavid Majnemer
2014-06-11CodeGen: Correct linkage of thread_local for OS XDavid Majnemer
2013-05-02Use the Itanium ABI for thread_local on Darwin.Bill Wendling
2013-04-30Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith
2013-04-29Modify triple to try to make it pass on ARM.Bill Wendling
2013-04-29Emit the TLS intialization functions into a list.Bill Wendling