1. 33e0ae0 Fix include of config.h that was incorrectly changed in r331184 by Justin Bogner · 7 years ago
  2. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  3. 712e8d2 s/LLVM_ON_WIN32/_WIN32/, llvm by Nico Weber · 7 years ago
  4. 76d8cce Report fatal error in the case of out of memory by Serge Pavlov · 8 years ago
  5. 4500001 Revert r325224 "Report fatal error in the case of out of memory" by Serge Pavlov · 8 years ago
  6. 431502a Report fatal error in the case of out of memory by Serge Pavlov · 8 years ago
  7. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  8. 454d0ce [Support] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  9. 91d3cfe Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." by Duncan P. N. Exon Smith · 9 years ago
  10. 1760dc2 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. by Eugene Zelenko · 9 years ago
  11. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  12. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  13. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  14. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 11 years ago
  15. fdcd669 Remove dead code. by David Blaikie · 14 years ago
  16. efddf20 rename ENABLE_THREADS to LLVM_ENABLE_THREADS by Dylan Noblesmith · 14 years ago
  17. 037fc93 Clean up a few references to System/. We still have docs/SystemLibrary.html by Daniel Dunbar · 14 years ago
  18. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (98%) from llvm/lib/System/RWMutex.cpp]
  19. 1898262 Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three by Chandler Carruth · 15 years ago
  20. ffea0ab Add ATTRIBUTE_UNUSED for -Asserts. by NAKAMURA Takumi · 15 years ago
  21. ce200fd Mark this variable as used. by Chandler Carruth · 15 years ago
  22. 1ac0e2a remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, which by Chris Lattner · 15 years ago
  23. 44d423a Tweak code into an equivalent form for which icc by Duncan Sands · 16 years ago
  24. 96c51a8 Workaround for an... interesting bug in Darwin's pthread_rwlock_init. by Owen Anderson · 16 years ago
  25. 1498a7a Give RWMutex the SmartRWMutex treatment too. by Owen Anderson · 16 years ago
  26. 6eb4a73 Fix build when disable thread support. by Owen Anderson · 16 years ago
  27. 372a928 Fix/cleanup trailing newlines. by Owen Anderson · 16 years ago
  28. 324f94c Add a portable wrapper for reader-writer locks. by Owen Anderson · 16 years ago