index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
fuzz
/
csmith_driver.py
Age
Commit message (
Expand
)
Author
2014-02-27
fuzz -Os and -Oz as well
Alon Zakai
2014-02-19
emit fuzz errors with the right suffix
Alon Zakai
2014-02-19
Fix Windows EMCC invocations to call 'python emcc' in a few places instead of...
Jukka Jylänki
2014-02-14
improve fuzzing to detect asm validation errors
Alon Zakai
2014-02-14
suppress native warnings in fuzzer, csmith emits many
Alon Zakai
2014-02-14
reduce some fuzzer output
Alon Zakai
2014-02-14
improve c++ fuzzing
Alon Zakai
2014-02-14
emit both c++ and c in fuzzer
Alon Zakai
2014-02-06
fuzz -O3 as well
Alon Zakai
2014-01-30
improve fuzzing setup
Alon Zakai
2013-12-20
fuzz i64 math as well
Alon Zakai
2013-12-20
do not force asm in fuzzer
Alon Zakai
2013-12-20
randomize opt level in csmith driver
Alon Zakai
2013-12-20
csmith fixes
Alon Zakai
2013-06-28
Some tweaks to make CSmith easier to setup / debug.
Jez Ng
2013-03-10
adjust csmith driver timeout
Alon Zakai
2013-03-10
save asm validation errors and continue, in fuzzer
Alon Zakai
2013-03-06
update csmith driver
Alon Zakai
2013-03-04
disable csmith js logging by default
Alon Zakai
2013-03-04
options to save files in csmith driver
Alon Zakai
2013-03-02
continue looking in fuzzer after a fail
Alon Zakai
2013-03-02
check in fuzzer if clang differs from clang -O2
Alon Zakai
2013-03-02
set csmith fuzzer to max
Alon Zakai
2013-03-02
emit C code size in fuzzer
Alon Zakai
2013-03-02
fuzz both a native and a native-through-llvm build, in hopes of avoiding bugs...
Alon Zakai
2013-03-02
notice segfaults in native fuzz builds
Alon Zakai
2013-03-02
fuzz through bytecode, so the native build is 32-bit even on 64-bit systems, ...
Alon Zakai
2013-03-01
do not use packed structs in fuzzer, we don't really support that
Alon Zakai
2013-03-01
update csmith driver
Alon Zakai
2013-02-27
csmith driver debug output
Alon Zakai
2013-02-25
fuzzer improvements
Alon Zakai
2013-02-25
fuzz error message
Alon Zakai
2013-02-24
creduce support
Alon Zakai
2013-02-24
do not emit direct multiplies of <32 bit in asm, asm only has 32-bit multiply
Alon Zakai
2013-02-24
support multiple js engines in fuzzer, and asm.js
Alon Zakai
2013-02-23
csmith driver fix
Alon Zakai
2013-02-23
handle nonportable/unaligned code in csmith
Alon Zakai
2013-02-23
move csmith driver
Alon Zakai