summaryrefslogtreecommitdiff
path: root/lib/FuzzMutate
AgeCommit message (Expand)Author
2017-12-19[FuzzMutate] Don't crash when mutator is unable to find operationIgor Laevsky
2017-12-13Remove redundant includes from various places.Michael Zolotukhin
2017-12-13[FuzzMutate] Only generate loads and stores to the first class sized typesIgor Laevsky
2017-12-13[FuzzMutate] Correctly split landingpad blocksIgor Laevsky
2017-12-08[FuzzMutate] Correctly insert sinks and sources around invoke instructionsIgor Laevsky
2017-12-07[FuzzMutate] Allow only sized pointers for the GEP instructionIgor Laevsky
2017-11-30[FuzzMutate] Bailout from injecting into empty basic blocks.Igor Laevsky
2017-11-30[FuzzMutate] Correctly handle vector types in the insertvalue operationIgor Laevsky
2017-11-30[FuzzMutate] Don't use index operands as sinksIgor Laevsky
2017-11-30[FuzzMutate] Pick correct index for the insertvalue instructionIgor Laevsky
2017-11-30[FuzzMutate] Don't create load as a new source if it doesn't match with the d...Igor Laevsky
2017-11-30[FuzzMutate] Don't crash when we can't remove instruction from empty functionIgor Laevsky
2017-11-16[FuzzMutate] Fix windows build after rL318407.Igor Laevsky
2017-11-16[FuzzMutate] NFC. Move parseModule and writeModule from llvm-isel-fuzzer into...Igor Laevsky
2017-11-10[llvm-opt-fuzzer] Introduce llvm-opt-fuzzer for fuzzing optimization passesIgor Laevsky
2017-10-17FuzzMutate: Fix arch parsing in FuzzerCLIJustin Bogner
2017-10-13[llvm-isel-fuzzer] Use "--" as separator rather than '='.Matt Morehouse
2017-10-12Re-commit "llvm-isel-fuzzer: Handle a subset of backend flags in the exec name"Justin Bogner
2017-10-12Revert r315545 "llvm-isel-fuzzer: Handle a subset of backend flags in the exe...Hans Wennborg
2017-10-12llvm-isel-fuzzer: Handle a subset of backend flags in the executable nameJustin Bogner
2017-09-02Move some CLI utils out of llvm-isel-fuzzer and into the libraryJustin Bogner
2017-08-21Re-apply "Introduce FuzzMutate library"Justin Bogner
2017-08-21Revert "Re-apply "Introduce FuzzMutate library""Justin Bogner
2017-08-21Re-apply "Introduce FuzzMutate library"Justin Bogner
2017-08-21Revert "Introduce FuzzMutate library"Justin Bogner
2017-08-21Introduce FuzzMutate libraryJustin Bogner