summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/cxx11-thread-local.cpp
AgeCommit message (Expand)Author
2017-01-13Improve handling of instantiated thread_local variables in Itanium C++ ABI.Richard Smith
2016-03-18[TLS on Darwin] use CXX_FAST_TLS calling convention for tls_init.Manman Ren
2016-01-15[CodeGen] Attach attributes to thread local wrapper function.Akira Hatanaka
2015-12-17[TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren
2015-12-01Fix use-after-free when a C++ thread_local variable gets replaced (because itsRichard Smith
2015-11-11[TLS on Darwin] change how we handle globals with linkonce or weak linkage.Manman Ren
2015-11-11[TLS] move setting tls_guard in tls_init.Manman Ren
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2015-07-28Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-07-30Update for llvm change.Rafael Espindola
2014-05-07CodeGen: Don't set hidden visibility on symbols with local linkageDuncan P. N. Exon Smith
2014-05-06AST: Update reference temporary manglingDavid Majnemer
2014-05-05CodeGen: Assign linkage to thread-wrappers correctlyDavid Majnemer
2014-04-28CodeGen: Fix linkage of reference temporariesDavid Majnemer
2014-03-26PR19254: If a thread_local data member of a class is accessed via member accessRichard Smith
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-06-12Reapply r183721, reverted in r183776, with a fix for a bug in the former (weRichard Smith
2013-06-11Revert r183721. It caused cleanups to be delayed too long in some cases.Richard Smith
2013-06-11Rework IR emission for lifetime-extended temporaries. Instead of trying to walkRichard Smith
2013-05-16Add testcase omitted from r181998.Richard Smith
2013-04-19Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith
2013-04-14CodeGen support for function-local static thread_local variables withRichard Smith