Age | Commit message (Expand) | Author |
2013-08-11 | experimental toFloat32 option | Alon Zakai |
2013-08-09 | - always throw an exception in exit | Anthony Pesch |
2013-08-07 | manually fill heap history in write targets of VFS.write|read into the heap | Alon Zakai |
2013-07-31 | added addOnPreRun and addOnPostRun | Anthony Pesch |
2013-07-31 | add some closure aliases | Alon Zakai |
2013-07-30 | Merge pull request #1449 from inolen/postrun_fixes | Alon Zakai |
2013-07-30 | Update test_ccall to not use a postrun hook | Anthony Pesch |
2013-07-29 | - remove code that attempts to propogate _main's exit status through returns... | Anthony Pesch |
2013-07-26 | Merge pull request #1425 from inolen/module_global | Alon Zakai |
2013-07-24 | eliminate default Module global | Anthony Pesch |
2013-07-23 | fix Math.imul closuring | Alon Zakai |
2013-07-22 | no need to closure-guard Math.imul definitions (only used internally anyhow, ... | Alon Zakai |
2013-07-07 | comment on ccall array type being 8 bit | Alon Zakai |
2013-07-03 | Merge pull request #1341 from inolen/pointer_stringify_hang | Alon Zakai |
2013-07-03 | run postSets in a global initializer, before all other global initializers | Alon Zakai |
2013-07-01 | assert on bad pointer in Pointer_stringify | Anthony Pesch |
2013-05-30 | export PGOMonitor | Alon Zakai |
2013-05-22 | do not call code-running callbacks if ABORTing; fixes #1191 | Alon Zakai |
2013-05-21 | show awaited run dependencies only in ASSERTIONS builds | Alon Zakai |
2013-05-21 | Specialize Array/TypedArray in allocate() to avoid unnecessary array construc... | tingyuan |
2013-05-19 | export imul through closure | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-04-29 | improve safe heap logging | Alon Zakai |
2013-04-19 | support for Runtime.addFunction in asm.js | Alon Zakai |
2013-04-18 | setjmp support for asm.js | Alon Zakai |
2013-04-09 | remove ATMAIN hack, use a designated runPostSets function for postSets | Alon Zakai |
2013-04-09 | run postsets right before main, and after the memory initializer has been set up | Alon Zakai |
2013-04-09 | always load memory initializer asynchronously, to keep shell and web as simil... | Alon Zakai |
2013-04-05 | allow non-ta2 memory initializer loading | Alon Zakai |
2013-04-05 | wait for Browser to show up to fetch memory initializer | Alon Zakai |
2013-04-05 | refactor preRun additions | Alon Zakai |
2013-04-05 | use a separate memory initialization file | Alon Zakai |
2013-04-05 | refactor runtime initialization | Alon Zakai |
2013-04-05 | initialize runtime from run() (asynchronously, if run is asynchronous) | Alon Zakai |
2013-03-18 | process in chunks in fast path in Pointer_stringify | Alon Zakai |
2013-03-18 | check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT | Alon Zakai |
2013-03-18 | make Pointer_stringify argument handling consistent | Alon Zakai |
2013-03-17 | improve error message on memory growth in asm.js | Alon Zakai |
2013-03-15 | add option to disable utf support, and test that in asm2g | Alon Zakai |
2013-03-15 | remove unused Array_stringify | Alon Zakai |
2013-03-10 | pgo for unused function detection | Alon Zakai |
2013-03-03 | optimize allocate()ion of zeroinit | Alon Zakai |
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 |