summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code style improvements (#1868)Alon Zakai2019-01-151-1/+1
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-1/+1
* SIMD (#1820)Thomas Lively2018-12-131-1/+159
* 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/+12
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+1
* standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)Alon Zakai2018-11-291-1/+1
* Remove default cases (#1757)Thomas Lively2018-11-271-2/+2
* initialize binary writer debug info even without a source map, as debug info ...Alon Zakai2018-11-261-0/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-15/+6
* Add debug information locations to the function prolog/epilog (#1674)Yury Delendik2018-09-171-3/+3
* Binary format local parsing fixes (#1664)Alon Zakai2018-09-111-1/+2
* Fix read-write of dylink section (#1648)Alon Zakai2018-08-311-1/+5
* Escape name section ids in binary format reading/writing to be WebAssembly sp...Yury Delendik2018-08-311-0/+1
* Stack IR (#1623)Alon Zakai2018-07-301-99/+39
* Fix source map entries offset when LEB is compressed. (#1628)Yury Delendik2018-07-251-1/+4
* Refactor stack writing code into a new StackWriter class (#1620)Alon Zakai2018-07-161-59/+75
* Minor code cleanups (#1617)Alon Zakai2018-07-101-1/+1
* Better binary error reporting (#1505)Alon Zakai2018-04-131-1/+3
* Fix bad param/var type error handling (#1499)Alon Zakai2018-04-101-0/+1
* Handle literally unreachable brs (#1497)Alon Zakai2018-04-071-2/+16
* when creating blocks in binary format parsing, we know if a block has a break...Alon Zakai2018-04-051-0/+1
* validate we are in a function context when adding a label in binary parsing. ...Alon Zakai2018-03-161-3/+4
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-4/+4
* Atomic wait/wake fixes (#1383)Alon Zakai2018-01-221-1/+1
* First pass at LLD support for Emscripten (#1346)Jacob Gravelle2018-01-221-1/+9
* Make input a const reference to WasmBinaryBuilder (#1367)Alex Beregszaszi2018-01-181-2/+2
* Function metrics pass (#1353)Alon Zakai2018-01-121-1/+12
* Do not emit 100k data segments, browsers reject it (#1350)Alon Zakai2018-01-091-1/+8
* Fix reading breaks to the function exit (#1304)Alon Zakai2017-11-211-1/+0
* name function imports using name section (#1290)Alon Zakai2017-11-211-2/+2
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-2/+2
* Optimize wasm reading (#1202)Alon Zakai2017-09-281-0/+1
* Avoid new blocks in binary reading/writing (#1165)Alon Zakai2017-09-121-2/+4
* Const hoisting (#1176)Alon Zakai2017-09-121-1/+1