summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
Commit message (Expand)AuthorAgeFilesLines
* Initial multivalue support (#2675)Thomas Lively2020-03-051-2/+5
* Simplify binary block parsing (#2674)Thomas Lively2020-02-281-1/+1
* Add multivalue feature (#2668)Thomas Lively2020-02-271-0/+1
* Limit the number of passive segments to work around a Chrome bug (#2613)Thomas Lively2020-01-221-1/+1
* DWARF: Track the positions of 'end', 'else', 'catch' binary locations (#2603)Alon Zakai2020-01-211-0/+15
* DWARF: high_pc computation (#2595)Alon Zakai2020-01-161-0/+1
* DWARF: Function location tracking (#2592)Alon Zakai2020-01-161-7/+2
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-1/+1
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-11/+11
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-5/+23
* DWARF debug line updating (#2545)Alon Zakai2019-12-201-0/+13
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-191-0/+6
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-181-1/+3
* Remove FunctionType (#2510)Thomas Lively2019-12-111-3/+7
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+1
* Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)Sam Clegg2019-12-041-0/+4
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-041-85/+45
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-4/+6
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+1
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+12
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+1
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-0/+6
* v128.andnot instruction (#2355)Thomas Lively2019-09-241-0/+1
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-1/+5
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-0/+12
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-1/+5
* 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-1/+7
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-13/+29
* Asyncify: whitelist and blacklist support (#2264)Alon Zakai2019-07-261-0/+1
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-3/+3
* Initial tail call implementation (#2197)Thomas Lively2019-07-031-0/+3
* Clean up loose ends in feature handling (#2203)Thomas Lively2019-07-031-0/+1
* Use BinaryIndexes instead of copies in BinaryWriter (NFC) (#2161)Heejin Ahn2019-06-041-8/+3
* Add event section (#2151)Heejin Ahn2019-05-311-0/+10
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-17/+17
* Delete WasmBinaryBuilder::mappedGlobals (NFC) (#2098)Heejin Ahn2019-05-121-6/+4
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+5
* Add exception handling feature (#2083)Heejin Ahn2019-05-031-0/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-12/+24
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-124/+173
* DataCount section (#2006)Thomas Lively2019-04-151-1/+9
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-2/+9
* Passive segments (#1976)Thomas Lively2019-04-051-0/+5
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-031-2/+12
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-2/+2
* remove getString, which is not used, and was insecure to boot (#1966)Alon Zakai2019-03-261-2/+2
* Add strip-target-features pass (#1946)Thomas Lively2019-03-141-0/+1
* Bulk memory operations (#1892)Thomas Lively2019-02-051-1/+12
* Strip the producers section in --strip-producers (#1875)Alon Zakai2019-01-311-0/+1