summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx11-thread-local.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen][Darwin] Set the calling-convention of thread-local variableAkira Hatanaka2018-05-291-4/+8
* Improve handling of instantiated thread_local variables in Itanium C++ ABI.Richard Smith2017-01-131-33/+134
* [TLS on Darwin] use CXX_FAST_TLS calling convention for tls_init.Manman Ren2016-03-181-4/+8
* [CodeGen] Attach attributes to thread local wrapper function.Akira Hatanaka2016-01-151-1/+3
* [TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren2015-12-171-9/+14
* Fix use-after-free when a C++ thread_local variable gets replaced (because itsRichard Smith2015-12-011-0/+12
* [TLS on Darwin] change how we handle globals with linkonce or weak linkage.Manman Ren2015-11-111-19/+33
* [TLS] move setting tls_guard in tls_init.Manman Ren2015-11-111-1/+1
* [opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie2015-09-111-4/+4
* Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh2015-07-281-0/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-9/+9
* Update for llvm change.Rafael Espindola2014-07-301-2/+2
* CodeGen: Don't set hidden visibility on symbols with local linkageDuncan P. N. Exon Smith2014-05-071-2/+2
* AST: Update reference temporary manglingDavid Majnemer2014-05-061-3/+3
* CodeGen: Assign linkage to thread-wrappers correctlyDavid Majnemer2014-05-051-0/+8
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-4/+4
* PR19254: If a thread_local data member of a class is accessed via member accessRichard Smith2014-03-261-0/+10
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-6/+6
* Reapply r183721, reverted in r183776, with a fix for a bug in the former (weRichard Smith2013-06-121-1/+1
* Revert r183721. It caused cleanups to be delayed too long in some cases.Richard Smith2013-06-111-1/+1
* Rework IR emission for lifetime-extended temporaries. Instead of trying to walkRichard Smith2013-06-111-1/+1
* Add testcase omitted from r181998.Richard Smith2013-05-161-0/+7
* Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith2013-04-191-0/+117
* CodeGen support for function-local static thread_local variables withRichard Smith2013-04-141-0/+56