aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz/csmith_driver.py
AgeCommit message (Expand)Author
2014-03-10add -w to spidermonkey to see odin warningsAlon Zakai
2014-03-06mark opts in fuzz savesAlon Zakai
2014-03-05use -m32 in fuzzerAlon Zakai
2014-02-27fuzz -Os and -Oz as wellAlon Zakai
2014-02-19emit fuzz errors with the right suffixAlon Zakai
2014-02-19Fix Windows EMCC invocations to call 'python emcc' in a few places instead of...Jukka Jylänki
2014-02-14improve fuzzing to detect asm validation errorsAlon Zakai
2014-02-14suppress native warnings in fuzzer, csmith emits manyAlon Zakai
2014-02-14reduce some fuzzer outputAlon Zakai
2014-02-14improve c++ fuzzingAlon Zakai
2014-02-14emit both c++ and c in fuzzerAlon Zakai
2014-02-06fuzz -O3 as wellAlon Zakai
2014-01-30improve fuzzing setupAlon Zakai
2013-12-20fuzz i64 math as wellAlon Zakai
2013-12-20do not force asm in fuzzerAlon Zakai
2013-12-20randomize opt level in csmith driverAlon Zakai
2013-12-20csmith fixesAlon Zakai
2013-06-28Some tweaks to make CSmith easier to setup / debug.Jez Ng
2013-03-10adjust csmith driver timeoutAlon Zakai
2013-03-10save asm validation errors and continue, in fuzzerAlon Zakai
2013-03-06update csmith driverAlon Zakai
2013-03-04disable csmith js logging by defaultAlon Zakai
2013-03-04options to save files in csmith driverAlon 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-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-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