summaryrefslogtreecommitdiff
path: root/test/wasm2asm.traps.js
Commit message (Expand)AuthorAgeFilesLines
* wasm2asm: Fix and enable a large number of spec tests (#1558)Alex Crichton2018-05-291-35/+47
* wasm2asm: Finish f32/f64 operations (#1554)Alex Crichton2018-05-191-40/+4
* wasm2asm: Implement float<->int conversions (#1550)Alex Crichton2018-05-161-4/+45
* wasm2asm: Add math aliases for floor, ceil and sqrt (#1549)Daniel Wirtz2018-05-141-0/+3
* reorder locals in wasm2asm (#1482)Nathan Froyd2018-03-221-10/+6
* add the highbits global to the IR (#1483)Nathan Froyd2018-03-201-0/+1
* create Math_{min,max} variables for wasm2asm-generated JS (#1476)Nathan Froyd2018-03-161-0/+2
* eliminate multiple return statements for wasm2asm functions (#1448)Nathan Froyd2018-03-011-8/+4
* Improve name mangling of asm.js identifiers (#1433)Daniel Wirtz2018-02-211-16/+16
* use simplify-locals in wasm2asm, so the output is not horribly verbose with l...Alon Zakai2017-10-201-83/+19
* Flattening rewrite (#1201)Alon Zakai2017-10-031-13/+84
* i64 to i32 lowering for wasm2asm (#1134)Thomas Lively2017-09-011-17/+29
* wasm2asm test generation (#1124)Thomas Lively2017-08-161-0/+116