summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/cxx11-thread-local-reference.cpp
AgeCommit message (Expand)Author
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-11-11[TLS on Darwin] change how we handle globals with linkonce or weak linkage.Manman Ren
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-04-19Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith