Age | Commit message (Expand) | Author |
2014-01-15 | add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14 | Alon Zakai |
2014-01-14 | fix aggressiveVariableElimination bug and add testing | Alon Zakai |
2014-01-14 | disable test_simd3 due to breakage | Alon Zakai |
2014-01-14 | fix double start bug #1992 in browser as well | Alon Zakai |
2014-01-14 | Add GLEW 1.10.0 emulation | Jari Vetoniemi |
2014-01-13 | add fputwc, which enables wprintf1.8.9 | Alon Zakai |
2014-01-13 | Merge branch 'incoming' of github.com:kripken/emscripten into incoming1.8.8 | Alon Zakai |
2014-01-13 | Merge pull request #2004 from waywardmonkeys/updates | Alon Zakai |
2014-01-13 | handle precision -1 in printf .* | Alon Zakai |
2014-01-14 | Move scalbn to libc to fix broken functionality. Disable test on x86. | Bruce Mitchener |
2014-01-14 | Another test for negative zero and hex floats. | Bruce Mitchener |
2014-01-14 | Make lgamma and friends work, add test. | Bruce Mitchener |
2014-01-14 | Add strtod(), wcstod(), wcstol() and friends. | Bruce Mitchener |
2014-01-13 | clean up some more tests/cases | Alon Zakai |
2014-01-13 | fix testcase to validate as llvm ir | Alon Zakai |
2014-01-13 | remove old test that cannot be done in fastcomp, relies on code miscompilatio... | Alon Zakai |
2014-01-13 | Handle negative zero values correctly. | Bruce Mitchener |
2014-01-12 | enable another test_cases case in fastcomp | Alon Zakai |
2014-01-12 | enable test_async_exit in fastcomp | Alon Zakai |
2014-01-12 | enable test_typed_exceptions in fastcomp | Alon Zakai |
2014-01-11 | more i64 switch tests | Alon Zakai |
2014-01-10 | enable more exceptions tests in fastcomp | Alon Zakai |
2014-01-10 | enable first exceptions test for fastcomp | Alon Zakai |
2014-01-09 | prevent calling run more than once; fixes #1992 | Alon Zakai |
2014-01-08 | fix and enable other.test_simd on fastcomp | Alon Zakai |
2014-01-08 | enable simd tests in fastcomp | Alon Zakai |
2014-01-07 | fix test_lua | Alon Zakai |
2014-01-07 | update other.test_simd test for llvm 3.3 and 3.4 | Alon Zakai |
2014-01-07 | Merge branch 'incoming' into llvm-3.41.8.6 | Alon Zakai |
2014-01-07 | handle variables that assign a value including themselves in aggressiveVariab... | Alon Zakai |
2014-01-07 | make aggressiveVariableElimination usable through a setting | Alon Zakai |
2014-01-07 | properly overflow gep arguments; fixes #1975 | Alon Zakai |
2014-01-07 | Merge branch 'add-libuuid' of github.com:fadams/emscripten into incoming | Alon Zakai |
2014-01-07 | make benchmark suite more robust to settings changes | Alon Zakai |
2014-01-07 | clean up test runner output | Alon Zakai |
2014-01-06 | benchmark updates | Alon Zakai |
2014-01-06 | benchmark updates | Alon Zakai |
2014-01-06 | refactor lua benchmark | Alon Zakai |
2014-01-06 | option to benchmark multiple llvm versions, both native and js | Alon Zakai |
2014-01-06 | refactor lua benchmark | Alon Zakai |
2014-01-06 | option to benchmark multiple llvm versions, both native and js | Alon Zakai |
2014-01-06 | fix poppler configure for clang 3.4 | Alon Zakai |
2014-01-06 | other.test_emcc fixes for fastcomp | Alon Zakai |
2014-01-06 | changed != to !== in a couple of places. Added fix to prevent closure minifyi... | Fraser Adams |
2014-01-04 | fix function type in test_openal_buffers for asm | Alon Zakai |
2014-01-04 | specify (void) as the arguments in webgl_context_attributes test, to avoid co... | Alon Zakai |
2014-01-03 | disable/update various browser tests for fastcomp | Alon Zakai |
2014-01-03 | fix benchmark suite bug where args got appended | Alon Zakai |
2014-01-03 | disable named globals test in fastcomp | Alon Zakai |
2014-01-03 | convert test_sdl_canvas to btest | Alon Zakai |