Age | Commit message (Expand) | Author |
2013-03-11 | 1.3.01.3.0 | Alon Zakai |
2013-03-10 | add testcase | Alon Zakai |
2013-03-10 | legalize truncs from legal values into illegal values | Alon Zakai |
2013-03-10 | --save-bc option | Alon Zakai |
2013-03-10 | error on pgo with asm | Alon Zakai |
2013-03-10 | larger pgo test, with asm measurements | Alon Zakai |
2013-03-10 | function pointer support in PGO | Alon Zakai |
2013-03-10 | pgo for unused function detection | Alon Zakai |
2013-03-10 | adjust csmith driver timeout | Alon Zakai |
2013-03-10 | disable inlining in sqlite with asm in debug mode | Alon Zakai |
2013-03-10 | add 'progress' updates from multicore operations in emcc | Alon Zakai |
2013-03-10 | disable test_sscanf and test_strtod in s_x_x | Alon Zakai |
2013-03-10 | use whitelist of lines to forward out of generated functions area | Alon Zakai |
2013-03-10 | disable getopt tests in s_x_x | Alon Zakai |
2013-03-10 | save asm validation errors and continue, in fuzzer | Alon Zakai |
2013-03-09 | move asm return adding test to right place | Alon Zakai |
2013-03-09 | remove coercions on asm function calls that have no capturing variables | Alon Zakai |
2013-03-09 | Merge branch 'asm_minifier' into incoming | Alon Zakai |
2013-03-09 | move addFinalReturns to simplyExpressionsPre so it runs even in -g | Alon Zakai |
2013-03-09 | update test_emcc | 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 | add testing for asm_js minification/registerization | Alon Zakai |
2013-03-09 | update test_emcc | Alon Zakai |
2013-03-09 | update test_chunking | Alon Zakai |
2013-03-09 | make sure to remove trivial whitespace | 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-09 | asm2g fix | Alon Zakai |
2013-03-09 | add asm2g test pass for asm -O2 -g | Alon Zakai |
2013-03-09 | test for asm minifier sizes | Alon Zakai |
2013-03-09 | minify by default in -O2+, unless -g | Alon Zakai |
2013-03-08 | make sure we use a C compiler to build libc. fixes #937, #938 | 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 |