summaryrefslogtreecommitdiff
path: root/test/br_table_temp.2asm.js
Commit message (Expand)AuthorAgeFilesLines
* Clean up wasm2asm testing (#1546)Alon Zakai2018-05-131-50300/+0
* reorder locals in wasm2asm (#1482)Nathan Froyd2018-03-221-211/+205
* 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/+3
* Improve name mangling of asm.js identifiers (#1433)Daniel Wirtz2018-02-211-395/+395
* use simplify-locals in wasm2asm, so the output is not horribly verbose with l...Alon Zakai2017-10-201-413/+155
* Flattening rewrite (#1201)Alon Zakai2017-10-031-252/+423
* Refactor i64 lowering to use RAII temp vars (#1177)Thomas Lively2017-09-231-38/+69
* Return to more structured type rules for block and if (#1148)Alon Zakai2017-09-051-5/+5
* i64 to i32 lowering for wasm2asm (#1134)Thomas Lively2017-09-011-0/+50364