| Commit message (Expand) | Author | Age | Files | Lines |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -122/+122 |
* | Properly optimize loop values (#1800) | Alon Zakai | 2018-12-05 | 1 | -19/+19 |
* | Run coalesce-locals after the final simplify-locals. | Alon Zakai (kripken) | 2018-12-04 | 1 | -39/+24 |
* | Use getTempRet0/setTempRet0 in LegalizeJSInterface.cpp (#1709) | Sam Clegg | 2018-11-20 | 1 | -38/+30 |
* | Rename tableBase/memoryBase to __table_base/__memory_base (#1731) | Sam Clegg | 2018-11-08 | 1 | -4/+4 |
* | 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 | -3/+3 |
* | DeadArgumentElimination Pass (#1641) | Alon Zakai | 2018-09-05 | 1 | -296/+39 |
* | Stack IR (#1623) | Alon Zakai | 2018-07-30 | 1 | -27/+27 |
* | Merge loop tails up (#1543) | Alon Zakai | 2018-05-10 | 1 | -3/+3 |
* | do more optimizations after inlining: precompute-propagate plus all regular o... | Alon Zakai | 2018-04-30 | 1 | -13/+11 |
* | Improve precompute-propagate (#1514) | Alon Zakai | 2018-04-26 | 1 | -18/+1 |
* | Add i64 high bits (tempRet0) helper funcs when legalizing JS interface (#1428) | Alon Zakai | 2018-02-22 | 1 | -0/+10 |
* | Inlining improvements (#1397) | Alon Zakai | 2018-02-02 | 1 | -58/+27 |
* | Inlining improvements (#1375) | Alon Zakai | 2018-01-24 | 1 | -29/+14 |
* | Global optimization fixes (#1360) | Alon Zakai | 2018-01-17 | 1 | -96/+67 |
* | Optimize out memory and table when possible (#1352) | Alon Zakai | 2018-01-10 | 1 | -4/+4 |
* | Redundant Set Elimination pass (#1344) | Alon Zakai | 2018-01-05 | 1 | -3/+1 |
* | Emit binary function index in comment in text format, for convenience (#1232) | Alon Zakai | 2017-10-20 | 1 | -30/+30 |
* | Share trap mode between asm2wasm and s2wasm (#1168) | jgravelle-google | 2017-10-02 | 1 | -14/+88 |
* | precompute-propagate pass (#1179) | Alon Zakai | 2017-09-12 | 1 | -48/+22 |
* | Improve and enable inlining pass (#966) | Alon Zakai | 2017-08-07 | 1 | -64/+101 |
* | fix asm2wasm wasm-only i64 switches with a large (>32 bit) offset #1109 (#1111) | Alon Zakai | 2017-07-26 | 1 | -4/+48 |
* | loads may trap, do not remove them in vacuum unless the pass options allow that | Alon Zakai (kripken) | 2017-07-11 | 1 | -1/+130 |
* | Code folding (#1076) | Alon Zakai | 2017-06-28 | 1 | -17/+8 |
* | Consistently handle possible traps in all cases (#1062) | Alon Zakai | 2017-06-22 | 1 | -14/+74 |
* | Support new result syntax for if/loop/block (#1047) | Sam Clegg | 2017-06-12 | 1 | -6/+6 |
* | use TypeUpdater in vacuum | Alon Zakai (kripken) | 2017-05-20 | 1 | -1/+0 |
* | Validate finalization (#1014) | Alon Zakai | 2017-05-18 | 1 | -0/+331 |
* | optimize if and select in the case their values are identical (#1013) | Alon Zakai | 2017-05-17 | 1 | -19/+4 |
* | merge blocks before and after remove-unused-brs | Alon Zakai (kripken) | 2017-05-10 | 1 | -1/+0 |
* | use a single space for pretty printing of wasts, so massive wasts are less un... | Alon Zakai | 2017-03-09 | 1 | -470/+470 |
* | stop doing dce in -O0, which was just need temporarily while browsers figure ... | Alon Zakai | 2017-03-06 | 1 | -0/+1 |
* | Optimize precise mode integer ops (#907) | Alon Zakai | 2017-02-16 | 1 | -3/+16 |
* | add a dce at the end of asm2wasm, so it handles code changes from intermediat... | Alon Zakai (kripken) | 2017-01-12 | 1 | -1/+0 |
* | add a test showing unreachable code after a return | Alon Zakai (kripken) | 2017-01-12 | 1 | -0/+30 |
* | emit globals before table and memory, because they may use a global for their... | Alon Zakai | 2016-12-30 | 1 | -1/+1 |
* | properly legalize imported table elements | Alon Zakai | 2016-12-07 | 1 | -2/+18 |
* | fix legalization issues with f32s | Alon Zakai | 2016-12-07 | 1 | -2/+15 |
* | verify we don't legalize table elements | Alon Zakai | 2016-12-07 | 1 | -1/+2 |
* | add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te... | Alon Zakai | 2016-12-07 | 1 | -2/+10 |
* | improve local simplication: simplify without if/block structure values before... | Alon Zakai | 2016-11-06 | 1 | -20/+14 |
* | Optimize out bool & 1 (#804) | Alon Zakai | 2016-10-25 | 1 | -1/+1 |
* | Pass options (#788) | Alon Zakai | 2016-10-18 | 1 | -16/+16 |
* | run remove-unused-functions by default | Alon Zakai | 2016-10-14 | 1 | -0/+42 |
* | if we see no asm.js function tables, the table size is 0 | Alon Zakai | 2016-10-11 | 1 | -1/+1 |
* | Change print order of top-level module components (#751) | Derek Schuff | 2016-10-07 | 1 | -1/+1 |
* | Require unique names in binaryen IR (#746) | Alon Zakai | 2016-10-06 | 1 | -7/+7 |
* | handle ifs with an i64 condition #741 (#742) | Alon Zakai | 2016-10-04 | 1 | -1/+3 |
* | wasm-only additions: i32.cttz, copysign, popcnt (#729) | Alon Zakai | 2016-10-02 | 1 | -0/+9 |