Age | Commit message (Expand) | Author |
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 | 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 |
2012-12-07 | work towards exports | Alon Zakai |
2012-11-27 | do not index globals referred to by name in library | Alon Zakai |
2012-11-27 | fix global indexing bugs | Alon Zakai |
2012-11-27 | do global indexing up front | Alon Zakai |
2012-11-27 | fix vtable null termination with indexed globals | Alon Zakai |
2012-11-27 | do not globalIndex externals | Alon Zakai |
2012-11-27 | correct indexed globals in structured constants | Alon Zakai |
2012-11-27 | fix assignment to indexed global | Alon Zakai |
2012-11-27 | switch to all or nothing named globals, and add testing | Alon Zakai |
2012-11-27 | fix NUM_NAMED_GLOBALS bug with global postsets and add test coverage | Alon Zakai |