summaryrefslogtreecommitdiff
path: root/test/regress
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: Use wabt::StripExtension (#2424)Soni L2024-05-201-0/+3
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-131-1/+3
* WastParser: tighten parsing of folded `if` (#2349)Keith Winstein2023-12-051-30/+2
* BinaryReader/Writer: roundtrip large memory64 offsets (#2255)Keith Winstein2023-06-201-0/+13
* src/leb128.cc: fix detection of too-big u64 LEB128s (#2256)Keith Winstein2023-06-091-0/+29
* binary-reader.cc: detect more malformed modules (#2251)Keith Winstein2023-06-081-2/+1
* WastParser: allow empty modules/scripts with warning (#2248)Keith Winstein2023-06-071-1/+1
* WastParser::ErrorExpected: ensure there is a token to consume (#2247)Keith Winstein2023-06-071-0/+6
* c-writer.cc: Correctly handle label names when branching out of try block (#2...Keith Winstein2023-05-081-0/+12
* BinaryReader/BinaryReaderIR: check for missing end markers (#2218)Keith Winstein2023-05-031-0/+11
* wasm2c exception handling: fix unwinding after br inside try (#2204)Soni L2023-04-211-0/+28
* Improve lexing and parsing of invalid annotations (again) (#2166)Keith Winstein2023-03-104-5/+33
* Improve lexing of invalid annotations (#2150)Keith Winstein2023-02-251-0/+12
* wast-parser.cc: disallow exception tag unless exceptions enabled (#2110)Keith Winstein2022-12-231-0/+11
* wasm2c: handle duplicate names across module fields (#2035)Keith Winstein2022-11-301-0/+17
* BinaryReaderIR: fix mis-binding of tags with debug name (#2040)Keith Winstein2022-11-041-0/+6
* [spectest-interp] Fix SIMD lane extraction bug (#1993)Marcus Better2022-09-171-0/+136
* Fix several issues found by fuzzing (#1931)20192022-09-172-0/+34
* update br_table validation rule + enforce module validity in spectest-interp ...Keith Winstein2022-04-131-1/+1
* Fix function body start/end locations in wasm-validate (#1842)Sam Clegg2022-03-021-1/+1
* Finish instruction renaming (#1792)Heejin Ahn2021-12-206-10/+10
* Remove check from binary-reader-interp.cc that the validator already catches....Sam Clegg2021-12-136-9/+9
* Share validation code between constant expressions and function bodies. NFC (...Sam Clegg2021-12-102-2/+2
* Add error locations to BinaryReaderInterp (#1780)Sam Clegg2021-12-093-3/+3
* Remove separate OnEndFunc vs OnEndExpr. (#1756)Sam Clegg2021-11-051-2/+2
* Enable bulk memory by default (#1728)Sam Clegg2021-10-132-4/+4
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-202-3/+1
* [simd] Correctly shift alignment_log2 (#1699)Ng Zhi An2021-08-061-0/+11
* Memory64: support 64-bit data init-expr (#1656)Wouter van Oortmerssen2021-04-051-1/+1
* Update testsuite to 646b43e (#1555)Wouter van Oortmerssen2020-09-301-4/+0
* wat2wasm: type relocations (#1525)sammax2020-08-201-3/+4
* Share validator between IR + binary-reader-interp (#1346)Ben Smith2020-02-272-2/+2
* New interpreter (#1330)Ben Smith2020-02-211-1/+1
* Move ValidateFuncSignatures after ParseModuleWat (#1338)Ben Smith2020-02-211-1/+1
* [wat2wasm] Passive segments require bulk memory (#1203)Ben Smith2020-01-082-2/+11
* [wat2wasm] Don't crash on unsupported reloc type (#1202)Ben Smith2020-01-081-0/+25
* Update spec testsuite (#1237)Sam Clegg2019-11-221-3/+3
* Fix some bugs w/ wast2json and SIMD (#1140)Ben Smith2019-08-101-0/+15
* Fix fuzzing bugs in wat2wasm (#1129)Ben Smith2019-07-243-2/+20
* Fix crash when newlines are in string tokens (#1121)Ben Smith2019-07-191-0/+13
* Fix assertion in WastLexer::IsCharClass() (#1119)Ben Smith2019-07-181-0/+14
* Fix value dropping bug in return_call (#1112)Ben Smith2019-07-151-0/+18
* Fix wasm-interp assertions (#1092)Ben Smith2019-06-073-0/+58
* Fix infinite loop in lexer w/ bad character (#1061)Ben Smith2019-04-101-0/+0
* Fix segfault when running `wat2wasm -d` (#990)Ben Smith2018-12-201-0/+7
* The great renaming (#985)Ben Smith2018-12-191-1/+1
* Handle mismatch in function/code section (#959)Ben Smith2018-11-281-0/+13
* Set `end_loc` in folded `if` expressions (#940)Ben Smith2018-10-301-0/+71
* Check type use vs. explicit sig. in call_indirect (#937)Ben Smith2018-10-301-0/+14
* Fix: set_global on immutable global is invalid (#895)Ben Smith2018-08-151-0/+15