1. 1331728 [NewPM] Use the default AA pipeline by default by Arthur Eubanks · 3 years, 8 months ago
  2. 89b5706 Move TargetRegistry.(h|cpp) from Support to MC by Reid Kleckner · 3 years, 8 months ago
  3. e463b69 [Support] Change fatal_error_handler_t to take a const char* instead of std::string by Simon Pilgrim · 3 years, 9 months ago
  4. 34a8a43 [NewPM] Hide pass manager debug logging behind -debug-pass-manager-verbose by Arthur Eubanks · 4 years, 2 months ago
  5. 166d40f [FuzzMutate] Add mutator to modify instruction flags. by Florian Hahn · 4 years, 5 months ago
  6. 9ed8e0c [NFC] Reduce include files dependency and AA header cleanup (part 2). by dfukalov · 4 years, 6 months ago
  7. 2e31727 [NFC] Clean up PassBuilder by Arthur Eubanks · 4 years, 8 months ago
  8. f85bcc2 [AIX] Turn -fdata-sections on by default in Clang by jasonliu · 4 years, 8 months ago
  9. 6dcbea8 [NewPM] Use PassInstrumentation for -verify-each by Arthur Eubanks · 4 years, 9 months ago
  10. 29aaa18 Revert "[NewPM] Add callbacks to PassBuilder to run before/after parsing a pass" by Arthur Eubanks · 4 years, 9 months ago
  11. 111aa4e [NewPM] Add callbacks to PassBuilder to run before/after parsing a pass by Arthur Eubanks · 4 years, 9 months ago
  12. d9b9ce6 CommandFlags.h - remove unnecessary includes. NFC. by Simon Pilgrim · 5 years ago
  13. ac1d23e Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime registration by serge-sans-paille · 5 years ago
  14. 05da2fe Sink all InitializePasses.h includes by Reid Kleckner · 6 years ago
  15. 0eaee54 [llvm] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  16. cd0bc47 Break a couple more false dependencies on target libraries by Daniel Sanders · 6 years ago
  17. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  18. bd6b213 [NewPM] teach -passes= to emit meaningful error messages by Fedor Sergeev · 7 years ago
  19. a01be0f Revert "[NewPM] teach -passes= to emit meaningful error messages" by Fedor Sergeev · 7 years ago
  20. 4155a77 [NewPM] teach -passes= to emit meaningful error messages by Fedor Sergeev · 7 years ago
  21. 06b0c2f make add_llvm_fuzzer calls slightly more consisten with other cmake by Nico Weber · 7 years ago
  22. 68e0dae Link to AggressiveInstCombine in a few places. Unbreaks build for me. by Roman Lebedev · 7 years ago
  23. d4eb207 [AggressiveInstCombine] Add library initializer routine for AggressiveInstCombine library. Use it in bugpoint and llvm-opt-fuzzer to match regular InstCombine. by Craig Topper · 7 years ago
  24. 4333f97 Rename *CommandFlags.def to *CommandFlags.inc by David Blaikie · 7 years ago
  25. 6a86e25 Pass a reference to a module to the bitcode writer. by Rafael Espindola · 7 years ago
  26. 8bf95e2 [llvm-opt-fuzzer] Fix build after rL324225 by Igor Laevsky · 7 years ago
  27. 14c979d [llvm-opt-fuzzer] Avoid adding incorrect inputs to the fuzzer corpus by Igor Laevsky · 7 years ago
  28. 62602a4 Remove redundant includes from tools. by Michael Zolotukhin · 8 years ago
  29. c14bfec4 Rename CommandFlags.h -> CommandFlags.def by David Blaikie · 8 years ago
  30. e714ef4 [FuzzMutate] NFC. Move parseModule and writeModule from llvm-isel-fuzzer into FuzzMutate. by Igor Laevsky · 8 years ago
  31. c262777 [llvm-opt-fuzzer] Add missed library dependence. Fir for rL317883 by Igor Laevsky · 8 years ago
  32. c05ee9d [llvm-opt-fuzzer] Fix unused variable warning after rL317883 by Igor Laevsky · 8 years ago
  33. 13cc995 [llvm-opt-fuzzer] Introduce llvm-opt-fuzzer for fuzzing optimization passes by Igor Laevsky · 8 years ago