Age | Commit message (Expand) | Author |
2014-01-16 | add fnmatch; fixes #20021.9.3 | Alon Zakai |
2014-01-16 | don't override Module.print and printErr if the user specified them | Alon Zakai |
2014-01-16 | strengthen test_alloca to check alignment | Alon Zakai |
2014-01-16 | enable a form of safe heap in asm, using js optimizer pass to ensure full cov... | Alon Zakai |
2014-01-15 | Merge pull request #2016 from rfk/rfk/minify-names-separately | Alon Zakai |
2014-01-15 | add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14 | Alon Zakai |
2014-01-16 | Split name-minification into a separate pass from registerization. | Ryan Kelly |
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 |