aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz
AgeCommit message (Expand)Author
2014-02-25add fuzz testcaseAlon Zakai
2014-02-24update fuzz testers for fastcomp by defaultAlon Zakai
2014-02-20add fuzz testcase with noalias surrounding an i64 that must be legalizedAlon Zakai
2014-02-20fuzzing improvementsAlon 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-14add fuzz testcaseAlon Zakai
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-14fix fuzz checkerAlon Zakai
2014-02-14improve c++ fuzzingAlon Zakai
2014-02-14emit both c++ and c in fuzzerAlon Zakai
2014-02-13fix fuzzer test runner cleanupsAlon Zakai
2014-02-13fuzz tester tweaksAlon Zakai
2014-02-06fuzz -O3 as wellAlon Zakai
2014-01-30add fuzz testcaseAlon Zakai
2014-01-30improve fuzzing setupAlon Zakai
2013-12-23improve fuzz test toolAlon 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-20fuzz testcaseAlon Zakai
2013-12-20fuzz testcaseAlon Zakai
2013-12-20fuzz testcaseAlon Zakai
2013-12-20improve fuzz testcase runnerAlon Zakai
2013-12-20simplify ir for fastcomp after the autodebugger runsAlon Zakai
2013-12-20make fuzz tester executableAlon Zakai
2013-12-20csmith fixesAlon Zakai
2013-06-28Some tweaks to make CSmith easier to setup / debug.Jez Ng
2013-03-10add testcaseAlon Zakai
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-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