| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | reorder locals after simplify-locals, to remove unused locals before coalesce... | Alon Zakai | 2016-10-16 | 1 | -493/+493 |
* | run remove-unused-functions by default | Alon Zakai | 2016-10-14 | 1 | -76/+0 |
* | Change print order of top-level module components (#751) | Derek Schuff | 2016-10-07 | 1 | -19/+19 |
* | Require unique names in binaryen IR (#746) | Alon Zakai | 2016-10-06 | 1 | -145/+145 |
* | Print the name of memory along with size (#720) | Derek Schuff | 2016-09-28 | 1 | -1/+1 |
* | Type check block/loop/if sigs (#717) | Alon Zakai | 2016-09-28 | 1 | -45/+45 |
* | memory and table printing fixes | Alon Zakai | 2016-09-20 | 1 | -4/+2 |
* | globals mutability fixes | Alon Zakai | 2016-09-19 | 1 | -30/+36 |
* | br_if returns its value | Alon Zakai | 2016-09-16 | 1 | -5/+7 |
* | block signatures | Alon Zakai | 2016-09-16 | 1 | -30/+30 |
* | call_import changes: no more call_import, shared index space with functions | Alon Zakai | 2016-09-16 | 1 | -103/+103 |
* | optimize if-else to br_if when in a block | Alon Zakai | 2016-09-10 | 1 | -22/+17 |
* | sort locals by number of total copies | Alon Zakai | 2016-09-10 | 1 | -1363/+1354 |
* | optimize loop endings in RemoveUnusedBrs | Alon Zakai | 2016-09-09 | 1 | -701/+651 |
* | autodrop if body if no else | Alon Zakai | 2016-09-07 | 1 | -13/+15 |
* | flip select-eqz when possible | Alon Zakai | 2016-09-07 | 1 | -36/+24 |
* | use eqz as an optimization | Alon Zakai | 2016-09-07 | 1 | -38/+20 |
* | new export syntax in spec repo | Alon Zakai | 2016-09-07 | 1 | -18/+18 |
* | new import syntax in spec repo | Alon Zakai | 2016-09-07 | 1 | -25/+25 |
* | import memoryBase and tableBase | Alon Zakai | 2016-09-07 | 1 | -0/+2 |
* | import table | Alon Zakai | 2016-09-07 | 1 | -0/+1 |
* | import memory #684 | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
* | do a little more optimization at the end of asm2wasm processing | Alon Zakai | 2016-09-07 | 1 | -2/+1 |
* | use globals in asm2wasm | Alon Zakai | 2016-09-07 | 1 | -120/+76 |
* | export kinds | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
* | don't depend on order of operations in calls, it varies by compiler | Alon Zakai | 2016-09-07 | 1 | -89/+89 |
* | loops no longer have an out label and other upstream loop updates | Alon Zakai | 2016-09-07 | 1 | -1141/+1199 |
* | call_indirect now has the target at the end | Alon Zakai | 2016-09-07 | 1 | -23/+23 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -522/+528 |
* | offset support in table | Alon Zakai | 2016-08-15 | 1 | -1/+1 |
* | support function table initial and max sizes, and new printing format | Alon Zakai | 2016-08-12 | 1 | -1/+2 |
* | remove unused labels from loops too, and general clean ups for RemoveUnusedNames | Alon Zakai | 2016-07-20 | 1 | -2/+2 |
* | optimize to remove as many copies as possible in coalesce-locals | Alon Zakai | 2016-07-16 | 1 | -688/+632 |
* | add a precompute pass | Alon Zakai | 2016-06-18 | 1 | -4/+1 |
* | run remove-unused-brs after simplify-locals | Alon Zakai | 2016-06-11 | 1 | -9/+7 |
* | canonicalize the order in reorder-locals, by using first-appearance to break ... | Alon Zakai | 2016-05-28 | 1 | -10/+10 |
* | fix isResultUsed bug with ifs | Alon Zakai | 2016-05-23 | 1 | -79/+127 |
* | notice only branches out in EffectAnalyzer, internal control flow can be igno... | Alon Zakai | 2016-05-19 | 1 | -409/+407 |
* | vacuum after passes that create garbage; this makes the total time better | Alon Zakai | 2016-05-19 | 1 | -85/+77 |
* | vacuum away everything not tied down | Alon Zakai | 2016-05-19 | 1 | -78/+36 |
* | remove dead get_locals in vacuum | Alon Zakai | 2016-05-16 | 1 | -43/+15 |
* | add cfg-building traversal and a pass to coalesce locals using it | Alon Zakai | 2016-05-15 | 1 | -2840/+2715 |
* | selectify if-elses with no control flow in them | Alon Zakai | 2016-04-25 | 1 | -577/+577 |
* | optimize returns that flow out | Alon Zakai | 2016-04-25 | 1 | -388/+332 |
* | optimize block and if returns, by merging set_locals that flow out of them | Alon Zakai | 2016-04-24 | 1 | -1955/+1836 |
* | handle general control flow in RemoveUnusedBrs | Alon Zakai | 2016-04-24 | 1 | -500/+446 |
* | index locals, so that get_local and set_local have just an index, and local n... | Alon Zakai | 2016-04-18 | 1 | -92/+92 |
* | drop completely unused locals in ReorderLocals | Alon Zakai | 2016-04-11 | 1 | -1/+0 |
* | continue simplifying locals while opportunities present themselves | Alon Zakai | 2016-04-11 | 1 | -458/+430 |
* | remove set_locals with no remaining gets in SimplifyLocals | Alon Zakai | 2016-04-11 | 1 | -46/+24 |