summaryrefslogtreecommitdiff
path: root/src/wasm
Commit message (Expand)AuthorAgeFilesLines
* Proper errors on unsupported segment types in EmscriptenGlueGenerator::separa...Alon Zakai2019-05-011-1/+6
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-269-1849/+4122
* Remove f32 legalization from LegalizeJSInterface (#2052)Sam Clegg2019-04-251-0/+3
* Finish bulk memory support (#2030)Thomas Lively2019-04-221-1/+4
* wasm-emscripten-finalize: Handle relocatable code in AsmConstWalker (#2035)Sam Clegg2019-04-221-21/+28
* Reland emitting of DataCount section (#2027)Thomas Lively2019-04-181-8/+3
* Wasm2js: support i64 globals (#2021)Alon Zakai2019-04-181-1/+3
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-1/+0
* Make sure we always add signature to `fp$` functions (#1994)Sam Clegg2019-04-161-3/+13
* Do not emit the DataCount section (#2010)Thomas Lively2019-04-151-3/+8
* DataCount section (#2006)Thomas Lively2019-04-151-0/+24
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-123-34/+113
* Handle relocatable code in AsmConstWalker (#1992)Sam Clegg2019-04-101-4/+17
* Better memory fuzzing (#1987)Alon Zakai2019-04-082-6/+10
* wasm-emscripten-finalize: rename function pointer getter functions (#1988)Sam Clegg2019-04-081-4/+25
* Move segment merging to fit web limits into its own pass (#1980)Thomas Lively2019-04-081-100/+8
* Passive segments (#1976)Thomas Lively2019-04-055-37/+80
* Add missing comma in metadata JSON (#1983)Thomas Lively2019-04-051-1/+1
* Add feature options to emscripten metadata (#1982)Thomas Lively2019-04-051-1/+11
* wasm-emscripten-finalize: add namedGlobals to output metadata (#1979)Sam Clegg2019-04-041-2/+16
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-032-1/+7
* Update test/spec/memory.wast to latest upstream (#1801)Alon Zakai2019-04-031-0/+11
* wasm-emscripten-finalize: Improve shared library support (#1961)Sam Clegg2019-04-022-22/+128
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-304-18/+18
* avoid risky iterator addition (#1970)Alon Zakai2019-03-291-1/+1
* remove getString, which is not used, and was insecure to boot (#1966)Alon Zakai2019-03-261-8/+0
* More validation tests and fixes for SIMD (#1964)Thomas Lively2019-03-251-0/+8
* Update v128.const text formats (#1934)Thomas Lively2019-03-192-28/+30
* Validate that types match features (#1949)Thomas Lively2019-03-182-0/+13
* Allow tools to read from stdin (#1950)Thomas Lively2019-03-181-7/+39
* Add strip-target-features pass (#1946)Thomas Lively2019-03-141-0/+1
* Add some checking in EmscriptenGlueGenerator::generateStackInitialization (#1...Sam Clegg2019-03-131-4/+12
* wasm-emscripten-finalize: Remove JSCall thunk generation (#1938)Sam Clegg2019-03-121-119/+2
* Don't create already-existing dynCalls (#1932)Alon Zakai2019-03-061-2/+8
* Align v128 text format with WABT (#1930)Daniel Wirtz2019-03-041-3/+8
* Consistently optimize small added constants into load/store offsets (#1924)Alon Zakai2019-03-011-2/+2
* Fix memory leaks (#1925)Bohdan2019-02-281-0/+12
* Remove reference to old __wasm_nullptr function (#1928)Sam Clegg2019-02-281-5/+1
* NaN fuzzing improvements (#1913)Alon Zakai2019-02-191-0/+11
* Fix a fuzz bug with peeking forward in binary reading. (#1902)Alon Zakai2019-02-071-2/+1
* wasm-emscripten-finalize: separateDataSegments() fix (#1897)Alon Zakai2019-02-061-1/+2
* throw an early error in s-expr-parsing makeBlock, if not inside a function (#...Alon Zakai2019-02-061-0/+1
* Bulk memory operations (#1892)Thomas Lively2019-02-054-2/+168
* Strip the producers section in --strip-producers (#1875)Alon Zakai2019-01-312-1/+2
* wasm-emscripten-finalize: Emit illegal dynCalls, and legalize them (#1890)Alon Zakai2019-01-291-9/+0
* Handle EM_ASM/EM_JS in LLVM wasm backend O0 output (#1888)Alon Zakai2019-01-281-10/+47
* validate all function indexes in binary reading (#1887)Alon Zakai2019-01-241-3/+3
* Validate unique local names, and use validation in wasm2js. Fixes #1885 (#1886)Alon Zakai2019-01-231-0/+6
* More misc ASAN fixes (#1882)Alon Zakai2019-01-222-0/+6
* Show a proper error on an invalid type in binary reading ; fixes #1872 (#1874)Alon Zakai2019-01-191-2/+2