summaryrefslogtreecommitdiff
path: root/src/binary-reader-objdump.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-4/+4
* wasm-objdump: Print local names during disassembly (#1818)Michael Williamson2022-02-021-0/+8
* objdump: Consider params when printing local decl index (#1819)Michael Williamson2022-02-011-0/+1
* Add objdump flag to print section offsets instead of file offsets (#1696)Derek Schuff2021-08-051-0/+1
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-1/+1
* Add --relocatable support for tables (#1549) (#1549)Andy Wingo2020-10-011-0/+1
* Fix integer overflow in objdump name tracking (#1524)Sam Clegg2020-08-191-3/+2
* Refactor objdump name handling a little (#1030)Ben Smith2019-03-031-5/+13
* [wasm-objdump] Show data segment names (#1028)Sam Clegg2019-03-031-0/+1
* Improve support for event symbols and except_ref types (#1025)Wouter van Oortmerssen2019-02-241-0/+1
* Add support for new relocation types used in DWARF sections (#846)Sam Clegg2018-05-291-0/+1
* Generate symbol table when creating relocations in binary-writer.cc (#794)Sam Clegg2018-03-061-0/+7
* Add support for new symbol table format (#769)Sam Clegg2018-03-051-0/+1
* Enable all reader features in objdump (#628)Sam Clegg2017-09-141-1/+0
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-3/+3
* Add saturating float truncation operators (#573)Ben Smith2017-08-161-1/+2
* Rename snake_case to MixedCase. (#579)Ben Smith2017-07-191-4/+4
* Adds the concept of exceptions to wasm-objdump (#547)KarlSchimpf2017-07-031-0/+1
* Improve display of data segments (#520)Sam Clegg2017-06-231-0/+1
* [objdump] Split out state from ObjdumpOptions (#479)Sam Clegg2017-06-061-2/+8
* wasmdump: support multiple input files (#411)Sam Clegg2017-05-031-1/+1
* Refactor wasmdump so that the disassembly pass has its own reader class (#395)Sam Clegg2017-04-051-1/+0
* Replace wabt::*vector with std::vector (#366)Ben Smith2017-03-221-7/+5
* Update relocation encoding to latest "spec" (#352)Sam Clegg2017-03-131-4/+0
* Add --debug flag to wasmdump and wasm-link (#338)Sam Clegg2017-03-071-0/+1
* Replace the Wabt/wabt prefix with a C++ namespace (#331)Ben Smith2017-03-021-17/+17
* Make most enumerations into enum classes (#329)Ben Smith2017-03-011-6/+6
* Remove struct and enum typedefs (#317)Ben Smith2017-02-241-6/+6
* Switch C files to CC files (#309)Ben Smith2017-02-231-7/+7
* Remove WabtAllocator (#307)Ben Smith2017-02-171-3/+1
* Rename all wasm prefixes to wabt (#298)Ben Smith2017-01-311-34/+34
* Add function names and relocations to wasmdump disassembly (#285)Sam Clegg2017-01-231-1/+14
* Improve wasmdump command line options (#284)Sam Clegg2017-01-201-1/+1
* Remove the "wasm-" prefix from source filesBen Smith2016-11-041-0/+55