Age | Commit message (Expand) | Author |
2012-12-31 | properly forward unnamed global externals to asm | Alon Zakai |
2012-12-31 | Merge branch 'incoming' into asm_js | Alon Zakai |
2012-12-29 | save legalizedI64 state for multiphase compilation | Alon Zakai |
2012-12-27 | allow (unoptimal) single-phase compiler.js invocation | Alon Zakai |
2012-12-25 | print library debug to stdout, not err | Alon Zakai |
2012-12-21 | merge incoming | Alon Zakai |
2012-12-19 | Merge pull request #746 from xxuejie/function-name-filter | Alon Zakai |
2012-12-14 | fix tempParam bugs | Alon Zakai |
2012-12-14 | asm coerce alloca computations | Alon Zakai |
2012-12-13 | treat externals as globals in asm | Alon Zakai |
2012-12-13 | emit numeric constants for global variables, using our knowledge of the fixed... | Alon Zakai |
2012-12-13 | always print out global base, even if not used | Alon Zakai |
2012-12-13 | reorganize initial allocations to the stack, so that static memory for global... | Alon Zakai |
2012-12-11 | fix regression with not indexizing functions | Alon Zakai |
2012-12-10 | Remove regexp case since it is slow and rarely used | Xuejie Xiao |
2012-12-10 | simplify varargs to always have an explicit last parameter called varrp | Alon Zakai |
2012-12-10 | asm coerce args and return value when calling library functions, but not asm ... | Alon Zakai |
2012-12-09 | fix resume with legalized structurals | Alon Zakai |
2012-12-09 | merge incoming | Alon Zakai |
2012-12-08 | better fix for the exception testcase in #747 - set the current exception whe... | Alon Zakai |
2012-12-08 | properly use identifier given to resume instruction, avoids issues with cxa_c... | Alon Zakai |
2012-12-07 | rewrite setjmp code to identify, uniquely, each setjmp and match it to a long... | Alon Zakai |
2012-12-07 | clear setjmped when handling a longjmp, so we can proceed to longjmp later co... | Alon Zakai |
2012-12-07 | fix asm coercions on function params | Alon Zakai |
2012-12-07 | set asm function table sizes to power of two, and add proper masking | Alon Zakai |
2012-12-07 | asm coercions on function parameters | Alon Zakai |
2012-12-07 | emit asm coercions on returns | Alon Zakai |
2012-12-07 | don't prevent closure inlining in asm, we don't run asm anyhow | Alon Zakai |
2012-12-07 | forward clearing of __THREW__ to asm | Alon Zakai |
2012-12-07 | fix non-legalized structural returns and invokes | Alon Zakai |
2012-12-07 | legalize illegal parts of structural types | Alon Zakai |
2012-12-07 | properly legalize invoke output | Alon Zakai |
2012-12-07 | legalize landingpad | Alon Zakai |
2012-12-07 | write tempParam in asm format | Alon Zakai |
2012-12-07 | emit phis properly for asm | Alon Zakai |
2012-12-07 | chunk asm var declarations, and handle i64s | Alon Zakai |
2012-12-07 | fix return type detection in dynamic calls | Alon Zakai |
2012-12-07 | expose redirected library idents to asm | Alon Zakai |
2012-12-07 | do not add a global constant replaced with a library value and also a library... | Alon Zakai |
2012-12-07 | ignore varargs for asm param coercions | Alon Zakai |
2012-12-07 | fix bug with asm vars defs | Alon Zakai |
2012-12-07 | export global constructors from asm.js and get them dynamically in the outsid... | Alon Zakai |
2012-12-07 | fix asm initializers for int implemented | Alon Zakai |
2012-12-07 | move label definition and add initial value | Alon Zakai |
2012-12-07 | define local vars asm.js style | Alon Zakai |
2012-12-07 | asm.js function parameter preamble | Alon Zakai |
2012-12-07 | only use typed function tables in asm_js mode | Alon Zakai |
2012-12-07 | generate separate type-specific function tables | Alon Zakai |
2012-12-07 | fix merge error | Alon Zakai |
2012-12-07 | add asm imports and exports, hello world works | Alon Zakai |