1. 54fcea8 Revert "[Support] Use unique_function rather than std::function for ThreadPool TaskTy." by Lang Hames · 5 years ago
  2. d9c8b02 [Support] Use unique_function rather than std::function for ThreadPool TaskTy. by Lang Hames · 5 years ago
  3. 0069824 Revert rGf0bab7875e78e01c149d12302dcc4b6d4c43e25c - "Triple.h - reduce Twine.h include to forward declarations. NFC." by Simon Pilgrim · 5 years ago
  4. f0bab78 Triple.h - reduce Twine.h include to forward declarations. NFC. by Simon Pilgrim · 5 years ago
  5. 72b6fcb [Support] Fix fragile ThreadPool test by Alexandre Ganea · 5 years ago
  6. b25fc41 [Support] In tests, fix warning: variable ‘Threads’ set but not used by Alexandre Ganea · 6 years ago
  7. 8404aeb [Support] On Windows, ensure hardware_concurrency() extends to all CPU sockets and all NUMA groups by Alexandre Ganea · 6 years ago
  8. 7207dae Fix uninitialized variable warning. NFC. by Simon Pilgrim · 6 years ago
  9. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  10. 9b8b079 Revert "Enable ThreadPool to queue tasks that return values." by Zachary Turner · 7 years ago
  11. 1b76a12 Enable ThreadPool to support tasks that return values. by Zachary Turner · 7 years ago
  12. 17d266b Remove unused lambda captures. NFC by Malcolm Parsons · 9 years ago
  13. 0f0d5d8 [ThreadPool] Rollback recent changes until I figure out the breakage. by Davide Italiano · 9 years ago
  14. 3ea0bfa [ThreadPool] Simplify the interface. NFCI. by Davide Italiano · 9 years ago
  15. 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  16. aa77fa0 Fix deadlock in ThreadPool unittest. by Eli Friedman · 9 years ago
  17. fa4e474 ThreadPool unittests: do not hold mutex when calling condition_variable:notify() by Mehdi Amini · 10 years ago
  18. 3791e3d [unittests] ThreadPool: Remove redundant loop, NFC by Vedant Kumar · 10 years ago
  19. 2cf7533 [unittests] ThreadPool: Guard updates to MainThreadReady by Vedant Kumar · 10 years ago
  20. 0129fca ThreadPool unittest: reimplement concurrency test, deterministically this time. by Mehdi Amini · 10 years ago
  21. bae92fd Remove possibility of failures to due race in ThreadPool unittest by Teresa Johnson · 10 years ago
  22. 4b8d75b Mark ThreadPool unittests as unsupported on PowerPC64 by Mehdi Amini · 10 years ago
  23. 942e52c ThreadPool unittest: add a rough mechanism to mark UNSUPPORTED on a given platform by Mehdi Amini · 10 years ago
  24. f064d62 Fix template parameter pack handling in ThreadPool by Teresa Johnson · 10 years ago
  25. 33a7ea4 Add a C++11 ThreadPool implementation in LLVM by Mehdi Amini · 10 years ago
  26. 2bc6a5a Revert "Add a C++11 ThreadPool implementation in LLVM" by Mehdi Amini · 10 years ago
  27. ef0ef28 Add a C++11 ThreadPool implementation in LLVM by Mehdi Amini · 10 years ago
  28. c2a687b Revert r255444. by Nico Weber · 10 years ago
  29. 396abbb Add a C++11 ThreadPool implementation in LLVM by Mehdi Amini · 10 years ago