History log of /external/llvm/lib/Support/ThreadLocal.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
da72dd2a01a9f3e686699d01f4d40b936a52eab6 26-Jun-2012 Argyrios Kyrtzidis <akyrtzi@gmail.com> Fix ThreadLocalImpl::getInstance for --disable-threads.

PR13114.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159210 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/ThreadLocal.cpp
1a18e9a2c4495052b903481c83616265074c4e91 13-Jun-2012 Argyrios Kyrtzidis <akyrtzi@gmail.com> Fix building ThreadLocal.cpp with --disable-threads.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158405 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/ThreadLocal.cpp
3e61374295693beb0a899af44ccf4b5085dffbf3 12-Jun-2012 Argyrios Kyrtzidis <akyrtzi@gmail.com> Satisfy C++ aliasing rules, per suggestion by Chandler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158346 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/ThreadLocal.cpp
793537d21f8aa46458a5733d96816ba8bddeef50 12-Jun-2012 Argyrios Kyrtzidis <akyrtzi@gmail.com> For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158342 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/ThreadLocal.cpp
08b73a30bbb6407c7b48a734a29f65f4c8ddd782 28-Nov-2011 Dylan Noblesmith <nobled@dreamwidth.org> rename ENABLE_THREADS to LLVM_ENABLE_THREADS

Now that it needs to be exported in a public header (Valgrind.h)
it should be prefixed to avoid collision with other projects.
Add it to llvm-config.h as well.

This'll require regenerating the configure script after this
commit, but I don't have the required autoconf version.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145214 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/ThreadLocal.cpp
2c607b665dbeb52e2ade86f0e1f191695290da3b 11-Oct-2011 Daniel Dunbar <daniel@zuster.org> Clean up a few references to System/. We still have docs/SystemLibrary.html
lying around...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141703 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/ThreadLocal.cpp
1f6efa3996dd1929fbc129203ce5009b620e6969 29-Nov-2010 Michael J. Spencer <bigcheesegs@gmail.com> Merge System into Support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120298 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/ThreadLocal.cpp