1. 9a45114 CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up to dwo output. by Peter Collingbourne · 8 years ago
  2. 06b0c2f make add_llvm_fuzzer calls slightly more consisten with other cmake by Nico Weber · 8 years ago
  3. 4333f97 Rename *CommandFlags.def to *CommandFlags.inc by David Blaikie · 8 years ago
  4. 14c979d [llvm-opt-fuzzer] Avoid adding incorrect inputs to the fuzzer corpus by Igor Laevsky · 8 years ago
  5. 62602a4 Remove redundant includes from tools. by Michael Zolotukhin · 8 years ago
  6. c14bfec Rename CommandFlags.h -> CommandFlags.def by David Blaikie · 8 years ago
  7. e714ef4 [FuzzMutate] NFC. Move parseModule and writeModule from llvm-isel-fuzzer into FuzzMutate. by Igor Laevsky · 8 years ago
  8. e21b940 fix llvm-isel-fuzzer: LLVMFuzzerTestOneInput should never return non-zero (according to the contract) by Kostya Serebryany · 8 years ago
  9. 9ea7fbd Re-commit "llvm-isel-fuzzer: Handle a subset of backend flags in the exec name" by Justin Bogner · 8 years ago
  10. 022829d Revert r315545 "llvm-isel-fuzzer: Handle a subset of backend flags in the executable name" by Hans Wennborg · 8 years ago
  11. a5969ce llvm-isel-fuzzer: Handle a subset of backend flags in the executable name by Justin Bogner · 8 years ago
  12. 7f28d73 Move some CLI utils out of llvm-isel-fuzzer and into the library by Justin Bogner · 8 years ago
  13. b79a4ef llvm-isel-fuzzer: Weak function invoke the ire of PE/COFF by Justin Bogner · 8 years ago
  14. a5ef441 llvm-isel-fuzzer: Add link-time dependency on BitWriter by Justin Bogner · 8 years ago
  15. 774764a llvm-isel-fuzzer: Add link-time dependency on BitReader by Justin Bogner · 8 years ago
  16. f483817 Specify the namespace in llvm::make_unique to fix the windows build by Justin Bogner · 8 years ago
  17. c3b67fb llvm-isel-fuzzer: Make buildable and testable without libFuzzer by Justin Bogner · 8 years ago
  18. 5204717 cmake: Invent add_llvm_fuzzer to set up fuzzer targets by Justin Bogner · 8 years ago
  19. 53bb83d llvm-isel-fuzzer: Stop including FuzzerInterface.h by Justin Bogner · 8 years ago
  20. 2ebcca2 Implement llvm-isel-fuzzer for fuzzing instruction selection by Justin Bogner · 8 years ago