summaryrefslogtreecommitdiff
path: root/tools/dexfuzz/src
AgeCommit message (Expand)Author
2023-07-06Remove code related to quicken Santiago Aboy Solanes
2021-04-28Remove RETURN_VOID_NO_BARRIER byte-code. David Srbecky
2021-03-27Remove QUICK bytecodes. David Srbecky
2020-07-28Inclusive language fixes in DexFuzz. Roland Levillain
2020-02-17Remove MIPS support from dexfuzz. Vladimir Marko
2017-08-11Fixed an error in invokechanger Sumnima Joshi
2017-08-11Merge "Added a new mutator called NewInstanceChanger." Treehugger Robot
2017-08-10Added a new mutator called NewInstanceChanger. Sumnima Joshi
2017-08-02Do not pass --runtime-arg -classpath to dex2oat in dex fuzz Calin Juravle
2017-07-26Changed the likelihood. Sumnima Joshi
2017-07-25Assign temporary register to the size of an array. Sumnima Joshi
2017-07-19Added a new mutator called RegisterClobber. Sumnima Joshi
2017-07-18Merge "Changed isInvokeCallInst() to getDifferentInvokeCallOpcode()." Treehugger Robot
2017-07-18Changed isInvokeCallInst() to getDifferentInvokeCallOpcode(). Sumnima Joshi
2017-07-18A mutation that changes the length of an array. Sumnima Joshi
2017-07-05Invoke Changer Sumnima Joshi
2017-06-29If branch changer which changes the opcodes. Sumnima Joshi
2017-06-08Documented serialization method in dexfuzz mutator class Sumnima Joshi
2017-05-16Quiet run for nightly fuzzing (and some minor edits) Aart Bik
2017-04-21Rename and obsolete compiler filter names. Nicolas Geoffray
2017-01-20Dexfuzz: Added --divergence-retry option. Branislav Rankov
2016-12-05Fixed a few bugs in dexfuzz: Branislav Rankov
2016-11-30Merge "Added support for android root in dexfuzz." Aart Bik
2016-11-29Disabled fallback to interpreter in dexfuzz. Branislav Rankov
2016-11-29Added support for android root in dexfuzz. Branislav Rankov
2016-11-24Removed quick support from dexfuzz. Branislav Rankov
2016-09-30Integrate dexfuzz with bisection search Wojciech Staszkiewicz
2016-05-24Fix minor issues that prevented DexFuzz to run on host. Aart Bik
2015-04-07Remove fuzzer build-time dependency on core image. Calin Juravle
2015-04-02Update dexfuzz after optimizing default selection. Stephen Kyle
2015-03-26Adds host execution to dexfuzz. Stephen Kyle
2015-03-19Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER Mathieu Chartier
2014-12-15Adds the dexfuzz fuzzing tool to ART. Stephen Kyle