Age | Commit message (Expand) | Author |
2013-03-09 | move addFinalReturns to simplyExpressionsPre so it runs even in -g | Alon Zakai |
2013-03-09 | optimize traverseGeneratedFunctions | Alon Zakai |
2013-03-09 | do not wipe out everything after the generated functions suffix; fixes test_e... | Alon Zakai |
2013-03-09 | remove limitations on minified names | Alon Zakai |
2013-03-09 | use minified names in registerize for locals | Alon Zakai |
2013-03-09 | refactor registerize global substitution | Alon Zakai |
2013-03-09 | compress asm shell | Alon Zakai |
2013-03-09 | improve non-asm parsing of generated functions area to be identical in EMCC_D... | Alon Zakai |
2013-03-09 | do not emit generated functions suffix when no longer needed | Alon Zakai |
2013-03-08 | save 0.0 in asm shell minification | Alon Zakai |
2013-03-08 | fix another name collision | Alon Zakai |
2013-03-08 | fix temporary workaround for register names | Alon Zakai |
2013-03-08 | for now, do not use rX as minified names, reserve that for registerize locals | Alon Zakai |
2013-03-08 | increase number of minified names, and add func markers | Alon Zakai |
2013-03-08 | assertions on number of minified names | Alon Zakai |
2013-03-08 | properly scan all globals, including function names, before applying them | Alon Zakai |
2013-03-08 | remove unnecessary semicolon; hello world minifies | Alon Zakai |
2013-03-08 | minify function names in function definitions | Alon Zakai |
2013-03-08 | allow -O2 to also call registerize, but without minification of globals that ... | Alon Zakai |
2013-03-08 | start to minify inside functions, using global data from previous pass | Alon Zakai |
2013-03-08 | minify globals in a pass before the functions | Alon Zakai |
2013-03-08 | split out asm shell in js optimizer, in preparation for minification of globals | Alon Zakai |
2013-03-08 | remove unneeded line | Alon Zakai |
2013-03-08 | add explicit markers in generated code of where functions and asm are | Alon Zakai |
2013-03-08 | disable minification | Alon Zakai |
2013-03-08 | handle assigns into globals at the top of asm functions in normalizeAsm | Alon Zakai |
2013-03-08 | fix global minifying | Alon Zakai |
2013-03-08 | initial work on asm.js minifier infrastructure | Alon Zakai |
2013-03-08 | send only a marker of generated functions to js-optimizer.js; we either know ... | Alon Zakai |
2013-03-07 | Merge pull request #931 from xxuejie/stdlib_strtod | Alon Zakai |
2013-03-07 | Fix debug prints in tools/cache.py | Vladimir Vukicevic |
2013-03-06 | Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9 | Xuejie "Rafael" Xiao |
2013-03-06 | Merge pull request #920 from waywardmonkeys/fix-include-order | Alon Zakai |
2013-03-05 | remove unnecessary recursion in relooper RemoveUnneededFlows1.2.8 | Alon Zakai |
2013-03-05 | remove recursion in relooper FindLive1.2.7 | Alon Zakai |
2013-03-05 | 1.2.61.2.6 | Alon Zakai |
2013-03-05 | fix cache clear time saving | Alon Zakai |
2013-03-05 | 1.2.51.2.5 | Alon Zakai |
2013-03-05 | restore jcache debugging, busted by pull #826 | Alon Zakai |
2013-03-05 | restore jcache compression, busted by pull #826 | Alon Zakai |
2013-03-05 | restore cache erase save times, busted by pull #826 | Alon Zakai |
2013-03-04 | Rebasing broke a lot of things (I had to fix about 12 conflicts) so now the s... | Chad Austin |
2013-03-04 | fix some test failures | Chad Austin |
2013-03-04 | Isolate shutil.rmtree logic in tempfiles.try_delete, and integrate azakai's f... | Chad Austin |
2013-03-04 | make it possible to manually specify a temp directory when running emscripten.py | Chad Austin |
2013-03-04 | emscripten.py no longer globally depends on tools.shared | Chad Austin |
2013-03-04 | Break two more emscripten.py dependencies on tools.shared | Chad Austin |
2013-03-04 | Get the TempFiles object from the Configuration | Chad Austin |
2013-03-04 | Move TEMP_DIR into the Configuration object. | Chad Austin |
2013-03-04 | Split Cache and JCache into objects and move them into cache.py so they can b... | Chad Austin |