aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/ManagedStatic.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-27Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth1-2/+0
2014-06-24Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi1-0/+2
2014-06-19Remove support for LLVM runtime multi-threading.Zachary Turner1-2/+0
2014-06-16Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner1-0/+2
2014-06-16Remove some more code out into a separate CL.Zachary Turner1-2/+0
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-5/+5
2013-05-14Get the unittests compiling when building with cmake and the settingDuncan Sands1-1/+2
2013-03-27Disable Initialize.MultipleThreads test under MemorySanitizer.Evgeniy Stepanov1-1/+1
2013-01-24unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setsta...NAKAMURA Takumi1-0/+2
2013-01-24unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to alloc...NAKAMURA Takumi1-2/+17
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-1/+1
2011-11-14Fix Windows build, don't try to #include <pthread.h> when we know it's notNick Lewycky1-0/+5
2011-11-14Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky1-0/+39