summaryrefslogtreecommitdiff
path: root/test/regress
Commit message (Expand)AuthorAgeFilesLines
* test/run-roundtrip.py: test roundtrip even with --stdout (#2505)Keith Winstein2024-11-111-1/+7
* wat-writer.cc: update text serialization of data memuse (#2501)Keith Winstein2024-11-071-0/+4
* Update testsuite (#2495)Keith Winstein2024-10-301-14/+0
* wasm-interp: Fix off-by-one in DoThrow (#2486)Soni L.2024-10-081-0/+19
* wasm-decompile: add function index comments (#2482)Kirill R.2024-10-082-2/+2
* wasm-interp: Fix catch handlers correctly (#2483)Soni L.2024-10-071-3/+15
* wasm2c: Fix handling of locals in setjmp targets (#2479)Soni L.2024-10-011-0/+25
* wasm-interp: Fix catch handlers' value stack sizes (#2478)Soni L.2024-10-011-0/+22
* Fix handling of data count without data section (#2432)Soni L.2024-09-231-0/+14
* [wasm-interp] Fix memory corruption with recursive call_indirect (#2464)Soni L.2024-09-181-0/+20
* Harden against invalid alignment (#2411)Soni L.2024-08-091-0/+21
* 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