summaryrefslogtreecommitdiff
path: root/src/passes/RemoveNonJSOps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-1/+0
* [NFC] Use the new wat parser in RemoveNonJSOps (#6554)Thomas Lively2024-04-291-5/+4
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-3/+3
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-2/+6
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-1/+1
* Modernize code to C++17 (#3104)Max Graey2021-11-221-6/+3
* [JS] Add a new OptimizeForJS pass (#4033)Max Graey2021-08-021-4/+16
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+2
* [wasm2js] Use native JavaScript Math.trunc (#3329)Max Graey2020-11-101-7/+0
* Poppy IR wast parsing and validation (#3105)Thomas Lively2020-09-091-1/+2
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-2/+2
* StubUnsupportedJSOps: Remove CallIndirects (#3027)Alon Zakai2020-08-061-6/+23
* Add StubUnsupportedJSOps to remove operations that JS does not support (#3024)Alon Zakai2020-08-051-1/+46
* wasm2js: Avoid 64-bit scratch memory helpers in wasm-intrinsics (#2926)Alon Zakai2020-06-231-0/+5
* wasm2js: Bulk memory support (#2923)Alon Zakai2020-06-221-1/+1
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-2/+2
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-8/+8
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-081-2/+2
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-1/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-2/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-43/+33
* wasm2js: use scratch memory properly (#2033)Alon Zakai2019-04-221-0/+4
* wasm2js2 import fixes (#2031)Alon Zakai2019-04-191-1/+4
* Wasm2js memory fixes (#2003)Alon Zakai2019-04-121-6/+26
* Update test/spec/memory.wast to latest upstream (#1801)Alon Zakai2019-04-031-0/+4
* Dead return value elimination in DeadArgumentElimination (#1917)Alon Zakai2019-02-261-1/+1
* Stack IR (#1623)Alon Zakai2018-07-301-1/+5
* wasm2asm: Fix and enable a large number of spec tests (#1558)Alex Crichton2018-05-291-0/+44
* wasm2asm: Finish i64 lowering operations (#1563)Alex Crichton2018-05-251-316/+90
* wasm2asm: Finish f32/f64 operations (#1554)Alex Crichton2018-05-191-0/+479