Support: Clean up TSan annotations.
[oota-llvm.git] / lib / Support / ManagedStatic.cpp
2015-08-18 Peter CollingbourneSupport: Clean up TSan annotations.
2014-11-05 Jiangning LiuRevert 220932.
2014-10-30 Chris BienemanRemoving the static initializer in ManagedStatic.cpp...
2014-10-14 NAKAMURA TakumiRevert r219638, (r219640 and r219676), "Removing the...
2014-10-13 Chris BienemanRemoving the static destructor from ManagedStatic.cpp...
2014-06-21 Zachary TurnerFix the MinGW builder. Apparently std::call_once and
2014-06-19 David BlaikieRemove use of removed function, llvm_stop_multithreading
2014-06-19 Zachary TurnerKill the LLVM global lock.
2014-06-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerKill the LLVM global lock.
2014-06-16 Zachary TurnerRemove some code churn.
2014-06-16 Zachary TurnerRemove some more code out into a separate CL.
2014-06-16 Zachary TurnerUsers of the llvm global mutex must now acquire it...
2014-06-10 Zachary TurnerRevert "Remove support for runtime multi-threading."
2014-06-10 Zachary TurnerRemove support for runtime multi-threading.
2014-04-17 David BlaikieManagedStatic is never built with a null constructor...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
2010-11-29 Michael J. SpencerMerge System into Support.
2009-06-16 Owen AndersonSplit the thread-related APIs out into their own file...
2009-05-30 Bill WendlingUntabification.
2009-05-20 Owen AndersonHave llvm_start_multithreaded return a bool indicating...
2009-05-20 Owen AndersonAdd llvm_start_multithreaded(), which starts up the...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-02-20 Chris LattnerNot all managedstatics need object pointers.
2006-09-29 Chris LattnerDefine this in the correct n/s
2006-09-28 Chris Lattnernew helper class to provide more explicit management...