summaryrefslogtreecommitdiff
path: root/test/unit.fromasm.clamp
Commit message (Expand)AuthorAgeFilesLines
* Rename tableBase/memoryBase to __table_base/__memory_base (#1731)Sam Clegg2018-11-081-4/+4
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-1/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-3/+3
* fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#...Alon Zakai2018-09-151-0/+14
* Stack IR (#1623)Alon Zakai2018-07-301-58/+58
* Merge loop tails up (#1543)Alon Zakai2018-05-101-3/+3
* br_table optimizations (#1502)Alon Zakai2018-04-101-3/+3
* Global optimization fixes (#1360)Alon Zakai2018-01-171-112/+75
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-4/+4
* Redundant Set Elimination pass (#1344)Alon Zakai2018-01-051-3/+0
* Update call_indirect text syntax to match spec update (#1281)Derek Schuff2017-11-131-8/+8
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-63/+63
* optimize helper funcs (like i32-div) if created in asm2wasm, so they are cons...Alon Zakai2017-10-041-0/+4
* Share trap mode between asm2wasm and s2wasm (#1168)jgravelle-google2017-10-021-9/+54
* precompute-propagate pass (#1179)Alon Zakai2017-09-121-58/+59
* when inlining, we must zero out non-param locals, as their initial zero value...Alon Zakai2017-08-101-2/+3
* Improve and enable inlining pass (#966)Alon Zakai2017-08-071-49/+40
* fix import type detection of calls in comma operators; when the parent is a c...Alon Zakai2017-07-271-0/+12
* fix f32 frem in asm2wasm #1105 (#1106)Alon Zakai2017-07-201-0/+14
* fix merge-blocks logic in call, call_indirect, select, we need to avoid any d...Alon Zakai (kripken)2017-07-141-0/+19
* Consistently handle possible traps in all cases (#1062)Alon Zakai2017-06-221-1/+1
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-10/+10
* allow values to flow out of loops in RemoveUnneededBrs, and simplify some unn...Alon Zakai (kripken)2017-05-101-22/+15
* asm2wasm: properly infer return type of a call inside a sequence (#1006)Alon Zakai2017-05-091-2/+12
* fix autoDrop, now that we properly set block types, unreachable can easily ha...Alon Zakai2017-05-091-0/+17
* improve dce to handle more cases of nested unreachable code (#989)Alon Zakai2017-05-021-10/+8
* add test for f64-to-int signed/unsignedAlon Zakai (kripken)2017-04-181-0/+15
* fix sign-ext opt issues (#935)Alon Zakai2017-03-091-4/+7
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-1075/+1075
* Use 3 modes for potentially trapping ops in asm2wasm (#929)Alon Zakai2017-03-071-0/+1223