Age | Commit message (Expand) | Author |
2013-03-04 | .gitignore tests/fake/ | Chad Austin |
2013-03-04 | kill symlinks to coffeescript | Chad Austin |
2013-03-04 | Compile the relooper into the emscripten cache directory | Chad Austin |
2013-03-04 | remove jcache global variable in emscripten.py | Chad Austin |
2013-03-04 | Integrate formatting feedback | Chad Austin |
2013-03-04 | Kill compiler_engine global variable and use the specified compiler engine fo... | Chad Austin |
2013-03-04 | Delete the compiled relooper.js (but allow specification of an arbitrary relo... | Chad Austin |
2013-03-04 | allow cwd-relative paths when passing --compiler to emscripten.py | Chad Austin |
2013-03-04 | Pass configuration into emscript | Chad Austin |
2013-03-04 | Add command line option to emscripten.py to suppress usage warning | Chad Austin |
2013-03-04 | Integrate azakai's style feedback and make sanity tests pass again. | Chad Austin |
2013-03-04 | Make a Configuration object holding formerly global variables. | Chad Austin |
2013-03-04 | Remove TempFiles's dependency on global and environment variables | Chad Austin |
2013-03-04 | experimental partial jni support | Alon Zakai |
2013-03-04 | fix test_structbyval | Alon Zakai |
2013-03-04 | disable emscripten_jcache_printf in non-C++ | Alon Zakai |
2013-03-04 | emscripten_jcache_printf | Alon Zakai |
2013-03-04 | compress jcache entries, to minimize disk IO | 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-04 | fix cmpxchg for asm | Alon Zakai |
2013-03-04 | rename test to avoid grep for 'error' to see it | Alon Zakai |
2013-03-03 | do not emit bash on legalized variables of <= 32 bits | Alon Zakai |
2013-03-03 | disable test_dlmalloc, it is not comparable to native due to syscalls anyhow | Alon Zakai |
2013-03-03 | remove no-longer-needed INIT_STACK | Alon Zakai |
2013-03-03 | fix test_cases/inttoptrfloat.ll | Alon Zakai |
2013-03-03 | Merge pull request #894 from waywardmonkeys/output-filename | Alon Zakai |
2013-03-03 | remove ASM_JS warning and add check for exception catching being off in it, t... | Alon Zakai |
2013-03-03 | Merge pull request #846 from juj/dlmalloc_286 | Alon Zakai |
2013-03-03 | optimize allocate()ion of zeroinit | Alon Zakai |
2013-03-03 | parse volatile in cmpxchg, closes #875 | Alon Zakai |
2013-03-03 | allow parseArbitraryInt to parse illegal constants | Alon Zakai |
2013-03-03 | fix error message | Alon Zakai |
2013-03-02 | more atomic implementations, closes #874 | Alon Zakai |
2013-03-02 | GLImmediate should depend on GLEmulation | 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 | fix another memset fuzz bug | Alon Zakai |
2013-03-02 | fix memset bug | Alon Zakai |
2013-03-02 | Merge pull request #883 from MichaelRiss/perrorFix | 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-02 | commented-out debugging stuff | Alon Zakai |
2013-03-01 | do not use packed structs in fuzzer, we don't really support that | Alon Zakai |
2013-03-01 | improve c autodebugger | Alon Zakai |
2013-03-01 | assert on emscript child processes returning forwarded data, if not, they may... | Alon Zakai |
2013-03-01 | limit memory growth to 1GB | Alon Zakai |