| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 299222
|
|
|
|
|
|
|
| |
It makes more sense for ThreadLocal<const T>::get to return a const T*
and ThreadLocal<T>::get to return a T*.
llvm-svn: 224225
|
|
|
|
| |
llvm-svn: 213002
|
|
|
|
| |
llvm-svn: 201258
|
|
|
|
| |
llvm-svn: 158346
|
|
|
|
|
|
|
|
|
|
|
| |
thread local data, embed them in the class using a uint64_t and make sure
we get compiler errors if there's a platform where this is not big enough.
This makes ThreadLocal more safe for using it in conjunction with CrashRecoveryContext.
Related to crash in rdar://11434201.
llvm-svn: 158342
|
|
|
|
|
|
|
|
| |
from LLVM forever:
grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g'
llvm-svn: 120314
|
|
llvm-svn: 120298
|