summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-s-parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-95/+71
* Add debug information locations to the function prolog/epilog (#1674)Yury Delendik2018-09-171-13/+27
* remove PageSize and HasFeature, which wasm removed a while back (#1667)Alon Zakai2018-09-121-7/+1
* Fix parsing of memory attributes in s-expression parser (#1666)Alon Zakai2018-09-111-13/+21
* Some simple integer math opts (#1504)Alon Zakai2018-04-111-1/+1
* check for errors when parsing s-expression load/store immediates (#1475)Alon Zakai2018-03-161-2/+6
* Fix -Wcatch-value from GCC 8 (#1400)Josh Stone2018-02-051-2/+2
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-43/+43
* Update call_indirect text syntax to match spec update (#1281)Derek Schuff2017-11-131-1/+3
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-1/+1
* Update text syntax for shared memory limits (#1197)Derek Schuff2017-09-221-13/+16
* remove implicit fallthroughs (#1194) (#1196)Jeremy Day2017-09-201-0/+1
* Add support for sign-extension operators from threading proposal (#1167)Derek Schuff2017-09-061-1/+8
* Add support for atomic wait and wake operators (#1140)Derek Schuff2017-08-241-0/+24
* wasm2asm test generation (#1124)Thomas Lively2017-08-161-1/+1
* add the option to seek named breaks, not just taken breaks; refactor headers ...Alon Zakai (kripken)2017-07-111-2/+2
* Add IR, parsing, printing, and binary for atomic cmpxchg (#1083)Derek Schuff2017-07-101-5/+25
* Add IR, parsing and binary support for AtomicRMW instructions from wasm threa...Derek Schuff2017-07-061-60/+69
* Add atomic loads and stores (#1077)Derek Schuff2017-06-281-5/+13
* Add shared memories (#1069)Derek Schuff2017-06-271-14/+22
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-18/+28
* clean up unnecessary spacingAlon Zakai2017-06-011-1/+1
* use atoll in getCheckedAddress string parsingAlon Zakai2017-06-011-1/+1
* refactor s-expr parsing code to remove duplication and unnecessary thingsAlon Zakai2017-06-011-33/+17
* handle out of range memory size values in s-expr parsingAlon Zakai (kripken)2017-06-011-2/+10
* handle out of range break offset parsingAlon Zakai2017-06-011-0/+2
* verify s-expr parsing of alignmentsAlon Zakai2017-06-011-2/+6
* validate memory/table Address values in s-expr parsingAlon Zakai (kripken)2017-06-011-4/+20
* host op parsing error handlingAlon Zakai (kripken)2017-06-011-0/+9
* handle duplicate functions in s-expr parsingAlon Zakai (kripken)2017-06-011-0/+1
* handle duplicate function types in s-expr parsingAlon Zakai (kripken)2017-06-011-0/+2
* handle duplicate imports and globals in s-expr parsingAlon Zakai (kripken)2017-06-011-0/+6
* handle a parse error of a function declaration with mixed import insideAlon Zakai (kripken)2017-06-011-0/+1
* s-expr parsing: handle empty switchAlon Zakai (kripken)2017-06-011-0/+1
* harden s-expr parsingAlon Zakai (kripken)2017-06-011-25/+29
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-5/+55
* Validate finalization (#1014)Alon Zakai2017-05-181-0/+2
* Unreachable typing fixes (#1004)Alon Zakai2017-05-091-0/+7
* text format parsing fixes (#1002)Alon Zakai2017-05-081-4/+5
* Parsing fixes (#990)Alon Zakai2017-05-021-2/+4
* Wasm h to cpp (#926)jgravelle-google2017-03-101-14/+14
* clean up raw pointer import->functionType, make it a Name like everything els...Alon Zakai2017-02-171-4/+4
* fix table import size when no maximum is providedAlon Zakai2016-12-071-1/+1
* Binary 0xd changes (#803)Derek Schuff2016-10-261-3/+2
* Move wasm.cpp and wasm-s-parser into a library (#796)Derek Schuff2016-10-201-0/+1776