| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove f32 legalization from LegalizeJSInterface (#2052) | Sam Clegg | 2019-04-25 | 1 | -82/+73 |
* | Semi-SSA improvements (#1965) | Alon Zakai | 2019-03-25 | 1 | -4/+1 |
* | Dead return value elimination in DeadArgumentElimination (#1917) | Alon Zakai | 2019-02-26 | 1 | -33/+9 |
* | Emscripten stack simplification (#1870) | Alon Zakai | 2019-01-16 | 1 | -0/+7 |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -134/+134 |
* | Run coalesce-locals after the final simplify-locals. | Alon Zakai (kripken) | 2018-12-04 | 1 | -7/+5 |
* | Speculate in simplify-locals that it is worth turning an if into | Alon Zakai (kripken) | 2018-12-04 | 1 | -39/+35 |
* | Stricter Canonicalization (#1774) | Alon Zakai | 2018-11-27 | 1 | -2/+2 |
* | Switch optimizations in remove-unused-brs (#1753) | Alon Zakai | 2018-11-20 | 1 | -25/+4 |
* | Fix a merge-blocks fuzz bug (#1755) | Alon Zakai | 2018-11-19 | 1 | -1/+0 |
* | Optimize an if exit block into an if arm (#1749) | Alon Zakai | 2018-11-15 | 1 | -11/+10 |
* | Don't try to optimize away unused names in RemoveUnusedBrs (#1750) | Alon Zakai | 2018-11-15 | 1 | -24/+21 |
* | Rename tableBase/memoryBase to __table_base/__memory_base (#1731) | Sam Clegg | 2018-11-08 | 1 | -2/+2 |
* | Emit imports before defined things in text format (#1715) | Alon Zakai | 2018-11-01 | 1 | -1/+1 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 1 | -2/+2 |
* | fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#... | Alon Zakai | 2018-09-15 | 1 | -0/+6 |
* | Stack IR (#1623) | Alon Zakai | 2018-07-30 | 1 | -55/+55 |
* | Merge loop tails up (#1543) | Alon Zakai | 2018-05-10 | 1 | -3/+3 |
* | br_table optimizations (#1502) | Alon Zakai | 2018-04-10 | 1 | -3/+3 |
* | Global optimization fixes (#1360) | Alon Zakai | 2018-01-17 | 1 | -108/+67 |
* | Optimize out memory and table when possible (#1352) | Alon Zakai | 2018-01-10 | 1 | -4/+3 |
* | Redundant Set Elimination pass (#1344) | Alon Zakai | 2018-01-05 | 1 | -3/+0 |
* | Update call_indirect text syntax to match spec update (#1281) | Derek Schuff | 2017-11-13 | 1 | -8/+8 |
* | Emit binary function index in comment in text format, for convenience (#1232) | Alon Zakai | 2017-10-20 | 1 | -60/+60 |
* | optimize helper funcs (like i32-div) if created in asm2wasm, so they are cons... | Alon Zakai | 2017-10-04 | 1 | -0/+7 |
* | precompute-propagate pass (#1179) | Alon Zakai | 2017-09-12 | 1 | -38/+58 |
* | when inlining, we must zero out non-param locals, as their initial zero value... | Alon Zakai | 2017-08-10 | 1 | -2/+3 |
* | Improve and enable inlining pass (#966) | Alon Zakai | 2017-08-07 | 1 | -50/+20 |
* | fix import type detection of calls in comma operators; when the parent is a c... | Alon Zakai | 2017-07-27 | 1 | -0/+12 |
* | fix f32 frem in asm2wasm #1105 (#1106) | Alon Zakai | 2017-07-20 | 1 | -0/+14 |
* | fix merge-blocks logic in call, call_indirect, select, we need to avoid any d... | Alon Zakai (kripken) | 2017-07-14 | 1 | -0/+19 |
* | Support new result syntax for if/loop/block (#1047) | Sam Clegg | 2017-06-12 | 1 | -6/+6 |
* | allow values to flow out of loops in RemoveUnneededBrs, and simplify some unn... | Alon Zakai (kripken) | 2017-05-10 | 1 | -22/+15 |
* | asm2wasm: properly infer return type of a call inside a sequence (#1006) | Alon Zakai | 2017-05-09 | 1 | -2/+12 |
* | fix autoDrop, now that we properly set block types, unreachable can easily ha... | Alon Zakai | 2017-05-09 | 1 | -0/+17 |
* | improve dce to handle more cases of nested unreachable code (#989) | Alon Zakai | 2017-05-02 | 1 | -10/+8 |
* | handle unsigned float-to-int properly in asm2wasm | Alon Zakai (kripken) | 2017-04-18 | 1 | -1/+6 |
* | add test for f64-to-int signed/unsigned | Alon Zakai (kripken) | 2017-04-18 | 1 | -0/+15 |
* | fix sign-ext opt issues (#935) | Alon Zakai | 2017-03-09 | 1 | -4/+7 |
* | use a single space for pretty printing of wasts, so massive wasts are less un... | Alon Zakai | 2017-03-09 | 1 | -1026/+1026 |
* | Optimize "squared" operations (#905) | Alon Zakai | 2017-02-16 | 1 | -7/+4 |
* | optimize linear sums (#904) | Alon Zakai | 2017-02-16 | 1 | -25/+7 |
* | add sqrt test (#912) | Alon Zakai | 2017-02-16 | 1 | -0/+22 |
* | emit globals before table and memory, because they may use a global for their... | Alon Zakai | 2016-12-30 | 1 | -1/+1 |
* | make legalizeJSInterface handle f32s as well, which are not valid in asm.js ffis | Alon Zakai | 2016-12-07 | 1 | -3/+41 |
* | convert ftCall_* and mftCall_* into table calls | Alon Zakai | 2016-12-07 | 1 | -0/+16 |
* | support asm.js numeric exports by creating a global and exporting that | Alon Zakai | 2016-12-07 | 1 | -0/+2 |
* | add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te... | Alon Zakai | 2016-12-07 | 1 | -8/+0 |
* | use tableBase for the table segments | Alon Zakai | 2016-12-07 | 1 | -1/+1 |
* | increase limit in RelooperJumpThreading (#847) | Alon Zakai | 2016-11-28 | 1 | -32/+32 |