Age | Commit message (Expand) | Author |
2013-06-25 | add 'let' to reserved keywords for minifier | Alon Zakai |
2013-06-25 | fix crash in js optimizer loop variables pass on empty if blocks | Alon Zakai |
2013-06-25 | fix apply_configuration | Alon Zakai |
2013-06-24 | make emcc -v update debug settings, so that it saves temp files | Alon Zakai |
2013-06-24 | relocation pass for shared modules | Alon Zakai |
2013-06-24 | update test | Alon Zakai |
2013-06-24 | rename MINIFY_INFO to EXTRA_INFO in preparation for further uses | Alon Zakai |
2013-06-24 | unify registerize and minify passes, since they must run in conjunction | Alon Zakai |
2013-06-24 | fix minifyGlobals in separate pass | Alon Zakai |
2013-06-22 | clean up closure calling | Alon Zakai |
2013-06-22 | remove unneeded line | Alon Zakai |
2013-06-22 | only minify globals when relooping | Alon Zakai |
2013-06-22 | fix -g2 and add testing | Alon Zakai |
2013-06-21 | do not run addition optimization pass in asm; it just adds overhead, and mino... | Alon Zakai |
2013-06-21 | update tests | Alon Zakai |
2013-06-21 | reduce indentation in relooper1.5.1 | Alon Zakai |
2013-06-21 | decrease indentation level in js optimizer | Alon Zakai |
2013-06-21 | do not eliminate loop vars when there is a shared helper | Alon Zakai |
2013-06-20 | do not return node in main simplifyNotCompsPass all the time, it thinks it is... | Alon Zakai |
2013-06-19 | fix bug with reducing f()|0|const | Alon Zakai |
2013-06-19 | keep |0 on function calls, allow other bitwise ops on heap accesses etc. | Alon Zakai |
2013-06-19 | keep coercions on heap accesses and function calls, but fully optimize them o... | Alon Zakai |
2013-06-18 | post messages to crunch worker with a new arrayBuffer, to avoid copying an un... | Alon Zakai |
2013-06-18 | Update minimum node version. | Jez Ng |
2013-06-18 | do not use EMCC_OPTIMIZE_NORMALLY in relooper | Alon Zakai |
2013-06-18 | Fix bug in file_packager.py introduced in my recent pull request that caused ... | Jukka Jylänki |
2013-06-17 | Merge pull request #1288 from juj/dont_package_hidden_files | Alon Zakai |
2013-06-18 | Rename emcc_debug to DEBUG in tools/file_packager.py to be consistent. | Jukka Jylänki |
2013-06-17 | v 1.5.01.5.0 | Alon Zakai |
2013-06-17 | enable all debug logging in emcc -v | Alon Zakai |
2013-06-13 | do not eliminate dead code in EXPORT_ALL | Alon Zakai |
2013-06-13 | Report debug diagnostics in file packager if EMCC_DEBUG=1. Make file packager... | Jukka Jylänki |
2013-06-08 | handle more cases in simplifyNotComps | Alon Zakai |
2013-06-08 | only remove seq|0 when seq is an assign value | Alon Zakai |
2013-06-08 | remove unneeded outside |0 when a sequence ends in a safe bitop | Alon Zakai |
2013-06-08 | optimize away bitcasts to variables that will only be used in an assign to th... | Alon Zakai |
2013-06-07 | improve tempDoublePtr elimination and only run analysis when necessary | Alon Zakai |
2013-06-07 | eliminate bitcasts of immediately loaded values | Alon Zakai |
2013-06-07 | optimize some HEAP32 expressions, including some unnecessary bitcasts through... | Alon Zakai |
2013-06-07 | ignore tempDoublePtr operations, they do not really alias memory | Alon Zakai |
2013-06-07 | fix crunch path | Alon Zakai |
2013-06-07 | remove break labels more aggresively, with a refined natural flow analysis1.4.9 | Alon Zakai |
2013-06-07 | optimize out double not | Alon Zakai |
2013-06-07 | remove unneeded check | Alon Zakai |
2013-06-07 | properly simplify not comps in loop suffixes and elsewhere | Alon Zakai |
2013-06-07 | optimize multiple loop variables together | Alon Zakai |
2013-06-07 | handle empty loops in new loop optimizations; fixes #1270 | Alon Zakai |
2013-06-07 | track number of uses properly for loop variable removal | Alon Zakai |
2013-06-07 | eliminate loop helper variables | Alon Zakai |
2013-06-06 | move asm loop optimization into last phase | Alon Zakai |