Age | Commit message (Expand) | Author |
2013-10-19 | commented-out compiler profiler support | Alon Zakai |
2013-10-15 | optimize parsing of X = Y | Alon Zakai |
2013-10-09 | avoid allocating common tokens repeatedly | Alon Zakai |
2013-10-09 | look for structs in src/ dir as a fallback, like relooper | Alon Zakai |
2013-10-08 | automatically adjust asm heap size | Alon Zakai |
2013-09-30 | Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4 | Alon Zakai |
2013-09-27 | better relooper load error | Alon Zakai |
2013-09-27 | fast-path simple geps | Alon Zakai |
2013-09-27 | intertyper fast paths setup and proof of concept | Alon Zakai |
2013-09-26 | intertyper profiler | Alon Zakai |
2013-09-25 | try to load relooper for src dir, if not in expected location | Alon Zakai |
2013-09-25 | Fix some comments and bump EMSCRIPTEN_VERSION | ngld |
2013-09-23 | only create relooper in funcs phase | Alon Zakai |
2013-09-23 | remove framework entirely | Alon Zakai |
2013-09-16 | Integrate the new tool into emscripten | ngld |
2013-09-14 | dynamically determine relooper heap size using RELOOPER_BUFFER_SIZE1.5.9 | Alon Zakai |
2013-08-19 | Merge pull request #1528 from inolen/shared_lib_fixes | Alon Zakai |
2013-08-19 | re-enabled non-asm.js shared lib support | Anthony Pesch |
2013-08-16 | warn on VERBOSE | Alon Zakai |
2013-06-28 | disable BSS when SAFE_HEAP | Alon Zakai |
2013-05-09 | better error on shared libs being deprecated | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-04-24 | auto-generate library stubs that abort for missing library functions, and imp... | Alon Zakai |
2013-04-23 | clear errors on calling dead functions | Alon Zakai |
2013-04-11 | infrastructure for supporting exceptions in asm.js, by going through invoke_*... | Alon Zakai |
2013-03-20 | improve error message | Alon Zakai |
2013-03-12 | unique ids for aborts for dead functions | Alon Zakai |
2013-03-12 | support -s KEY=@PATH in emcc, for very large settings values | Alon Zakai |
2013-03-10 | pgo for unused function detection | Alon Zakai |
2013-03-04 | Delete the compiled relooper.js (but allow specification of an arbitrary relo... | Chad Austin |
2013-03-03 | remove no-longer-needed INIT_STACK | Alon Zakai |
2013-03-03 | remove ASM_JS warning and add check for exception catching being off in it, t... | Alon Zakai |
2013-02-26 | Add CHECK_HEAP_ALIGN to perform runtime alignment checks | Vladimir Vukicevic |
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-01-17 | Implement exceptions in whitelist | Aleksander Guryanov |
2012-12-31 | Merge branch 'incoming' into asm_js | Alon Zakai |
2012-12-28 | fix repeated compilation | Alon Zakai |
2012-12-27 | compile given ll in compiler.html | Alon Zakai |
2012-12-27 | option to provide raw ll to compiler.js | Alon Zakai |
2012-12-27 | compile and run in compiler.html | Alon Zakai |
2012-12-27 | allow (unoptimal) single-phase compiler.js invocation | Alon Zakai |
2012-12-14 | must have named globals in shared libs | Alon Zakai |
2012-12-07 | emit warnings only in pre | Alon Zakai |
2012-12-07 | default heap to 16MB, and make sure asm.js heaps are power-of-two | Alon Zakai |
2012-12-07 | do not allow memory growth in asm.js | Alon Zakai |
2012-11-08 | improve node detection in compiler | Alon Zakai |
2012-11-08 | initial hacking | Alon Zakai |
2012-11-06 | split js compiler into three passes, to facilitate future parallization | Alon Zakai |
2012-11-03 | fix windows line endings | Alon Zakai |