Age | Commit message (Expand) | Author |
2012-12-31 | fix test_runtimelink_multi | Alon Zakai |
2012-12-31 | fix test_ccall | Alon Zakai |
2012-12-31 | disable non-optimized asm test suite | Alon Zakai |
2012-12-31 | Merge branch 'incoming' into asm_js | Alon Zakai |
2012-12-31 | make browser fs api test robust | Alon Zakai |
2012-12-31 | some debugging for browser fs api test | Alon Zakai |
2012-12-31 | improve parsing of globals and types | Alon Zakai |
2012-12-30 | emscripten_async_wget_data | Alon Zakai |
2012-12-30 | fix mmap; fixes #769 | Alon Zakai |
2012-12-30 | use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768 | Alon Zakai |
2012-12-29 | force mmap to return page-aligned addresses, and check for valid input in munmap | Alon Zakai |
2012-12-25 | add x86-64 workaround to nativizer | Alon Zakai |
2012-12-24 | test | Alon Zakai |
2012-12-24 | fix ctlz and add test | Alon Zakai |
2012-12-21 | merge incoming | Alon Zakai |
2012-12-21 | add slack to crunch reftests | Alon Zakai |
2012-12-21 | update crunch reference image to latest crunch svn | Alon Zakai |
2012-12-21 | fix test_utf | Alon Zakai |
2012-12-21 | fix test_emcc_caching | Alon Zakai |
2012-12-21 | make -fno-math-errno the default | Alon Zakai |
2012-12-21 | update test_strings | Alon Zakai |
2012-12-21 | update test_jcache | Alon Zakai |
2012-12-21 | update test_emcc | Alon Zakai |
2012-12-21 | improve and fix test_relooper | Alon Zakai |
2012-12-21 | update test_emcc_caching to improve llvm 3.2 sizes | Alon Zakai |
2012-12-20 | timeb | Alon Zakai |
2012-12-19 | fix python typo | Alon Zakai |
2012-12-19 | re-kill test_remove_duplicates | Alon Zakai |
2012-12-19 | Removed a debug print message. | Alan Kligman |
2012-12-19 | Added missing changes to tests/runner.py. | Alan Kligman |
2012-12-19 | Updated some python invocations that I missed the first time through. | Alan Kligman |
2012-12-19 | Updated scripts to call python2 directly rather than relying on python symlin... | Alan Kligman |
2012-12-19 | remove --remove-duplicates | Alon Zakai |
2012-12-19 | tolerate people issuing link commands with duplicates in them | Alon Zakai |
2012-12-14 | fix browser.test_runtimelink | Alon Zakai |
2012-12-14 | run test_mmap only in spidermonkey, node fails in 64-bit | Alon Zakai |
2012-12-14 | run test_dlmalloc only in spidermonkey, node fails in 64-bit | Alon Zakai |
2012-12-14 | must have named globals in shared libs | Alon Zakai |
2012-12-13 | update test_cases/gepoverflow | Alon Zakai |
2012-12-13 | default to NAMED_GLOBALS | Alon Zakai |
2012-12-12 | disable test_check_overflow in asm | Alon Zakai |
2012-12-10 | simplify varargs to always have an explicit last parameter called varrp | Alon Zakai |
2012-12-09 | disable new longjmp tests in asm | Alon Zakai |
2012-12-09 | merge incoming | Alon Zakai |
2012-12-08 | fix testcase for longjmp4 to avoid undefined behavior, enable in all optimiza... | Alon Zakai |
2012-12-08 | properly use identifier given to resume instruction, avoids issues with cxa_c... | Alon Zakai |
2012-12-07 | disable test_longjmp4 in optimized builds - it fails in native clang -O2 as w... | Alon Zakai |
2012-12-07 | rewrite setjmp code to identify, uniquely, each setjmp and match it to a long... | Alon Zakai |
2012-12-07 | add test_multiexception for #747 | Alon Zakai |
2012-12-07 | clear setjmped when handling a longjmp, so we can proceed to longjmp later co... | Alon Zakai |