summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-s-parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Passive segments (#1976)Thomas Lively2019-04-051-10/+18
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-3/+3
* Update v128.const text formats (#1934)Thomas Lively2019-03-191-27/+29
* Consistently optimize small added constants into load/store offsets (#1924)Alon Zakai2019-03-011-2/+2
* throw an early error in s-expr-parsing makeBlock, if not inside a function (#...Alon Zakai2019-02-061-0/+1
* Bulk memory operations (#1892)Thomas Lively2019-02-051-0/+35
* More misc ASAN fixes (#1882)Alon Zakai2019-01-221-0/+3
* Misc minor ASAN fixes (#1869)Alon Zakai2019-01-161-4/+3
* Code style improvements (#1868)Alon Zakai2019-01-151-2/+2
* Require unique_ptr to Module::addFunctionType() (#1672)Paweł Bylica2019-01-101-2/+2
* Massive renaming (#1855)Thomas Lively2019-01-071-5/+5
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-4/+4
* SIMD (#1820)Thomas Lively2018-12-131-2/+125
* Fuzzing: log values during execution (#1779)Alon Zakai2018-11-301-1/+1
* Add support for a mutable globals as a Feature (#1785)Sam Clegg2018-11-301-2/+4
* Generate sexp instruction parser (#1754)Thomas Lively2018-11-191-290/+12
* Fix alignment in MixedAllocator (#1740)Alon Zakai2018-11-131-1/+1
* add support for new call_indirect syntax ; fixes #1724 (#1725)Alon Zakai2018-11-051-8/+29
* Support 4GB Memories (#1702)Alon Zakai2018-10-151-2/+5
* 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