summaryrefslogtreecommitdiff
path: root/src/resolve-names.cc
Commit message (Expand)AuthorAgeFilesLines
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-0/+19
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-111-1/+1
* C++20 compatibility fixesShravan Narayan2023-07-021-6/+6
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-5/+5
* Support multi-memory in all memory ops and in apply/resolve-names (#1962)Keith Winstein2022-08-151-0/+12
* wast2json: write binary modules verbatim (#1932)Ben Smith2022-06-031-0/+4
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-4/+2
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-061-0/+1
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-0/+38
* Delay validation of elem init expressions until validation time (#1730)Sam Clegg2021-10-141-3/+4
* Fix resolution of delegate labels (#1675)Asumu Takikawa2021-06-291-0/+6
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-14/+14
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-7/+22
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-0/+7
* Add TypeEntry, base class for type section entries (#1349)Ben Smith2020-02-281-2/+2
* Update testsuite (#1308)Ben Smith2020-01-161-1/+0
* Update testsuite (#1275)Sam Clegg2020-01-091-2/+0
* reference-types: add table.fill instruction (#1252)Sam Clegg2019-11-251-0/+6
* wast2json: add new `assert_return_func` assertion type (#1224)Sam Clegg2019-11-151-0/+1
* reference-types: Add multi-table support to the interpreter (#1218)Sam Clegg2019-11-141-1/+2
* Initial implementation of reftype proposal in the interpreter. (#1206)Sam Clegg2019-11-071-0/+6
* Check for redefinitions of elem segments (#1193)Sam Clegg2019-10-211-0/+1
* Proper encoding of passive element segments (#1066)Ben Smith2019-04-181-2/+5
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-0/+26
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-0/+7
* Parse updated event text and binary format (#1014)Ben Smith2019-02-121-0/+9
* Rename exception -> event (#1013)Ben Smith2019-02-111-7/+7
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-14/+0
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-301-4/+4
* The great renaming (#985)Ben Smith2018-12-191-21/+21
* Combine param_binding and local_binding in IR (#969)Ben Smith2018-12-041-7/+20
* Add more bulk memory tests; use vars for segments (#930)Ben Smith2018-10-151-0/+34
* Implemented tail call instructions: (#926)Francis McCabe2018-10-121-0/+14
* Fix some multi-value bugs; run spec testsBen Smith2018-09-061-1/+12
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-16/+13
* Move WastLexer out of NameResolver, Validator, etc.Ben Smith2018-09-041-17/+8
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-021-16/+13
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-5/+10
* Update testsuite; call_indirect has new syntax (#667)Ben Smith2017-11-111-1/+2
* Fix some fuzzer-found regressions (#647)Ben Smith2017-10-061-2/+2
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-7/+7
* Clean up various structs in ir.h (#595)Ben Smith2017-08-261-11/+12
* Rewrite parser as recursive descent (#591)Ben Smith2017-08-151-0/+2
* Rename snake_case to MixedCase. (#579)Ben Smith2017-07-191-7/+7
* Remove uses of StringSlice from IR (#559)Ben Smith2017-07-071-11/+9
* Use std::string instead of StringSlice in Var (#556)Ben Smith2017-07-061-19/+13
* Remove BinaryErrorHandler, rename SourceErrorHandler (#553)Ben Smith2017-07-061-8/+6
* Use type hierarchy for Command instead of union (#538)Ben Smith2017-06-271-14/+6
* Refactor Expr as class hierarchy instead of union (#524)Ben Smith2017-06-231-58/+58
* Consistent comments when ending anonymous namespace (#521)Sam Clegg2017-06-231-1/+1