summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/tls-init-funcs.cpp
AgeCommit message (Expand)Author
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