summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/FuzzMutate
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [FuzzMutate] Inst deleter doesn't work with PhiNodesIgor Laevsky2018-01-251-9/+38
* [FuzzMutate] Avoid using swifterror as a source operandIgor Laevsky2018-01-111-0/+30
* [FuzzMutate] Only generate loads and stores to the first class sized typesIgor Laevsky2017-12-131-0/+30
* [FuzzMutate] Avoid zero sized aggregatesIgor Laevsky2017-12-131-2/+8
* [FuzzMutate] Correctly split landingpad blocksIgor Laevsky2017-12-131-0/+29
* [FuzzMutate] Correctly insert sinks and sources around invoke instructionsIgor Laevsky2017-12-081-0/+36
* [FuzzMutate] Allow only sized pointers for the GEP instructionIgor Laevsky2017-12-071-0/+47
* [FuzzMutate] Correctly handle vector types in the insertvalue operationIgor Laevsky2017-11-301-0/+36
* [FuzzMutate] Don't use index operands as sinksIgor Laevsky2017-11-301-0/+34
* [FuzzMutate] Pick correct index for the insertvalue instructionIgor Laevsky2017-11-301-0/+46
* [FuzzMutate] Don't create load as a new source if it doesn't match with the d...Igor Laevsky2017-11-302-0/+88
* [FuzzMutate] Don't crash when we can't remove instruction from empty functionIgor Laevsky2017-11-302-0/+112
* Re-apply "Introduce FuzzMutate library"Justin Bogner2017-08-213-0/+402
* Revert "Re-apply "Introduce FuzzMutate library""Justin Bogner2017-08-213-402/+0
* Re-apply "Introduce FuzzMutate library"Justin Bogner2017-08-213-0/+402
* Revert "Introduce FuzzMutate library"Justin Bogner2017-08-213-402/+0
* Introduce FuzzMutate libraryJustin Bogner2017-08-213-0/+402
OpenPOWER on IntegriCloud