summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-2/+84
* Better memory fuzzing (#1987)Alon Zakai2019-04-081-1/+1
* Move segment merging to fit web limits into its own pass (#1980)Thomas Lively2019-04-081-100/+8
* Passive segments (#1976)Thomas Lively2019-04-051-19/+48
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-031-1/+1
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-7/+7
* 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
* Fix a fuzz bug with peeking forward in binary reading. (#1902)Alon Zakai2019-02-071-2/+1
* Bulk memory operations (#1892)Thomas Lively2019-02-051-2/+66
* Strip the producers section in --strip-producers (#1875)Alon Zakai2019-01-311-1/+1
* validate all function indexes in binary reading (#1887)Alon Zakai2019-01-241-3/+3
* More misc ASAN fixes (#1882)Alon Zakai2019-01-221-0/+3
* Show a proper error on an invalid type in binary reading ; fixes #1872 (#1874)Alon Zakai2019-01-191-2/+2
* Misc minor ASAN fixes (#1869)Alon Zakai2019-01-161-3/+11
* Require unique_ptr to Module::addFunctionType() (#1672)Paweł Bylica2019-01-101-2/+2
* Massive renaming (#1855)Thomas Lively2019-01-071-4/+4
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-17/+17
* Fuzzing v128 and associated bug fixes (#1827)Thomas Lively2018-12-141-0/+2
* SIMD (#1820)Thomas Lively2018-12-131-4/+299
* Don't error on too many locals - just oom (#1822)Alon Zakai2018-12-131-8/+0
* Warn if linking section is present, as we cannot handle it yet (#1798)Alon Zakai2018-12-041-0/+3
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-0/+26
* Add support for a mutable globals as a Feature (#1785)Sam Clegg2018-11-301-2/+1
* Remove default cases (#1757)Thomas Lively2018-11-271-1/+3
* initialize binary writer debug info even without a source map, as debug info ...Alon Zakai2018-11-261-1/+5
* clean up unnecessary type setting in binary format loading - finalize() will ...Alon Zakai2018-11-141-62/+61
* Support 4GB Memories (#1702)Alon Zakai2018-10-151-8/+8
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-159/+113
* Add debug information locations to the function prolog/epilog (#1674)Yury Delendik2018-09-171-49/+70
* Misc tiny fuzz fixes (#1668)Alon Zakai2018-09-121-0/+1
* Binary format local parsing fixes (#1664)Alon Zakai2018-09-111-8/+11
* Fix findField (#1660)Yury Delendik2018-08-311-0/+2
* Fix read-write of dylink section (#1648)Alon Zakai2018-08-311-7/+26
* Escape name section ids in binary format reading/writing to be WebAssembly sp...Yury Delendik2018-08-311-2/+68
* Stack IR (#1623)Alon Zakai2018-07-301-771/+26
* Fix source map entries offset when LEB is compressed. (#1628)Yury Delendik2018-07-251-15/+38
* Refactor stack writing code into a new StackWriter class (#1620)Alon Zakai2018-07-161-168/+172