aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz
AgeCommit message (Expand)Author
2013-03-04disable csmith js logging by defaultAlon Zakai
2013-03-04options to save files in csmith driverAlon Zakai
2013-03-03do not emit bash on legalized variables of <= 32 bitsAlon Zakai
2013-03-03allow parseArbitraryInt to parse illegal constantsAlon Zakai
2013-03-02continue looking in fuzzer after a failAlon Zakai
2013-03-02check in fuzzer if clang differs from clang -O2Alon Zakai
2013-03-02set csmith fuzzer to maxAlon Zakai
2013-03-02emit C code size in fuzzerAlon Zakai
2013-03-02fix another memset fuzz bugAlon Zakai
2013-03-02fix memset bugAlon Zakai
2013-03-02fuzz both a native and a native-through-llvm build, in hopes of avoiding bugs...Alon Zakai
2013-03-02notice segfaults in native fuzz buildsAlon Zakai
2013-03-02fuzz through bytecode, so the native build is 32-bit even on 64-bit systems, ...Alon Zakai
2013-03-01do not use packed structs in fuzzer, we don't really support thatAlon Zakai
2013-03-01optimize processing of things like false & constant, add getFastValue in make...Alon Zakai
2013-03-01update csmith driverAlon Zakai
2013-02-27csmith driver debug outputAlon Zakai
2013-02-25fuzzer improvementsAlon Zakai
2013-02-25fuzz error messageAlon Zakai
2013-02-24creduce supportAlon Zakai
2013-02-24do not emit direct multiplies of <32 bit in asm, asm only has 32-bit multiplyAlon Zakai
2013-02-24support multiple js engines in fuzzer, and asm.jsAlon Zakai
2013-02-23csmith driver fixAlon Zakai
2013-02-23handle nonportable/unaligned code in csmithAlon Zakai
2013-02-23move csmith driverAlon Zakai
2013-02-23fix fuzzbug regarding signed 64-bit extensionAlon Zakai