| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix uninitialized variable warning. NFC. | Simon Pilgrim | 2019-11-18 | 1 | -2/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Revert "Enable ThreadPool to queue tasks that return values." | Zachary Turner | 2018-06-13 | 1 | -19/+0 |
| * | Enable ThreadPool to support tasks that return values. | Zachary Turner | 2018-06-13 | 1 | -0/+19 |
| * | Remove unused lambda captures. NFC | Malcolm Parsons | 2017-01-13 | 1 | -2/+2 |
| * | [ThreadPool] Rollback recent changes until I figure out the breakage. | Davide Italiano | 2016-11-28 | 1 | -0/+16 |
| * | [ThreadPool] Simplify the interface. NFCI. | Davide Italiano | 2016-11-28 | 1 | -16/+0 |
| * | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -6/+4 |
| * | Fix deadlock in ThreadPool unittest. | Eli Friedman | 2016-06-05 | 1 | -1/+1 |
| * | ThreadPool unittests: do not hold mutex when calling condition_variable:notify() | Mehdi Amini | 2015-12-19 | 1 | -11/+11 |
| * | [unittests] ThreadPool: Remove redundant loop, NFC | Vedant Kumar | 2015-12-19 | 1 | -4/+2 |
| * | [unittests] ThreadPool: Guard updates to MainThreadReady | Vedant Kumar | 2015-12-19 | 1 | -12/+16 |
| * | ThreadPool unittest: reimplement concurrency test, deterministically this time. | Mehdi Amini | 2015-12-19 | 1 | -5/+36 |
| * | Remove possibility of failures to due race in ThreadPool unittest | Teresa Johnson | 2015-12-18 | 1 | -22/+0 |
| * | Mark ThreadPool unittests as unsupported on PowerPC64 | Mehdi Amini | 2015-12-15 | 1 | -0/+4 |
| * | ThreadPool unittest: add a rough mechanism to mark UNSUPPORTED on a given pla... | Mehdi Amini | 2015-12-15 | 1 | -5/+53 |
| * | Fix template parameter pack handling in ThreadPool | Teresa Johnson | 2015-12-15 | 1 | -0/+14 |
| * | Add a C++11 ThreadPool implementation in LLVM | Mehdi Amini | 2015-12-15 | 1 | -0/+91 |
| * | Revert "Add a C++11 ThreadPool implementation in LLVM" | Mehdi Amini | 2015-12-15 | 1 | -91/+0 |
| * | Add a C++11 ThreadPool implementation in LLVM | Mehdi Amini | 2015-12-15 | 1 | -0/+91 |
| * | Revert r255444. | Nico Weber | 2015-12-13 | 1 | -91/+0 |
| * | Add a C++11 ThreadPool implementation in LLVM | Mehdi Amini | 2015-12-12 | 1 | -0/+91 |