Age | Commit message (Expand) | Author |
2013-03-01 | limit memory growth to 1GB | Alon Zakai |
2013-02-27 | Merge pull request #882 from lptr/function-lookup-from-module | Alon Zakai |
2013-02-27 | Remove the inner-try again -- not needed at all | Lorant Pinter |
2013-02-27 | Put back try-catch around closure exported function lookup | Lorant Pinter |
2013-02-27 | Reverse the order of function lookup in getCFunc() to avoid having to call ev... | Lorant Pinter |
2013-02-26 | Add CHECK_HEAP_ALIGN to perform runtime alignment checks | Vladimir Vukicevic |
2013-02-26 | Merge branch 'incoming' of github.com:lptr/emscripten into lptr-incoming | Alon Zakai |
2013-02-25 | always replace Math.imul in non-precise i32 mul mode, and disable test for th... | Alon Zakai |
2013-02-22 | use Math.imul for precise 32-bit mul | Alon Zakai |
2013-02-22 | always use Math.imul, with fast polyfill. will be useful for faster 64-bit math | Alon Zakai |
2013-02-21 | Added some comments | Lorant Pinter |
2013-02-20 | In allocate() only query native type size when needed | Lorant Pinter |
2013-02-17 | fix CHECK_OVERFLOW | Alon Zakai |
2013-02-17 | typo | Alon Zakai |
2013-02-17 | fix indentation | Alon Zakai |
2013-02-17 | remove PROFILE option. It adds unacceptable overhead, and all browsers have p... | Alon Zakai |
2013-02-17 | remove PGO option. It is only relevant for non-ta2 builds, which are on the w... | Alon Zakai |
2013-02-17 | remove asm memory masking per the new spec | Alon Zakai |
2013-01-31 | fix bootstrap memset safe heap access | Alon Zakai |
2013-01-25 | benchmark code gen option | Alon Zakai |
2013-01-24 | make bootstrap memset not use safe heap, STATICTOP is not set up yet | Alon Zakai |
2013-01-24 | optimize memset | Alon Zakai |
2013-01-23 | better memory limit message in asm | Alon Zakai |
2013-01-22 | do not allow adjusting memory size at runtime in asm | Alon Zakai |
2013-01-17 | pack global constant allocations to save space, and allow typed array .set() ... | Alon Zakai |
2013-01-16 | allow defining asm library functions, which are then included as if they were... | Alon Zakai |
2013-01-06 | do not call run if dependencies are resolved but we were not supposed to call... | Alon Zakai |
2013-01-03 | fix memory growth error | Alon Zakai |
2013-01-01 | update ccall docs | Alon Zakai |
2012-12-13 | don't align STATICTOP needlessly | Alon Zakai |
2012-12-13 | ensure tempDoublePtr is properly aligned | Alon Zakai |
2012-12-13 | reorganize initial allocations to the stack, so that static memory for global... | Alon Zakai |
2012-12-09 | merge incoming | Alon Zakai |
2012-12-07 | rewrite setjmp code to identify, uniquely, each setjmp and match it to a long... | Alon Zakai |
2012-12-07 | forward clearing of __THREW__ to asm | Alon Zakai |
2012-12-07 | start to legalize structural return values into one direct return plus the re... | Alon Zakai |
2012-12-07 | dynCall | Alon Zakai |
2012-12-07 | expose tempDoublePtr to asm | Alon Zakai |
2012-12-07 | atexit gets void(), cxa_atexit gets void(int), support both in asm mode | 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 | remove irrelevant code from asm module | Alon Zakai |
2012-12-07 | set up asm.js 'module' | Alon Zakai |
2012-11-24 | allow limited the amount of named globals | Alon Zakai |
2012-11-24 | remove STRING_TABLE in preparation for better system to reduce # of globals | Alon Zakai |
2012-11-23 | assert on string operations not exceeding memory | Alon Zakai |
2012-11-16 | update heap exports when enlarging memory; fixes #713 | Alon Zakai |
2012-11-08 | optimal cwrap | Alon Zakai |
2012-11-07 | improve memory growth error | Alon Zakai |
2012-11-07 | commented out safe heap code for infinities and nans | Alon Zakai |