aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/tls-init-funcs.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-17[TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren1-4/+4
2015-11-11[TLS on Darwin] change how we handle globals with linkonce or weak linkage.Manman Ren1-3/+3
2014-07-11CodeGen: Don't emit a thread-wrapper if we can't touch the backing variableDavid Majnemer1-2/+25
2014-06-11CodeGen: Correct linkage of thread_local for OS XDavid Majnemer1-0/+1
2013-05-02Use the Itanium ABI for thread_local on Darwin.Bill Wendling1-0/+10
2013-04-30Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith1-21/+0
2013-04-29Modify triple to try to make it pass on ARM.Bill Wendling1-2/+2
2013-04-29Emit the TLS intialization functions into a list.Bill Wendling1-0/+21