1. 1fb71bc Revert 220932. by Jiangning Liu · 11 years ago
  2. 14e2bcc Removing the static initializer in ManagedStatic.cpp by using llvm_call_once to initialize the ManagedStatic mutex. by Chris Bieneman · 11 years ago
  3. 39cd216 Re-apply r211287: Remove support for LLVM runtime multi-threading. by Chandler Carruth · 11 years ago
  4. 104e5f6 Revert r211287, "Remove support for LLVM runtime multi-threading." by NAKAMURA Takumi · 11 years ago
  5. 9c9710e Remove support for LLVM runtime multi-threading. by Zachary Turner · 11 years ago
  6. 6ad2444 Kill the LLVM global lock. by Zachary Turner · 11 years ago
  7. ccbf3d0 Revert r211066, 211067, 211068, 211069, 211070. by Zachary Turner · 11 years ago
  8. 89ae856 Kill the LLVM global lock. by Zachary Turner · 11 years ago
  9. 0f2c641 Remove some more code out into a separate CL. by Zachary Turner · 11 years ago
  10. b344f05 Users of the llvm global mutex must now acquire it manually. by Zachary Turner · 11 years ago
  11. 6610b99 Revert "Remove support for runtime multi-threading." by Zachary Turner · 11 years ago
  12. f6054ca Remove support for runtime multi-threading. by Zachary Turner · 11 years ago
  13. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 11 years ago
  14. 17388a6 Revert "[C++11] Replace LLVM atomics with std::atomic." by Benjamin Kramer · 12 years ago
  15. 0b6eb59 [C++11] Replace LLVM atomics with std::atomic. by Benjamin Kramer · 12 years ago
  16. d59e2fa Rename Windows.h to WindowsSupport.h to avoid ambiguity by Reid Kleckner · 12 years ago
  17. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  18. efddf20 rename ENABLE_THREADS to LLVM_ENABLE_THREADS by Dylan Noblesmith · 14 years ago
  19. 4418a60 Rename LLVM_MULTITHREADED define and fix build without threads. by Eric Christopher · 14 years ago
  20. dbd883b Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman! by NAKAMURA Takumi · 14 years ago
  21. 54c9eb6 Now to chant the magical incantation that will exorcise the System library by Charles Davis · 15 years ago
  22. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (96%) from llvm/lib/System/Threading.cpp]
  23. cdd4c54 System: Add llvm_execute_on_thread, which does what it says. by Daniel Dunbar · 15 years ago
  24. 2370b4d No need to double-include config.h by Owen Anderson · 16 years ago
  25. 1d182d0 We need to include config.h to get the proper setting to LLVM_MULTITHREADED. by Owen Anderson · 16 years ago
  26. 738cc28 improve portability to windows, patch by Xerces Ranby! by Chris Lattner · 16 years ago
  27. 7d42b95 Move Threading.[h|cpp] from Support to System. by Owen Anderson · 16 years ago[Renamed (92%) from llvm/lib/Support/Threading.cpp]
  28. 993e426 Add newline at end of file. by Owen Anderson · 16 years ago
  29. 4cb4b61 Split the thread-related APIs out into their own file, and add a few more by Owen Anderson · 16 years ago