| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#... | Alon Zakai | 2018-09-15 | 1 | -0/+14 |
* | Stack IR (#1623) | Alon Zakai | 2018-07-30 | 1 | -58/+58 |
* | 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 | -112/+75 |
* | 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/+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 | -63/+63 |
* | optimize helper funcs (like i32-div) if created in asm2wasm, so they are cons... | Alon Zakai | 2017-10-04 | 1 | -0/+4 |
* | Share trap mode between asm2wasm and s2wasm (#1168) | jgravelle-google | 2017-10-02 | 1 | -9/+54 |
* | precompute-propagate pass (#1179) | Alon Zakai | 2017-09-12 | 1 | -58/+59 |
* | 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 | -49/+40 |
* | 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 |
* | Consistently handle possible traps in all cases (#1062) | Alon Zakai | 2017-06-22 | 1 | -1/+1 |
* | Support new result syntax for if/loop/block (#1047) | Sam Clegg | 2017-06-12 | 1 | -10/+10 |
* | 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 |
* | 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 | -1075/+1075 |
* | Use 3 modes for potentially trapping ops in asm2wasm (#929) | Alon Zakai | 2017-03-07 | 1 | -0/+1223 |