aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2013-01-10auto-export some special functions if they are dependencies of a JS library e...Alon Zakai
2013-01-10fix calling of functions library-redirected to Math.*Alon Zakai
2013-01-10do not emit values for redirected library idents, they would not be used anyhowAlon Zakai
2013-01-10call library aliases directly by their target nameAlon Zakai
2013-01-08asm coerce varargs argumentAlon Zakai
2013-01-08ensure a return when an abort happens in a function that returns somethingAlon Zakai
2013-01-07add asm.js mode to relooper, for label comparisons1.2.1Alon Zakai
2013-01-07always coerce asm callsAlon Zakai
2013-01-07notice Math.* library redirects as being functionsAlon Zakai
2013-01-07fix bug with adding non-functions to libraryFunctions in ASM_JSAlon Zakai
2012-12-31properly forward unnamed global externals to asmAlon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-29save legalizedI64 state for multiphase compilationAlon Zakai
2012-12-27allow (unoptimal) single-phase compiler.js invocationAlon Zakai
2012-12-25print library debug to stdout, not errAlon Zakai
2012-12-21merge incomingAlon Zakai
2012-12-19Merge pull request #746 from xxuejie/function-name-filterAlon Zakai
2012-12-14fix tempParam bugsAlon Zakai
2012-12-14asm coerce alloca computationsAlon Zakai
2012-12-13treat externals as globals in asmAlon Zakai
2012-12-13emit numeric constants for global variables, using our knowledge of the fixed...Alon Zakai
2012-12-13always print out global base, even if not usedAlon Zakai
2012-12-13reorganize initial allocations to the stack, so that static memory for global...Alon Zakai
2012-12-11fix regression with not indexizing functionsAlon Zakai
2012-12-10Remove regexp case since it is slow and rarely usedXuejie Xiao
2012-12-10simplify varargs to always have an explicit last parameter called varrpAlon Zakai
2012-12-10asm coerce args and return value when calling library functions, but not asm ...Alon Zakai
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