aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-18[TLS on Darwin] use CXX_FAST_TLS calling convention for tls_init.Manman Ren1-2/+4
2016-01-15[CodeGen] Attach attributes to thread local wrapper function.Akira Hatanaka1-3/+4
2015-12-17[TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren1-2/+5
2015-11-11[TLS on Darwin] change how we handle globals with linkonce or weak linkage.Manman Ren1-4/+8
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie1-1/+1
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-1/+1
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel1-2/+2
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky1-2/+2
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-2/+2
2013-04-19Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith1-0/+26