summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* DWARF: Track more function locations (#2604)Alon Zakai2020-01-221-8/+12
* DWARF: Track the positions of 'end', 'else', 'catch' binary locations (#2603)Alon Zakai2020-01-211-5/+64
* Simplify binary parsing a little (#2602)Alon Zakai2020-01-211-2/+4
* Use BinaryLocation instead of hardcoding uint32_t (#2598)Alon Zakai2020-01-161-7/+8
* DWARF: high_pc computation (#2595)Alon Zakai2020-01-161-4/+18
* DWARF: Function location tracking (#2592)Alon Zakai2020-01-161-18/+31
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-75/+76
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-15/+68
* Move Type-related functions into Type class (NFC) (#2556)Heejin Ahn2019-12-291-2/+2
* DWARF debug line updating (#2545)Alon Zakai2019-12-201-15/+65
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-191-3/+48
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-181-0/+8
* Make local.tee's type its local's type (#2511)Heejin Ahn2019-12-121-2/+5
* Remove FunctionType (#2510)Thomas Lively2019-12-111-108/+40
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-7/+8
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-041-428/+152
* Refactor and optimize binary writing type collection (#2478)Alon Zakai2019-11-261-45/+29
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-51/+105
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-3/+3
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+4
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+48
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+4
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-0/+24
* v128.andnot instruction (#2355)Thomas Lively2019-09-241-0/+4
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-18/+43
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-0/+48
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-9/+29
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+17
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+6
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-2/+96
* Asyncify: whitelist and blacklist support (#2264)Alon Zakai2019-07-261-4/+4
* Refactor stack IR / binary writer (NFC) (#2250)Heejin Ahn2019-07-231-3/+3
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-2/+2
* Initial tail call implementation (#2197)Thomas Lively2019-07-031-0/+18
* Clean up loose ends in feature handling (#2203)Thomas Lively2019-07-031-7/+9
* Fix event section order (#2202)Heejin Ahn2019-07-021-1/+1
* Make feature section errors into warnings (#2175)Alon Zakai2019-06-181-14/+18
* Use BinaryIndexes instead of copies in BinaryWriter (NFC) (#2161)Heejin Ahn2019-06-041-20/+10
* Add event section (#2151)Heejin Ahn2019-05-311-0/+95
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-33/+33
* Fix misc. things for globals (#2119)Heejin Ahn2019-05-171-2/+1
* Delete WasmBinaryBuilder::mappedGlobals (NFC) (#2098)Heejin Ahn2019-05-121-31/+14
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+2
* Add exception handling feature (#2083)Heejin Ahn2019-05-031-1/+3
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-217/+434
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-694/+1905
* Finish bulk memory support (#2030)Thomas Lively2019-04-221-1/+4
* Reland emitting of DataCount section (#2027)Thomas Lively2019-04-181-8/+3
* Do not emit the DataCount section (#2010)Thomas Lively2019-04-151-3/+8
* DataCount section (#2006)Thomas Lively2019-04-151-0/+24