summaryrefslogtreecommitdiff
path: root/lib/Support/ThreadLocal.cpp
Commit message (Expand)AuthorAge
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth2014-03-02
* Silence g++ 4.9 build issueAlp Toker2013-12-31
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-19
* Fix ThreadLocalImpl::getInstance for --disable-threads.Argyrios Kyrtzidis2012-06-26
* Fix building ThreadLocal.cpp with --disable-threads.Argyrios Kyrtzidis2012-06-13
* Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis2012-06-12
* For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis2012-06-12
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-28
* Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar2011-10-11
* Merge System into Support.Michael J. Spencer2010-11-29