summaryrefslogtreecommitdiff
path: root/src/wasm/wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-0/+6
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-0/+24
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-0/+9
* Wasi followups to #2323 (#2329)Alon Zakai2019-09-031-2/+0
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-6/+6
* Minify wasi imports and exports, and not just "env" (#2323)Alon Zakai2019-09-011-0/+2
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+2
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+1
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-0/+56
* Finalize tail call support (#2246)Thomas Lively2019-07-231-1/+9
* Don't minify __stack_pointer import (#2219)Sam Clegg2019-07-111-0/+1
* Initial tail call implementation (#2197)Thomas Lively2019-07-031-0/+1
* Clean up loose ends in feature handling (#2203)Thomas Lively2019-07-031-0/+1
* Minimal Push/Pop support (#2207)Alon Zakai2019-07-031-0/+12
* Add event section (#2151)Heejin Ahn2019-05-311-0/+47
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-3/+8
* Factor out elementStartsWith (NFC) (#2137)Heejin Ahn2019-05-231-0/+1
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-10/+10
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-13/+25
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-189/+262
* Wasm2js: support i64 globals (#2021)Alon Zakai2019-04-181-1/+3
* Better memory fuzzing (#1987)Alon Zakai2019-04-081-5/+9
* Passive segments (#1976)Thomas Lively2019-04-051-1/+1
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-031-0/+6
* wasm-emscripten-finalize: Improve shared library support (#1961)Sam Clegg2019-04-021-0/+1
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-3/+3
* Add strip-target-features pass (#1946)Thomas Lively2019-03-141-0/+1
* Fix memory leaks (#1925)Bohdan2019-02-281-0/+12
* Bulk memory operations (#1892)Thomas Lively2019-02-051-0/+32
* Strip the producers section in --strip-producers (#1875)Alon Zakai2019-01-311-0/+1
* Require unique_ptr to Module::addFunctionType() (#1672)Paweł Bylica2019-01-101-3/+5
* Massive renaming (#1855)Thomas Lively2019-01-071-5/+5
* SIMD (#1820)Thomas Lively2018-12-131-0/+88
* Warn if linking section is present, as we cannot handle it yet (#1798)Alon Zakai2018-12-041-1/+1
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-0/+8
* Add --strip that removes debug info (#1787)Alon Zakai2018-12-031-0/+15
* Cleanup shared constants (#1784)Sam Clegg2018-11-291-0/+2
* Remove default cases (#1757)Thomas Lively2018-11-271-3/+3
* Rename tableBase/memoryBase to __table_base/__memory_base (#1731)Sam Clegg2018-11-081-2/+2
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-47/+10
* remove PageSize and HasFeature, which wasm removed a while back (#1667)Alon Zakai2018-09-121-1/+1
* Fix read-write of dylink section (#1648)Alon Zakai2018-08-311-0/+2
* Proper error handling in add* and get* methods (#1570)Alon Zakai2018-07-101-32/+80
* add missing atomics to getExpressionName, which is used in --metrics (#1529)Alon Zakai2018-05-041-0/+4
* when creating blocks in binary format parsing, we know if a block has a break...Alon Zakai2018-04-051-9/+19
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-11/+11
* Global optimization fixes (#1360)Alon Zakai2018-01-171-1/+11
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-1/+1
* Atomics support in interpreter + optimizer + fuzz fixes for that (#1227)Alon Zakai2017-10-201-0/+2
* Make localNames into a map (#1189)Thomas Lively2017-09-231-7/+8