summaryrefslogtreecommitdiffstats
path: root/llvm/lib/FuzzMutate/RandomIRBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth2018-08-261-1/+1
* Remove redundant includes from various places.Michael Zolotukhin2017-12-131-1/+0
* [FuzzMutate] Only generate loads and stores to the first class sized typesIgor Laevsky2017-12-131-1/+7
* [FuzzMutate] Correctly insert sinks and sources around invoke instructionsIgor Laevsky2017-12-081-1/+8
* [FuzzMutate] Don't use index operands as sinksIgor Laevsky2017-11-301-2/+3
* [FuzzMutate] Don't create load as a new source if it doesn't match with the d...Igor Laevsky2017-11-301-11/+14
* Re-apply "Introduce FuzzMutate library"Justin Bogner2017-08-211-0/+140
* Revert "Re-apply "Introduce FuzzMutate library""Justin Bogner2017-08-211-140/+0
* Re-apply "Introduce FuzzMutate library"Justin Bogner2017-08-211-0/+140
* Revert "Introduce FuzzMutate library"Justin Bogner2017-08-211-140/+0
* Introduce FuzzMutate libraryJustin Bogner2017-08-211-0/+140
OpenPOWER on IntegriCloud