summaryrefslogtreecommitdiff
path: root/test/wasm2asm.asserts.js
Commit message (Expand)AuthorAgeFilesLines
* [test] Remove / move *.js tests from test/ (#6163)Heejin Ahn2023-12-111-118/+0
* wasm2js: Stop emitting nan and infinity (#5391)Will Cohen2023-01-041-4/+0
* 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-2/+43
* 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-14/+26
* wasm2asm test generation (#1124)Thomas Lively2017-08-161-0/+88