| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reland "[Support] Add a way to run a function on a detached thread"" | Sam McCall | 2019-10-23 | 1 | -2/+49 |
| * | Revert "[Support] Add a way to run a function on a detached thread" | Sam McCall | 2019-10-23 | 1 | -49/+2 |
| * | [Support] Add a way to run a function on a detached thread | Sam McCall | 2019-10-23 | 1 | -2/+49 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -2/+2 |
| * | Bring r314809 back. | Rafael Espindola | 2017-10-04 | 1 | -0/+14 |
| * | Revert D38481 due to missing cmake check for CPU_COUNT | Daniel Neilson | 2017-10-04 | 1 | -14/+0 |
| * | Use sched_getaffinity instead of std::thread::hardware_concurrency. | Rafael Espindola | 2017-10-03 | 1 | -0/+14 |
| * | Try to fix thread name truncation on non-Windows. | Zachary Turner | 2017-03-04 | 1 | -0/+2 |
| * | Fix Threading path when LLVM_ENABLE_THREADS=0. | Zachary Turner | 2017-03-03 | 1 | -1/+1 |
| * | Don't bring in llvm/Support/thread.h in Threading.cpp | Zachary Turner | 2017-03-03 | 1 | -2/+8 |
| * | [Support] Provide access to current thread name/thread id. | Zachary Turner | 2017-03-03 | 1 | -84/+29 |
| * | Rename interface for querying physical hardware concurrency | Teresa Johnson | 2016-10-17 | 1 | -1/+1 |
| * | hardware_physical_concurrency() should return 1 when LLVM is built with LLVM_... | Mehdi Amini | 2016-10-14 | 1 | -0/+3 |
| * | Add interface for querying physical hardware concurrency | Teresa Johnson | 2016-10-14 | 1 | -0/+8 |
| * | [LPM] Reinstate r271781 which reinstated r271652 to replace the | Chandler Carruth | 2016-06-04 | 1 | -27/+0 |
| * | [LPM] Revert r271781 which was a re-commit of r271652. | Chandler Carruth | 2016-06-04 | 1 | -0/+27 |
| * | [LPM] Reinstate r271652 to replace the CALL_ONCE_... macro in the legacy | Chandler Carruth | 2016-06-04 | 1 | -27/+0 |
| * | Fix the use of sys::MemoryFence after including WindowsSupport.h that | Chandler Carruth | 2016-06-02 | 1 | -0/+5 |
| * | This is yet another attempt to re-instate r220932 as discussed in | Chandler Carruth | 2016-06-02 | 1 | -0/+28 |
| * | Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS... | Mehdi Amini | 2016-05-14 | 1 | -7/+0 |
| * | Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp... | Mehdi Amini | 2016-05-14 | 1 | -0/+7 |
| * | Revert 220932. | Jiangning Liu | 2014-11-05 | 1 | -7/+0 |
| * | Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ... | Chris Bieneman | 2014-10-30 | 1 | -0/+7 |
| * | Re-apply r211287: Remove support for LLVM runtime multi-threading. | Chandler Carruth | 2014-06-27 | 1 | -26/+3 |
| * | Revert r211287, "Remove support for LLVM runtime multi-threading." | NAKAMURA Takumi | 2014-06-24 | 1 | -3/+26 |
| * | Remove support for LLVM runtime multi-threading. | Zachary Turner | 2014-06-19 | 1 | -26/+3 |
| * | Kill the LLVM global lock. | Zachary Turner | 2014-06-19 | 1 | -12/+0 |
| * | Revert r211066, 211067, 211068, 211069, 211070. | Zachary Turner | 2014-06-16 | 1 | -3/+38 |
| * | Kill the LLVM global lock. | Zachary Turner | 2014-06-16 | 1 | -5/+0 |
| * | Remove some more code out into a separate CL. | Zachary Turner | 2014-06-16 | 1 | -26/+3 |
| * | Users of the llvm global mutex must now acquire it manually. | Zachary Turner | 2014-06-16 | 1 | -11/+4 |
| * | Revert "Remove support for runtime multi-threading." | Zachary Turner | 2014-06-10 | 1 | -5/+36 |
| * | Remove support for runtime multi-threading. | Zachary Turner | 2014-06-10 | 1 | -36/+5 |
| * | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 2014-04-07 | 1 | -3/+3 |
| * | Revert "[C++11] Replace LLVM atomics with std::atomic." | Benjamin Kramer | 2014-03-03 | 1 | -3/+3 |
| * | [C++11] Replace LLVM atomics with std::atomic. | Benjamin Kramer | 2014-03-03 | 1 | -3/+3 |
| * | Rename Windows.h to WindowsSupport.h to avoid ambiguity | Reid Kleckner | 2014-02-12 | 1 | -1/+1 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
| * | rename ENABLE_THREADS to LLVM_ENABLE_THREADS | Dylan Noblesmith | 2011-11-28 | 1 | -4/+4 |
| * | Rename LLVM_MULTITHREADED define and fix build without threads. | Eric Christopher | 2011-09-19 | 1 | -4/+4 |
| * | Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman! | NAKAMURA Takumi | 2011-09-19 | 1 | -2/+33 |
| * | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 1 | -1/+1 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+116 |
| * | Move Threading.[h|cpp] from Support to System. | Owen Anderson | 2009-06-18 | 1 | -63/+0 |
| * | Add newline at end of file. | Owen Anderson | 2009-06-16 | 1 | -1/+1 |
| * | Split the thread-related APIs out into their own file, and add a few more | Owen Anderson | 2009-06-16 | 1 | -0/+63 |