aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-14add compiler-rt files for 64-bit mathAlon Zakai
2013-04-14remove i64Math_addAlon Zakai
2013-04-13remove unneeded i64Math.add import to asmAlon Zakai
2013-04-13fix overflow detection in i64 uadd, and add testcaseAlon Zakai
2013-04-13find structural returns of >64 bitsAlon Zakai
2013-04-13disable memory init file in benchmarksAlon Zakai
2013-04-13fix legalization of nonexistent call return valuesAlon Zakai
2013-04-13refactor option to use full js in configure, add EMCONFIGURE_JS optionAlon Zakai
2013-04-12handle inline struct definitions (assuming zeroinit) in illegal insertvalue, ↵Alon Zakai
and add testcase based on gmp.js
2013-04-12coerce arguments to cxa_find_matching_catch; enable remaining asm.js ↵Alon Zakai
exceptions tests
2013-04-12enable two more exceptions tests in asm.jsAlon Zakai
2013-04-12fix __THREW__ initialization in asm.js invokes; test_exceptions now enabled ↵Alon Zakai
and working in asm.js
2013-04-12asm-coerce arguments to invoke_*Alon Zakai
2013-04-12move exception resuming into a dedicated functionAlon Zakai
2013-04-12fix forced calls through invoke_*Alon Zakai
2013-04-12avoid emitting non-asm code for cxa_find_matching_catchAlon Zakai
2013-04-11avoid unnecessary array creation in cxa_find_matching_catch callsAlon Zakai
2013-04-11infrastructure for supporting exceptions in asm.js, by going through ↵Alon Zakai
invoke_* calls
2013-04-11Merge pull request #1051 from waywardmonkeys/fix-zero-chunksAlon Zakai
Don't trigger 1-core assert when there are no chunks to work on.
2013-04-12Add Joe Lee to AUTHORS.Bruce Mitchener
2013-04-12Don't trigger 1-core assert when there are no chunks to work on.Joe Lee
2013-04-11implement contents of invoke_*Alon Zakai
2013-04-11autogenerate invoke_* functions for asmAlon Zakai
2013-04-11add test for addFunctionAlon Zakai
2013-04-11refactor emscripten.py ll splittingAlon Zakai
2013-04-11remove unneeded variableAlon Zakai
2013-04-11clarify INVOKE_RUNAlon Zakai
2013-04-11Merge pull request #1050 from arlolra/setgroupsAlon Zakai
Implements setgroups
2013-04-10do not use memory init file without ta2, since we lay out memory in ta2 ↵Alon Zakai
format in binary files
2013-04-10finish box2d benchmarkAlon Zakai
2013-04-10box2d benchmark fixesAlon Zakai
2013-04-10more work towards box2d benchmarkAlon Zakai
2013-04-10work towards box2d benchmarkAlon Zakai
2013-04-10box2d v2.2.1 (from box2d.js)Alon Zakai
2013-04-10fix sanity.test_emccAlon Zakai
2013-04-10fix test_sscanf_skipAlon Zakai
2013-04-10emcc note about .mem filesAlon Zakai
2013-04-10fix test_popplerAlon Zakai
2013-04-09make noInitialRun and INVOKE_RUN refer to main(), not run(). run() need not ↵Alon Zakai
call main(), and is necessary to set things up even if you call main() manually
2013-04-09remove ATMAIN hack, use a designated runPostSets function for postSetsAlon Zakai
2013-04-09consistentArlo Breault
2013-04-09implement setgroupsArlo Breault
2013-04-09only emit postsets in pre and when they actually existAlon Zakai
2013-04-09run postsets right before main, and after the memory initializer has been set upAlon Zakai
2013-04-09split out dynamic cast testsAlon Zakai
2013-04-09do not use memory init file in relooper itselfAlon Zakai
2013-04-09always load memory initializer asynchronously, to keep shell and web as ↵Alon Zakai
similar as possible
2013-04-09restore memory initialization and testingAlon Zakai
2013-04-09try to make WindowsPopen errors a little more explicitAlon Zakai
2013-04-09fix handling of blockaddresses > 255 in the new unified memory initializer ↵Alon Zakai
world; fixes #1048