summaryrefslogtreecommitdiff
path: root/test/dump/relocations.txt
Commit message (Expand)AuthorAgeFilesLines
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-1/+1
* wasm-objdump: Improve disassembly of call_indirect (#1866)Sam Clegg2022-03-161-1/+1
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-2/+2
* Enable reference types by default (#1729)Sam Clegg2021-10-131-7/+10
* objdump: add support for segments flags in the linking section (#1669)Sam Clegg2021-05-131-5/+5
* Add --relocatable support for tables (#1549) (#1549)Andy Wingo2020-10-011-4/+42
* Eager symbol tables (#1537)Andy Wingo2020-09-161-8/+8
* wat2wasm: type relocations (#1525)sammax2020-08-201-22/+29
* wasm-objdump: Include import module as part displayed name (#1049)Sam Clegg2019-03-211-2/+2
* Rename relocation types (#1005)Sam Clegg2019-02-061-3/+3
* wasm-objdump: Always show function numbers along with names (#1004)Sam Clegg2019-02-051-1/+1
* The great renaming (#985)Ben Smith2018-12-191-1/+1
* Pass function body size in BinaryReader callback (#975)Ben Smith2018-12-121-1/+1
* wasm-objdump: Print name of global when disassembly get/set_global (#960)Sam Clegg2018-11-291-1/+1
* Refer to target section by index in relocation section (#830)Sam Clegg2018-05-031-3/+3
* Generate symbol table when creating relocations in binary-writer.cc (#794)Sam Clegg2018-03-061-9/+9
* objdump: Use the export name for a function if one exists (#796)Sam Clegg2018-03-061-3/+3
* Write linking metadata before relocations (#792)Sam Clegg2018-03-051-3/+3
* Add support for new symbol table format (#769)Sam Clegg2018-03-051-2/+2
* Remove `run-objdump.py`; replace with `RUN` cmds (#732)Ben Smith2018-01-241-1/+2
* Rename run args (#728)Ben Smith2018-01-211-1/+1
* Always create linking section with write relocatable wasm files (#688)Sam Clegg2017-12-051-0/+1
* Update relocation names to match tool convention doc (#603)Ben Smith2017-08-311-3/+3
* Rename wasmdump to wasm-objdump (#455)Sam Clegg2017-05-251-1/+1
* [wasmdump] Display function names at call sites in disassembly (#441)Sam Clegg2017-05-191-1/+1
* Regenerate expected test output (#423)Sam Clegg2017-05-101-0/+1
* Use 8 hex digits for wasm version rather than 6. (#391)pipcet2017-04-051-1/+1
* Add dump test that shows inline relocations (#387)Sam Clegg2017-04-041-0/+39