Age | Commit message (Expand) | Author | Files | Lines |
2021-03-16 | Fix for memory leak reported by Valgrind | Maksym Wezdecki | 1 | -10/+5 |
2019-08-19 | [Support] Replace sys::Mutex with their standard equivalents. | Benjamin Kramer | 1 | -6/+5 |
2019-08-07 | Replace llvm::MutexGuard/UniqueLock with their standard equivalents | Benjamin Kramer | 1 | -3/+3 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -3/+3 |
2018-05-12 | [NFC] Remove inaccurate comment | JF Bastien | 1 | -3/+0 |
2017-02-05 | Revamp llvm::once_flag to be closer to std::once_flag | Kamil Rytarowski | 1 | -1/+1 |
2016-06-29 | [ManagedStatic] Reimplement double-checked locking with std::atomic. | Benjamin Kramer | 1 | -12/+3 |
2016-06-04 | [LPM] Reinstate r271781 which reinstated r271652 to replace the | Chandler Carruth | 1 | -1/+1 |
2016-06-04 | [LPM] Revert r271781 which was a re-commit of r271652. | Chandler Carruth | 1 | -1/+1 |
2016-06-04 | [LPM] Reinstate r271652 to replace the CALL_ONCE_... macro in the legacy | Chandler Carruth | 1 | -1/+1 |
2016-06-02 | This is yet another attempt to re-instate r220932 as discussed in | Chandler Carruth | 1 | -4/+11 |
2016-05-14 | Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS... | Mehdi Amini | 1 | -11/+4 |
2016-05-14 | Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp... | Mehdi Amini | 1 | -4/+11 |
2016-04-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -1/+0 |
2015-08-18 | Support: Clean up TSan annotations. | Peter Collingbourne | 1 | -0/+1 |
2014-11-05 | Revert 220932. | Jiangning Liu | 1 | -11/+4 |
2014-10-30 | Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ... | Chris Bieneman | 1 | -4/+11 |
2014-10-14 | Revert r219638, (r219640 and r219676), "Removing the static destructor from M... | NAKAMURA Takumi | 1 | -17/+6 |
2014-10-13 | Removing the static destructor from ManagedStatic.cpp by controlling the allo... | Chris Bieneman | 1 | -6/+17 |
2014-06-21 | Fix the MinGW builder. Apparently std::call_once and | Zachary Turner | 1 | -17/+10 |
2014-06-19 | Remove use of removed function, llvm_stop_multithreading | David Blaikie | 1 | -2/+0 |
2014-06-19 | Kill the LLVM global lock. | Zachary Turner | 1 | -3/+20 |
2014-06-16 | Revert r211066, 211067, 211068, 211069, 211070. | Zachary Turner | 1 | -23/+5 |
2014-06-16 | Kill the LLVM global lock. | Zachary Turner | 1 | -1/+22 |
2014-06-16 | Remove some code churn. | Zachary Turner | 1 | -1/+1 |
2014-06-16 | Remove some more code out into a separate CL. | Zachary Turner | 1 | -3/+1 |
2014-06-16 | Users of the llvm global mutex must now acquire it manually. | Zachary Turner | 1 | -3/+2 |
2014-06-10 | Revert "Remove support for runtime multi-threading." | Zachary Turner | 1 | -2/+4 |
2014-06-10 | Remove support for runtime multi-threading. | Zachary Turner | 1 | -4/+2 |
2014-04-17 | ManagedStatic is never built with a null constructor, remove support for it. | David Blaikie | 1 | -2/+3 |
2014-04-15 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -1/+1 |
2014-04-09 | [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to... | Craig Topper | 1 | -1/+1 |
2014-04-07 | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 1 | -7/+7 |
2014-03-03 | Revert "[C++11] Replace LLVM atomics with std::atomic." | Benjamin Kramer | 1 | -1/+2 |
2014-03-03 | [C++11] Replace LLVM atomics with std::atomic. | Benjamin Kramer | 1 | -2/+1 |
2011-11-14 | Add support for tsan annotations (thread sanitizer, a valgrind-based tool). | Nick Lewycky | 1 | -1/+7 |
2010-11-29 | Merge System into Support. | Michael J. Spencer | 1 | -1/+1 |
2009-06-16 | Split the thread-related APIs out into their own file, and add a few more | Owen Anderson | 1 | -20/+4 |
2009-05-30 | Untabification. | Bill Wendling | 1 | -1/+1 |
2009-05-20 | Have llvm_start_multithreaded return a bool indicating whether multithreaded | Owen Anderson | 1 | -2/+3 |
2009-05-20 | Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-... | Owen Anderson | 1 | -8/+45 |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 1 | -2/+2 |
2007-02-20 | Not all managedstatics need object pointers. | Chris Lattner | 1 | -1/+1 |
2006-09-29 | Define this in the correct n/s | Chris Lattner | 1 | -1/+1 |
2006-09-28 | new helper class to provide more explicit management of static ctor/dtors. | Chris Lattner | 1 | -0/+53 |