Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CodeGenCXX
/
cxx11-thread-local-reference.cpp
5e5d046
[TLS on Darwin] use CXX_FAST_TLS calling convention for tls_init.
by Manman Ren
· 10 years ago
26907f9
[CodeGen] Attach attributes to thread local wrapper function.
by Akira Hatanaka
· 10 years ago
b0b3af7
[TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.
by Manman Ren
· 10 years ago
6815026
[TLS on Darwin] change how we handle globals with linkonce or weak linkage.
by Manman Ren
· 10 years ago
fc47355
[opaque pointer type] update test cases for explicit pointee types on global aliases
by David Blaikie
· 10 years ago
a953f28
Update Clang tests to handle explicitly typed load changes in LLVM.
by David Blaikie
· 11 years ago
a2347ba
Mark C++ reference parameters as dereferenceable
by Hal Finkel
· 11 years ago
9b46eb8
Add 'nonnull' parameter or return attribute when producing an llvm pointer type in a function type where the C++ type is a reference. Update the tests.
by Nick Lewycky
· 11 years ago
4362261
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
by Stephen Lin
· 12 years ago
2fd1d7a
Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev.
by Richard Smith
· 12 years ago