summaryrefslogtreecommitdiff
path: root/src/parsing.h
Commit message (Expand)AuthorAgeFilesLines
* 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