aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-111.3.01.3.0Alon Zakai
2013-03-10add testcaseAlon Zakai
2013-03-10legalize truncs from legal values into illegal valuesAlon Zakai
2013-03-10--save-bc optionAlon Zakai
2013-03-10error on pgo with asmAlon Zakai
2013-03-10larger pgo test, with asm measurementsAlon Zakai
2013-03-10function pointer support in PGOAlon Zakai
2013-03-10pgo for unused function detectionAlon Zakai
2013-03-10adjust csmith driver timeoutAlon Zakai
2013-03-10disable inlining in sqlite with asm in debug modeAlon Zakai
2013-03-10add 'progress' updates from multicore operations in emccAlon Zakai
2013-03-10disable test_sscanf and test_strtod in s_x_xAlon Zakai
2013-03-10use whitelist of lines to forward out of generated functions areaAlon Zakai
2013-03-10disable getopt tests in s_x_xAlon Zakai
2013-03-10save asm validation errors and continue, in fuzzerAlon Zakai
2013-03-09move asm return adding test to right placeAlon Zakai
2013-03-09remove coercions on asm function calls that have no capturing variablesAlon Zakai
2013-03-09Merge branch 'asm_minifier' into incomingAlon Zakai
2013-03-09move addFinalReturns to simplyExpressionsPre so it runs even in -gAlon Zakai
2013-03-09update test_emccAlon Zakai
2013-03-09optimize traverseGeneratedFunctionsAlon Zakai
2013-03-09do not wipe out everything after the generated functions suffix; fixes test_e...Alon Zakai
2013-03-09remove limitations on minified namesAlon Zakai
2013-03-09use minified names in registerize for localsAlon Zakai
2013-03-09refactor registerize global substitutionAlon Zakai
2013-03-09compress asm shellAlon Zakai
2013-03-09add testing for asm_js minification/registerizationAlon Zakai
2013-03-09update test_emccAlon Zakai
2013-03-09update test_chunkingAlon Zakai
2013-03-09make sure to remove trivial whitespaceAlon Zakai
2013-03-09improve non-asm parsing of generated functions area to be identical in EMCC_D...Alon Zakai
2013-03-09do not emit generated functions suffix when no longer neededAlon Zakai
2013-03-09asm2g fixAlon Zakai
2013-03-09add asm2g test pass for asm -O2 -gAlon Zakai
2013-03-09test for asm minifier sizesAlon Zakai
2013-03-09minify by default in -O2+, unless -gAlon Zakai
2013-03-08make sure we use a C compiler to build libc. fixes #937, #938Alon Zakai
2013-03-08save 0.0 in asm shell minificationAlon Zakai
2013-03-08fix another name collisionAlon Zakai
2013-03-08fix temporary workaround for register namesAlon Zakai
2013-03-08for now, do not use rX as minified names, reserve that for registerize localsAlon Zakai
2013-03-08increase number of minified names, and add func markersAlon Zakai
2013-03-08assertions on number of minified namesAlon Zakai
2013-03-08properly scan all globals, including function names, before applying themAlon Zakai
2013-03-08remove unnecessary semicolon; hello world minifiesAlon Zakai
2013-03-08minify function names in function definitionsAlon Zakai
2013-03-08allow -O2 to also call registerize, but without minification of globals that ...Alon Zakai
2013-03-08start to minify inside functions, using global data from previous passAlon Zakai
2013-03-08minify globals in a pass before the functionsAlon Zakai
2013-03-08split out asm shell in js optimizer, in preparation for minification of globalsAlon Zakai