Age | Commit message (Expand) | Author |
2011-12-11 | more emcc functionality and tests | Alon Zakai |
2011-12-11 | refactor run_js and an additional emcc test | Alon Zakai |
2011-12-11 | refactor temp files handling code, and first passing compilation test for emcc | Alon Zakai |
2011-12-11 | emcc help update | Alon Zakai |
2011-12-11 | --help in emcc | Alon Zakai |
2011-12-11 | emcc: --version | Alon Zakai |
2011-12-11 | simplify and slim down value intertype | Alon Zakai |
2011-12-10 | Merge branch 'ta2bydefault' | Alon Zakai |
2011-12-10 | remove reminder test | Alon Zakai |
2011-12-10 | benchmark tweaks, remove some js-optimizer passes that seem to not help | Alon Zakai |
2011-12-10 | reminder | Alon Zakai |
2011-12-10 | fix openjpeg test so it can be cached, speeding up the test runner | Alon Zakai |
2011-12-09 | parseInt and printf test fixes | Alon Zakai |
2011-12-09 | comments | Alon Zakai |
2011-12-09 | partial fix to test_printf in s_0_1 | Alon Zakai |
2011-12-09 | do poppler only in default | Alon Zakai |
2011-12-09 | update test_reminder | Alon Zakai |
2011-12-09 | reduce the number of q1 tests | Alon Zakai |
2011-12-09 | tweak which tests we run | Alon Zakai |
2011-12-09 | switch poppler test to use arbitrary values of USE_TYPED_ARRAYS, and fix the ... | Alon Zakai |
2011-12-09 | fix i64 bitshifts (fixes test_intvars in i64 mode) and two other minor correc... | Alon Zakai |
2011-12-09 | re-strengthen now passing strtod in default | Alon Zakai |
2011-12-09 | properly implement strtok_r by translating the C source, so it will work with... | Alon Zakai |
2011-12-09 | test clarification | Alon Zakai |
2011-12-09 | re-enable test_math_hyperbolic in default, now passes | Alon Zakai |
2011-12-09 | fix poppler test; all current tests pass in default | Alon Zakai |
2011-12-08 | test fixes | Alon Zakai |
2011-12-08 | fix for double mode 1 issue with 32-bit floats being NaNs and altering our do... | Alon Zakai |
2011-12-07 | mark printf as depending on js engine float64array behavior | Alon Zakai |
2011-12-07 | allow slightly different rounding results in bullet test | Alon Zakai |
2011-12-07 | weaken unneeded part of profiling test | Alon Zakai |
2011-12-07 | fix test_strtod | Alon Zakai |
2011-12-07 | workaround for i64 mode 1 in printf test | Alon Zakai |
2011-12-07 | various i64 fixes, including preventing rounding of small negatives | Alon Zakai |
2011-12-07 | parseInt test is problematic, mark it as such, and fix some i64 issues with r... | Alon Zakai |
2011-12-06 | test fixes | Alon Zakai |
2011-12-06 | test fixes | Alon Zakai |
2011-12-06 | allow test runner to be called without default. before test names | Alon Zakai |
2011-12-06 | add failing double alignment test | Alon Zakai |
2011-12-06 | enable tests that need to be fixed | Alon Zakai |
2011-12-06 | workaround for node issue 2280 in test_memorygrowth | Alon Zakai |
2011-12-06 | rename specials ==> s | Alon Zakai |
2011-12-06 | rename defaults ==> default | Alon Zakai |
2011-12-06 | two small fixes, for benchmarks and memory growth | Alon Zakai |
2011-12-06 | initial work on memory growth | Alon Zakai |
2011-12-06 | add 'defaults' pass in test runner, and rename other passes to 'special' | Alon Zakai |
2011-12-05 | support for external variables in runtime linking | Alon Zakai |
2011-12-05 | fix test runner breakage after test_runtimeload | Alon Zakai |
2011-12-05 | disable runtimelink test when using LLVM opts | Alon Zakai |
2011-12-05 | partial support for runtime linking of separately-compiled modules (only func... | Alon Zakai |