aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2012-12-09fix resume with legalized structuralsAlon Zakai
2012-12-09merge incomingAlon Zakai
2012-12-08better fix for the exception testcase in #747 - set the current exception whe...Alon Zakai
2012-12-08properly use identifier given to resume instruction, avoids issues with cxa_c...Alon Zakai
2012-12-07rewrite setjmp code to identify, uniquely, each setjmp and match it to a long...Alon Zakai
2012-12-07clear setjmped when handling a longjmp, so we can proceed to longjmp later co...Alon Zakai
2012-12-07fix asm coercions on function paramsAlon Zakai
2012-12-07set asm function table sizes to power of two, and add proper maskingAlon Zakai
2012-12-07asm coercions on function parametersAlon Zakai
2012-12-07emit asm coercions on returnsAlon Zakai
2012-12-07don't prevent closure inlining in asm, we don't run asm anyhowAlon Zakai
2012-12-07forward clearing of __THREW__ to asmAlon Zakai
2012-12-07fix non-legalized structural returns and invokesAlon Zakai
2012-12-07legalize illegal parts of structural typesAlon Zakai
2012-12-07properly legalize invoke outputAlon Zakai
2012-12-07legalize landingpadAlon Zakai
2012-12-07write tempParam in asm formatAlon Zakai
2012-12-07emit phis properly for asmAlon Zakai
2012-12-07chunk asm var declarations, and handle i64sAlon Zakai
2012-12-07fix return type detection in dynamic callsAlon Zakai
2012-12-07expose redirected library idents to asmAlon Zakai
2012-12-07do not add a global constant replaced with a library value and also a library...Alon Zakai
2012-12-07ignore varargs for asm param coercionsAlon Zakai
2012-12-07fix bug with asm vars defsAlon Zakai
2012-12-07export global constructors from asm.js and get them dynamically in the outsid...Alon Zakai
2012-12-07fix asm initializers for int implementedAlon Zakai
2012-12-07move label definition and add initial valueAlon Zakai
2012-12-07define local vars asm.js styleAlon Zakai
2012-12-07asm.js function parameter preambleAlon Zakai
2012-12-07only use typed function tables in asm_js modeAlon Zakai
2012-12-07generate separate type-specific function tablesAlon Zakai
2012-12-07fix merge errorAlon Zakai
2012-12-07add asm imports and exports, hello world worksAlon Zakai
2012-12-07work towards exportsAlon Zakai
2012-11-27do not index globals referred to by name in libraryAlon Zakai
2012-11-27fix global indexing bugsAlon Zakai
2012-11-27do global indexing up frontAlon Zakai
2012-11-27fix vtable null termination with indexed globalsAlon Zakai
2012-11-27do not globalIndex externalsAlon Zakai
2012-11-27correct indexed globals in structured constantsAlon Zakai
2012-11-27fix assignment to indexed globalAlon Zakai
2012-11-27switch to all or nothing named globals, and add testingAlon Zakai
2012-11-27fix NUM_NAMED_GLOBALS bug with global postsets and add test coverageAlon Zakai
2012-11-24allow limited the amount of named globalsAlon Zakai
2012-11-24remove STRING_TABLE in preparation for better system to reduce # of globalsAlon Zakai
2012-11-22fix setjmp/longjmp to notice if we actually setjmped in the invocation of the...Alon Zakai
2012-11-20EXPORT_ALL optionAlon Zakai
2012-11-19fix separator in atomic ops; fixes #722Alon Zakai
2012-11-15emit libraries and globals in pre phase, which needs to parse globals anyhow,...Alon Zakai
2012-11-13headless optionAlon Zakai