OSDN Git Service

TBLGEN_TABLES to TBLGEN_TABLES70
[android-x86/external-llvm.git] / lib / FuzzMutate /
2018-03-20 Igor Laevsky[llvm-opt-fuzzer] Add irce to the fuzzing options
2018-02-19 Igor Laevsky[llvm-opt-fuzzer] Add another pack of passes for contin...
2018-02-14 Rafael EspindolaPass a reference to a module to the bitcode writer.
2018-02-05 Igor Laevsky[llvm-opt-fuzzer] Avoid adding incorrect inputs to...
2018-01-25 Igor Laevsky[FuzzMutate] Inst deleter doesn't work with PhiNodes
2018-01-24 Igor Laevsky[llvm-opt-fuzzer] Add couple of popular passes
2017-12-19 Igor Laevsky[FuzzMutate] Don't crash when mutator is unable to...
2017-12-13 Michael ZolotukhinRemove redundant includes from various places.
2017-12-13 Igor Laevsky[FuzzMutate] Only generate loads and stores to the...
2017-12-13 Igor Laevsky[FuzzMutate] Correctly split landingpad blocks
2017-12-08 Igor Laevsky[FuzzMutate] Correctly insert sinks and sources around...
2017-12-07 Igor Laevsky[FuzzMutate] Allow only sized pointers for the GEP...
2017-11-30 Igor Laevsky[FuzzMutate] Bailout from injecting into empty basic...
2017-11-30 Igor Laevsky[FuzzMutate] Correctly handle vector types in the inser...
2017-11-30 Igor Laevsky[FuzzMutate] Don't use index operands as sinks
2017-11-30 Igor Laevsky[FuzzMutate] Pick correct index for the insertvalue...
2017-11-30 Igor Laevsky[FuzzMutate] Don't create load as a new source if it...
2017-11-30 Igor Laevsky[FuzzMutate] Don't crash when we can't remove instructi...
2017-11-16 Igor Laevsky[FuzzMutate] Fix windows build after rL318407.
2017-11-16 Igor Laevsky[FuzzMutate] NFC. Move parseModule and writeModule...
2017-11-10 Igor Laevsky[llvm-opt-fuzzer] Introduce llvm-opt-fuzzer for fuzzing...
2017-10-17 Justin BognerFuzzMutate: Fix arch parsing in FuzzerCLI
2017-10-13 Matt Morehouse[llvm-isel-fuzzer] Use "--" as separator rather than...
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-08-21 Justin BognerRe-apply "Introduce FuzzMutate library"
2017-08-21 Justin BognerRevert "Re-apply "Introduce FuzzMutate library""
2017-08-21 Justin BognerRe-apply "Introduce FuzzMutate library"
2017-08-21 Justin BognerRevert "Introduce FuzzMutate library"
2017-08-21 Justin BognerIntroduce FuzzMutate library