| Commit message (Expand) | Author | Age | Files | Lines |
| * | [RWMutex] Simplify availability check | Jonas Devlieghere | 2019-08-16 | 1 | -1/+1 |
| * | [Support] Re-introduce the RWMutexImpl for macOS < 10.12 | Jonas Devlieghere | 2019-08-15 | 1 | -0/+136 |
| * | [Support] Base RWMutex on std::shared_timed_mutex (C++14) | Benjamin Kramer | 2019-08-15 | 1 | -124/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix include of config.h that was incorrectly changed in r331184 | Justin Bogner | 2018-05-03 | 1 | -1/+1 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -1/+1 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -2/+2 |
| * | Report fatal error in the case of out of memory | Serge Pavlov | 2018-02-20 | 1 | -1/+2 |
| * | Revert r325224 "Report fatal error in the case of out of memory" | Serge Pavlov | 2018-02-15 | 1 | -2/+1 |
| * | Report fatal error in the case of out of memory | Serge Pavlov | 2018-02-15 | 1 | -1/+2 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-02-15 | 1 | -10/+9 |
| * | Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil... | Duncan P. N. Exon Smith | 2016-04-05 | 1 | -7/+4 |
| * | Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe... | Eugene Zelenko | 2016-04-05 | 1 | -4/+7 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -5/+5 |
| * | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 2014-04-07 | 1 | -2/+2 |
| * | Remove dead code. | David Blaikie | 2012-01-15 | 1 | -67/+35 |
| * | rename ENABLE_THREADS to LLVM_ENABLE_THREADS | Dylan Noblesmith | 2011-11-28 | 1 | -1/+1 |
| * | Clean up a few references to System/. We still have docs/SystemLibrary.html | Daniel Dunbar | 2011-10-11 | 1 | -1/+1 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+157 |