1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  3. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  4. 636d94d [Transforms] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  5. 7186753 Pass a module reference to CloneModule. by Rafael Espindola · 8 years ago
  6. e4f5d01 Fix more inconsistent line endings. NFC. by Dimitry Andric · 8 years ago
  7. ecf0e95 Add llvm::for_each as a range-based extensions to <algorithm> and make use of it in some cases where it is a more clear alternative to std::for_each. by Aaron Ballman · 8 years ago
  8. 5adb96c [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  9. d3f4c05 Move instances of std::function. by Benjamin Kramer · 9 years ago
  10. 9554949 [GlobalDCE, Misc] Don't remove functions referenced by ifuncs by David Majnemer · 9 years ago
  11. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  12. f74f091 Preserve blockaddress use edges in the module splitter. by Evgeniy Stepanov · 10 years ago
  13. b30f2f51 Avoid overly large SmallPtrSet/SmallSet by Matthias Braun · 10 years ago
  14. 427f570 [SplitModule] In split module utility we should never separate alias with its aliasee. by Sergei Larin · 10 years ago
  15. 3f4f6f3e Add a change accidentally left out from r258100 by Tobias Edler von Koch · 10 years ago
  16. d19d4d3 Add to the split module utility an SCC based method which allows not to globalize any local variables. by Sergei Larin · 10 years ago
  17. 1dc6a8d TransformUtils: Introduce module splitter. by Peter Collingbourne · 10 years ago