aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2013-04-29fix varargs alignment in le32Alon Zakai
2013-04-29fully align varargs and formatString arguments all to 64-bitAlon Zakai
2013-04-29align the stack to 64 bits in le32Alon Zakai
2013-04-29implement le32 varargs as a struct with two fields: a start and an offsetAlon Zakai
2013-04-29work towards le32 varargsAlon Zakai
2013-04-29ERROR_ON_UNRESOLVED_SYMBOLS optionAlon Zakai
2013-04-29only show landingpad warnings in VERBOSE modeAlon Zakai
2013-04-26fix test_warn_undefinedAlon Zakai
2013-04-26fix auto-returns after aborts in float-returning functions, and enable popple...Alon Zakai
2013-04-25emit missing function warnings only in verbose modeAlon Zakai
2013-04-25fix test_runtimelinkAlon Zakai
2013-04-24warn on missing functionsAlon Zakai
2013-04-24auto-generate library stubs that abort for missing library functions, and imp...Alon Zakai
2013-04-23properly coerce setjmp helpersAlon Zakai
2013-04-23remove UNRESOLVED_AS_DEAD since it doesn't workAlon Zakai
2013-04-23fix memory corruption in setjmp/asm.js; fixes #1087Alon Zakai
2013-04-23clear errors on calling dead functionsAlon Zakai
2013-04-22make sure to coerce arguments to invoke due to setjmpAlon Zakai
2013-04-22use invoke when doing a setjmp-guarding call via a function pointerAlon Zakai
2013-04-19properly clear __THREW__ in asm exceptionsAlon Zakai
2013-04-18exit to caller when setjmp encounters an id that is not ours; enable test_lon...Alon Zakai
2013-04-18setjmp support for asm.jsAlon Zakai
2013-04-17emit landingpad variable assignment to avoid errors, even when exceptions are...Alon Zakai
2013-04-17do not emit landingpad call to cxa_find_matching_catch if exceptions are disa...Alon Zakai
2013-04-17emit return in unreachable in asm modeAlon Zakai
2013-04-14use compiled compiler-rt code for i64 multiplicationAlon Zakai
2013-04-14add handwritten asm i64SubtractAlon Zakai
2013-04-12coerce arguments to cxa_find_matching_catch; enable remaining asm.js exceptio...Alon Zakai
2013-04-12fix __THREW__ initialization in asm.js invokes; test_exceptions now enabled a...Alon Zakai
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 invoke_*...Alon Zakai
2013-04-11refactor emscripten.py ll splittingAlon Zakai
2013-04-09remove ATMAIN hack, use a designated runPostSets function for postSetsAlon Zakai
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-09restore memory initialization and testingAlon Zakai
2013-04-05fix test_atexitAlon Zakai
2013-04-04pre-apply {{{ FI_* }}} as wellAlon Zakai
2013-04-04pre-apply simple postSetsAlon Zakai
2013-04-04refactor slab writing in makePointerAlon Zakai
2013-04-04be less sillyAlon Zakai
2013-04-04write out all the initial global allocations as one big ALLOC_NONEAlon Zakai
2013-04-04ensure aligned sizes for all constantsAlon Zakai
2013-04-04refactor vtable extensionAlon Zakai
2013-04-03refactor/simplify constant generationAlon Zakai
2013-04-01fix externals handling: non-library elements need nothing at all, so runtime ...Alon Zakai