summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/tls-init-funcs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren2015-12-171-4/+4
* [TLS on Darwin] change how we handle globals with linkonce or weak linkage.Manman Ren2015-11-111-3/+3
* CodeGen: Don't emit a thread-wrapper if we can't touch the backing variableDavid Majnemer2014-07-111-2/+25
* CodeGen: Correct linkage of thread_local for OS XDavid Majnemer2014-06-111-0/+1
* Use the Itanium ABI for thread_local on Darwin.Bill Wendling2013-05-021-0/+10
* Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith2013-04-301-21/+0
* Modify triple to try to make it pass on ARM.Bill Wendling2013-04-291-2/+2
* Emit the TLS intialization functions into a list.Bill Wendling2013-04-291-0/+21