1. 5e5d046 [TLS on Darwin] use CXX_FAST_TLS calling convention for tls_init. by Manman Ren · 10 years ago
  2. 26907f9 [CodeGen] Attach attributes to thread local wrapper function. by Akira Hatanaka · 10 years ago
  3. b0b3af7 [TLS on Darwin] use CXX_FAST_TLS calling convention for access functions. by Manman Ren · 10 years ago
  4. 6815026 [TLS on Darwin] change how we handle globals with linkonce or weak linkage. by Manman Ren · 10 years ago
  5. fc47355 [opaque pointer type] update test cases for explicit pointee types on global aliases by David Blaikie · 10 years ago
  6. a953f28 Update Clang tests to handle explicitly typed load changes in LLVM. by David Blaikie · 11 years ago
  7. a2347ba Mark C++ reference parameters as dereferenceable by Hal Finkel · 11 years ago
  8. 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
  9. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  10. 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