1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 7570932 Use llvm::copy. NFC by Fangrui Song · 7 years ago
  3. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  4. 406f1ff [Local] Make DoesKMove required for combineMetadata. by Florian Hahn · 7 years ago
  5. f78650a Remove trailing space by Fangrui Song · 7 years ago
  6. 31b98d2 Move Analysis/Utils/Local.h back to Transforms by David Blaikie · 7 years ago
  7. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 8 years ago
  8. 636d94d [Transforms] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  9. 2be3922 Fix a couple of layering violations in Transforms by David Blaikie · 8 years ago
  10. c7fc81e Use phi ranges to simplify code. No functionality change intended. by Benjamin Kramer · 8 years ago
  11. 3a13ed6 Avoid int to string conversion in Twine or raw_ostream contexts. by Benjamin Kramer · 8 years ago
  12. 9ed81c6 [GVNSink] Fix failing GVNSink tests in the reverse iteration bot by Mandeep Singh Grang · 8 years ago
  13. 3b87939 [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  14. 064cb68 GVNSink: Make ModelledPHIs constructor linear (and avoid edge case it worries about) by avoiding getIncomingValueForBlock by Daniel Berlin · 8 years ago
  15. dd32329 Revert "[GVNSink] Remove dependency on SmallPtrSet iteration order." by Daniel Berlin · 8 years ago
  16. b99d7c9 [GVNSink] Remove dependency on SmallPtrSet iteration order. by Benjamin Kramer · 8 years ago
  17. dceb612 Hide dbgs() stream for when built with -fmodules. by Frederich Munch · 8 years ago
  18. e128958 Changed a comparison operator for std::stable_sort to implement strict weak ordering. by Galina Kistanova · 8 years ago
  19. dc2d64b [GVNSink] Pacify MSVC by James Molloy · 9 years ago
  20. 2a237f1 [GVNSink] Don't define operator<< in NDEBUG by James Molloy · 9 years ago
  21. a929063 [GVNSink] GVNSink pass by James Molloy · 9 years ago