summaryrefslogtreecommitdiff
path: root/test/dump
Commit message (Expand)AuthorAgeFilesLines
* [wasm-objdump] Fix reporting of imported 64-bit tables (#2425)Sam Clegg2024-05-221-6/+13
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-151-2/+6
* [wasm-objdump] set function types for correct params+locals indexing (#2353)Rod Vagg2023-12-131-1/+1
* WastParser: tighten parsing of folded `if` (#2349)Keith Winstein2023-12-051-2/+2
* [wasm-objdump] Print i64 values as unsigned (#2344)Rod Vagg2023-12-011-4/+4
* Update ID for tag name subsection (#2336)Michael Williamson2023-11-271-1/+1
* feat: treat non-seekable files as pipes (#2309)sethp2023-10-021-1/+1
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-068-13/+38
* wasm-objdump: Fix local numbering in disassembly (#2265)Michael Williamson2023-06-272-2/+21
* objdump: take care of opcodes whose bytes are non-canonical leb128 (#1632)Ng Zhi An2023-02-131-0/+39
* wast-parser.cc: disallow exception tag unless exceptions enabled (#2110)Keith Winstein2022-12-231-1/+1
* [wasm-objdump] Print segment offsets as unsigned (#2023)Sam Clegg2022-10-252-47/+61
* wasm-objdump: Improve disassembly of call_indirect (#1866)Sam Clegg2022-03-167-288/+315
* wasm-objdump: support extended const expressions (#1859)Sam Clegg2022-03-111-0/+197
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+43
* wasm-objdump: Print local names during disassembly (#1818)Michael Williamson2022-02-021-149/+319
* objdump: Consider params when printing local decl index (#1819)Michael Williamson2022-02-013-10/+10
* Don't include empty names for locals (#1801)Sam Clegg2022-01-081-23/+19
* Finish instruction renaming (#1792)Heejin Ahn2021-12-2029-109/+109
* Fix type names for function references (#1787)Sam Clegg2021-12-132-11/+11
* wasm-objdump: Fix disassembly output of selectT instruction (#1777)Sam Clegg2021-12-081-22/+24
* Re-generate all test expectations using `--rebase`. NFC (#1776)Sam Clegg2021-12-082-2/+6
* Show tag names in objdump disassembly (#1774)Sam Clegg2021-12-071-135/+177
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-302-2/+2
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-162-0/+362
* Fix for wasm-objdump and memory64 segment offsets (#1743)Sam Clegg2021-10-181-0/+27
* Enable reference types by default (#1729)Sam Clegg2021-10-133-9/+11
* Enable bulk memory by default (#1728)Sam Clegg2021-10-1310-6/+27
* Avoid writing DataCount section when it is not needed. (#1727)Sam Clegg2021-10-139-224/+162
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-2012-11/+3
* Add objdump flag to print section offsets instead of file offsets (#1696)Derek Schuff2021-08-051-0/+61
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+108
* Allow plain `try` with no `catch` or `delegate` (#1676)Asumu Takikawa2021-06-291-22/+32
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-90/+0
* Fix resolution of delegate labels (#1675)Asumu Takikawa2021-06-291-20/+31
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-229-75/+75
* objdump: add support for segments flags in the linking section (#1669)Sam Clegg2021-05-136-24/+24
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-0/+162
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+162
* [simd] Rename widen to extend, implement some double precision ops (#1633)Ng Zhi An2021-03-111-351/+351
* [simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)Ng Zhi An2021-03-041-148/+128
* Update rethrow depth handling and catch_all opcode (#1608)Asumu Takikawa2021-02-181-0/+87
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-105-161/+283
* objdump: Set table name based on import name (#1599)Sam Clegg2021-01-291-26/+32
* wasm-objdump: Report data segment names (#1588)Sam Clegg2020-12-092-81/+87
* wasm-objdump: display name of start function (#1581)Sam Clegg2020-12-031-11/+46
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-0397-103/+287
* wasm-objdump: Honor extended names section (#1573)Sam Clegg2020-11-203-6/+6
* Update output from type to func type in binary writer and reader (#1570)Radu M2020-11-1686-120/+120
* Rename atomic.notify, *.atomic.wait (#1564)Ben Smith2020-11-031-3/+3