summaryrefslogtreecommitdiff
path: root/src/parsing.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor code out of parsing.h NFC. (#3635)Alon Zakai2021-03-011-314/+9
* [Wasm Exceptions] Fix/work around delegate issues in Inlining pass (#3633)Alon Zakai2021-03-011-0/+5
* [Wasm Exceptions] Properly ensure unique Try labels after an inlining (#3632)Alon Zakai2021-03-011-27/+18
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-4/+0
* [GC] Add dataref type (#3500)Alon Zakai2021-01-211-0/+1
* Refactor printing code so that printing Expressions always works (#3450)Alon Zakai2020-12-171-1/+1
* Remove dead code and unused includes. NFC. (#3328)Sam Clegg2020-11-081-1/+0
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-0/+2
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+1
* Update reference types (#3084)Daniel Wirtz2020-09-091-1/+0
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-6/+6
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-1/+1
* Add br_on_exn support for UniqueNameMapper (#2659)Heejin Ahn2020-02-191-0/+3
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-6/+6
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-21/+21
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-2/+4
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+1
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-1/+1
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+1
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-1/+1
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-18/+36
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-52/+97
* Add const specifiers (#1952)Ryoga2019-03-181-2/+2
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+1
* Remove default cases (#1757)Thomas Lively2018-11-271-1/+4
* Notice parse errors on number parsing in the text format (#1608)Loppin Vincent2018-07-241-0/+6
* Some simple integer math opts (#1504)Alon Zakai2018-04-111-1/+1
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-2/+2
* handle empty stack in sourceToUniqueAlon Zakai (kripken)2017-06-011-1/+4
* throw parse errors in UniqueNameMapperAlon Zakai (kripken)2017-06-011-2/+8
* harden parsing.hAlon Zakai (kripken)2017-06-011-46/+50
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-0/+19
* Wasm h to cpp (#926)jgravelle-google2017-03-101-0/+2
* Require unique names in binaryen IR (#746)Alon Zakai2016-10-061-0/+85
* parsing fix in compiled-to-js parser (#669)Alon Zakai2016-08-121-4/+4
* fix parsing of large intsAlon Zakai2016-07-061-2/+2
* add shared-constants.h for wasm constantsAlon Zakai2016-06-261-2/+3
* parse error detailsAlon Zakai2016-05-121-0/+27
* Split construction, scanning, and building phases of S2WasmBuilder (#400)Derek Schuff2016-04-271-2/+2
* Fix the build with GCC 5.3.1 and Clang 3.8.0.Csaba Osztrogonác2016-03-311-2/+2
* parse nans with all due careAlon Zakai2016-02-021-2/+2
* save int bits in Literals, only bitcast to float/double on explicit requestAlon Zakai2016-02-021-21/+18
* don't accept -+ #163Alon Zakai2016-02-021-1/+5
* Use bit_cast in parseConst, avoid UBJF Bastien2016-01-281-24/+19
* Fix / uniformize include guardsJF Bastien2015-12-221-0/+5
* Fix the license headersJF Bastien2015-12-211-1/+15
* process on s2wasm, and first working testcaseAlon Zakai2015-12-101-0/+2
* refactor const parsingAlon Zakai2015-12-101-0/+151