OSDN Git Service

vs integration: bump version nbr
[android-x86/external-llvm.git] / tools / llvm-isel-fuzzer /
2019-06-10 Daniel SandersBreak a couple more false dependencies on target libraries
2019-02-21 Fangrui SongFix file header issues in fuzzers. NFC
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-05-21 Peter CollingbourneCodeGen: Add a dwo output file argument to addPassesToE...
2018-05-11 Nico Webermake add_llvm_fuzzer calls slightly more consisten...
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-02-05 Igor Laevsky[llvm-opt-fuzzer] Avoid adding incorrect inputs to...
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-11-27 David BlaikieRename CommandFlags.h -> CommandFlags.def
2017-11-16 Igor Laevsky[FuzzMutate] NFC. Move parseModule and writeModule...
2017-10-16 Kostya Serebryanyfix llvm-isel-fuzzer: LLVMFuzzerTestOneInput should...
2017-10-12 Justin BognerRe-commit "llvm-isel-fuzzer: Handle a subset of backend...
2017-10-12 Hans WennborgRevert r315545 "llvm-isel-fuzzer: Handle a subset of...
2017-10-12 Justin Bognerllvm-isel-fuzzer: Handle a subset of backend flags...
2017-09-02 Justin BognerMove some CLI utils out of llvm-isel-fuzzer and into...
2017-09-01 Justin Bognerllvm-isel-fuzzer: Weak function invoke the ire of PE...
2017-09-01 Justin Bognerllvm-isel-fuzzer: Add link-time dependency on BitWriter
2017-09-01 Justin Bognerllvm-isel-fuzzer: Add link-time dependency on BitReader
2017-09-01 Justin BognerSpecify the namespace in llvm::make_unique to fix the...
2017-09-01 Justin Bognerllvm-isel-fuzzer: Make buildable and testable without...
2017-08-31 Justin Bognercmake: Invent add_llvm_fuzzer to set up fuzzer targets
2017-08-31 Justin Bognerllvm-isel-fuzzer: Stop including FuzzerInterface.h
2017-08-29 Justin BognerImplement llvm-isel-fuzzer for fuzzing instruction...