aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz
AgeCommit message (Expand)Author
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