Age | Commit message (Expand) | Author |
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 |
2013-03-01 | optimize processing of things like false & constant, add getFastValue in make... | Alon Zakai |
2013-03-01 | update csmith driver | Alon Zakai |
2013-03-01 | do not emit code in a label after a returnfail | Alon Zakai |
2013-03-01 | abort on loads from absolute addresses, just like saves | Alon Zakai |
2013-03-01 | make intentional faults work in asm | Alon Zakai |
2013-03-01 | add another testcase | Alon Zakai |
2013-03-01 | handle calls to aliases in asm | Alon Zakai |
2013-02-28 | add testing for registerize running in asm.js mode (but not with -g) | Alon Zakai |
2013-02-28 | do not emit floats from getFastValue divisions, can break asm | Alon Zakai |
2013-02-28 | fix insertvalue of undef, fixes s_x_x.test_exceptions | Alon Zakai |
2013-02-28 | fix test_exceptions | Alon Zakai |
2013-02-28 | simplify audio fix from last commit | Alon Zakai |
2013-02-28 | Merge pull request #890 from ehsan/mix_quickload | Alon Zakai |
2013-02-28 | pthread_key_delete | Alon Zakai |
2013-02-28 | test fixes | Alon Zakai |
2013-02-28 | Make Mix_QuickLoad_RAW work again | Ehsan Akhgari |
2013-02-28 | disable v8 stack size increase because of windows instability; make it easy t... | Alon Zakai |
2013-02-28 | fix test_white_list_exception | Alon Zakai |
2013-02-28 | fix test_uncaught_exception | Alon Zakai |
2013-02-28 | add missing calloc dependency in gc | Alon Zakai |
2013-02-28 | fix test_exit_stack | Alon Zakai |
2013-02-28 | fix test_exceptions | Alon Zakai |
2013-02-28 | enlarge v8/node stack size, to avoid relooper stack overflows on huge projects | Alon Zakai |
2013-02-28 | test updates | Alon Zakai |
2013-02-28 | inline by default, now that lto is off by default | Alon Zakai |
2013-02-28 | translate undef to 0 in toNiceIdent, so it never gets emitted as an identifier | Alon Zakai |
2013-02-28 | disable llvm lto except for -O3, due to issues we have been seeing | Alon Zakai |
2013-02-28 | support multiple arguments to default html print, printErr | Alon Zakai |
2013-02-28 | added missing test case | Michael Riss |
2013-02-27 | Merge pull request #882 from lptr/function-lookup-from-module | Alon Zakai |
2013-02-27 | Merge pull request #887 from MichaelRiss/glVertex2i | Alon Zakai |
2013-02-27 | fix and enable gles2 tests | Alon Zakai |
2013-02-27 | comment out hardcoded debug paths | Alon Zakai |
2013-02-27 | fix glIs* | Alon Zakai |