summaryrefslogtreecommitdiff
path: root/src/binary-reader-objdump.cc
Commit message (Expand)AuthorAgeFilesLines
* Honor -DWERROR=ON for all cmake targets (#1850)Sam Clegg2022-03-071-2/+2
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+29
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-136/+144
* wasm-objdump: Print local names during disassembly (#1818)Michael Williamson2022-02-021-0/+42
* objdump: Consider params when printing local decl index (#1819)Michael Williamson2022-02-011-1/+10
* Fix erroneous reporting of "Data reloctions outside of segments" (#1800)Sam Clegg2022-01-071-2/+8
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-4/+8
* Fix type names for function references (#1787)Sam Clegg2021-12-131-13/+13
* wasm-objdump: centralize opcode size calculations. NFC (#1778)Sam Clegg2021-12-081-39/+26
* wasm-objdump: Fix disassembly output of selectT instruction (#1777)Sam Clegg2021-12-081-1/+5
* Show tag names in objdump disassembly (#1774)Sam Clegg2021-12-071-0/+7
* Perform init expression validation outside of the binary reader. NFC (#1770)Sam Clegg2021-12-021-58/+117
* Refactor init expressions handling in binary-reader-objdump.cc. NFC (#1755)Sam Clegg2021-11-051-35/+42
* Remove separate OnEndFunc vs OnEndExpr. (#1756)Sam Clegg2021-11-051-6/+0
* Add support for target_features section (#1744)Sam Clegg2021-10-191-1/+8
* Support for import/export info in dylink section (#1741)Sam Clegg2021-10-191-0/+30
* Fix for wasm-objdump and memory64 segment offsets (#1743)Sam Clegg2021-10-181-8/+10
* Support TLS symbol flag (#1706)Sam Clegg2021-09-091-0/+4
* Add objdump flag to print section offsets instead of file offsets (#1696)Derek Schuff2021-08-051-3/+11
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-1/+0
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-51/+50
* objdump: add support for segments flags in the linking section (#1669)Sam Clegg2021-05-131-8/+44
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+10
* objdump: fix typo (#1614)Sam Clegg2021-03-021-1/+1
* Update rethrow depth handling and catch_all opcode (#1608)Asumu Takikawa2021-02-181-0/+1
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-0/+11
* objdump: Set table name based on import name (#1599)Sam Clegg2021-01-291-0/+11
* wasm-objdump: Report data segment names (#1588)Sam Clegg2020-12-091-2/+19
* wasm-objdump: display name of start function (#1581)Sam Clegg2020-12-031-1/+6
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-10/+15
* wasm-objdump: Honor extended names section (#1573)Sam Clegg2020-11-201-0/+27
* Add initial support for extended names sections (#1554)Sam Clegg2020-10-021-0/+12
* Add --relocatable support for tables (#1549) (#1549)Andy Wingo2020-10-011-1/+41
* Fix integer overflow in objdump name tracking (#1524)Sam Clegg2020-08-191-14/+15
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-6/+19
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-6/+19
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-0/+17
* Move more functionality into the v128 type (#1363)Ben Smith2020-03-201-4/+4
* Add wasm-objdump support for structs (#1361)Ben Smith2020-03-191-0/+21
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-10/+10
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-281-12/+12
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-4/+8
* Use standard C++11 on GNU/Clang compilers (#1333)okuoku2020-02-181-0/+4
* Cygwin build fixes (#1332)okuoku2020-02-111-1/+1
* Support reading from stdin in ReadFile (#1313)Sam Clegg2020-01-231-0/+3
* reference-types: Add reference-types spec tests (#1225)Sam Clegg2019-11-251-4/+22
* Switch to treating segment flags as a bitfield. NFC (#1232)Sam Clegg2019-11-181-14/+15
* wasm-objdump: Fix output for passive data elem segments (#1211)Sam Clegg2019-11-071-2/+8
* wasm-objdump: Consistent output of table types (#1198)Oliver Horn2019-10-281-4/+5
* wasm-objdump: Print `br_table` immediates (#1186)Oliver Horn2019-10-141-2/+8