summaryrefslogtreecommitdiff
path: root/src/wasm-s-parser.h
Commit message (Expand)AuthorAgeFilesLines
* GC: Add stubs for the remaining instructions (#3174)Daniel Wirtz2020-09-291-0/+14
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+2
* Remove redundant allocator in Builder (#3144)Thomas Lively2020-09-221-1/+0
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+1
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-0/+2
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-1/+2
* Implement module and local names in name section (#3115)Daniel Wirtz2020-09-141-4/+1
* Update Pop text format to handle tuples (#3116)Thomas Lively2020-09-111-1/+1
* Poppy IR wast parsing and validation (#3105)Thomas Lively2020-09-091-0/+2
* Update reference types (#3084)Daniel Wirtz2020-09-091-0/+4
* Make try body start with 'do' (#2846)Heejin Ahn2020-05-111-1/+1
* Tuple globals (#2718)Thomas Lively2020-04-021-0/+1
* Initial multivalue support (#2675)Thomas Lively2020-03-051-1/+3
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-1/+3
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+3
* Remove FunctionType (#2510)Thomas Lively2019-12-111-12/+9
* Fix catch parsing (#2428)Heejin Ahn2019-11-111-1/+1
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-0/+1
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-1/+1
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+1
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-0/+5
* Initial tail call implementation (#2197)Thomas Lively2019-07-031-2/+2
* Minimal Push/Pop support (#2207)Alon Zakai2019-07-031-0/+2
* Add event section (#2151)Heejin Ahn2019-05-311-1/+5
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-2/+12
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-5/+5
* Refactor type/signature/local parsing methods (NFC) (#2129)Heejin Ahn2019-05-211-3/+6
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-26/+28
* Passive segments (#1976)Thomas Lively2019-04-051-1/+1
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-1/+1
* Update v128.const text formats (#1934)Thomas Lively2019-03-191-0/+1
* Bulk memory operations (#1892)Thomas Lively2019-02-051-1/+5
* Code style improvements (#1868)Alon Zakai2019-01-151-7/+8
* SIMD (#1820)Thomas Lively2018-12-131-0/+5
* Generate sexp instruction parser (#1754)Thomas Lively2018-11-191-2/+4
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-1/+0
* Add debug information locations to the function prolog/epilog (#1674)Yury Delendik2018-09-171-3/+7
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-18/+18
* Add support for atomic wait and wake operators (#1140)Derek Schuff2017-08-241-0/+2
* wasm2asm test generation (#1124)Thomas Lively2017-08-161-0/+4
* Add IR, parsing, printing, and binary for atomic cmpxchg (#1083)Derek Schuff2017-07-101-1/+3
* Add IR, parsing and binary support for AtomicRMW instructions from wasm threa...Derek Schuff2017-07-061-0/+1
* Add atomic loads and stores (#1077)Derek Schuff2017-06-281-2/+2
* Add shared memories (#1069)Derek Schuff2017-06-271-0/+1
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-0/+2
* refactor s-expr parsing code to remove duplication and unnecessary thingsAlon Zakai2017-06-011-6/+6
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-3/+17
* Move wasm.cpp and wasm-s-parser into a library (#796)Derek Schuff2016-10-201-1759/+67
* Fix some C6246: "Local declaration of 'i' hides declaration of the same name ...juj2016-10-201-4/+4
* Don't create a memory section for an imported memory; fixes #772 (#773)Benjamin Bouvier2016-10-131-10/+16