Age | Commit message (Expand) | Author |
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 test_exceptions | Alon Zakai |
2013-02-28 | test fixes | Alon Zakai |
2013-02-28 | fix test_white_list_exception | Alon Zakai |
2013-02-28 | fix test_uncaught_exception | Alon Zakai |
2013-02-28 | fix test_exit_stack | Alon Zakai |
2013-02-28 | fix test_exceptions | 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 | disable llvm lto except for -O3, due to issues we have been seeing | 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 | Merge pull request #889 from ehsan/sdl_textinput | Alon Zakai |
2013-02-27 | add the rest of the gles2 emulation tests | Alon Zakai |
2013-02-27 | Implement SDL_TEXTINPUT | Ehsan Akhgari |
2013-02-27 | add preparations for gles2 emulation tests | Alon Zakai |
2013-02-27 | csmith driver debug output | Alon Zakai |
2013-02-27 | FORCE_GL_EMULATION option | Alon Zakai |
2013-02-27 | properly emit calls to gl passthroughs with 0 params, and test for glError | Alon Zakai |
2013-02-27 | finish EMCC_OPTIMIZE_NORMALLY test | Alon Zakai |
2013-02-27 | test for EMCC_OPTIMIZE_NORMALLY | Alon Zakai |
2013-02-26 | Merge pull request #857 from caiiiycuk/writefds | Alon Zakai |
2013-02-26 | show signature in dyncall errors, and simplify approach | Alon Zakai |
2013-02-26 | testing for glGetBooleanv | Alon Zakai |
2013-02-26 | Merge pull request #871 from ysangkok/chrome-fix | Alon Zakai |
2013-02-26 | SAFE_DYNCALLS option | Alon Zakai |
2013-02-26 | do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne... | Alon Zakai |
2013-02-26 | adjust cache sizes a little more and update tests | Alon Zakai |
2013-02-25 | adjust chunk sizes to better handle large numbers of cores and large amounts ... | Alon Zakai |
2013-02-25 | fix more gl tests | Alon Zakai |
2013-02-25 | use preserveDrawingBuffer in gl tests to make them work on latest firefox | Alon Zakai |
2013-02-25 | always replace Math.imul in non-precise i32 mul mode, and disable test for th... | Alon Zakai |
2013-02-25 | EMCC_FORCE_STDLIBS option | 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-24 | add OPTIONS verb so that CORS works in Chrome. also use OOP | Janus Troelsen |
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 |
2013-02-23 | fix fuzzbug regarding signed 64-bit extension | Alon Zakai |
2013-02-23 | update i32 mul tests | Alon Zakai |