summaryrefslogtreecommitdiff
path: root/src/binary-reader-objdump.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* wasm-objdump: Fix type signature for multi-value result types (#1179)Oliver Horn2019-10-071-4/+17
* wasm-objdump: Include more information about memory segments. (#1177)Sam Clegg2019-09-301-3/+14
* wasm-objdump: Add more symbol flags (#1162)Sam Clegg2019-09-191-12/+20
* Add support for ref.null in global initializers (#1131)Andy Wingo2019-07-251-0/+14
* wasm-objdump: Improve display of comdat data (#1114)Sam Clegg2019-07-161-1/+19
* Match custom section names in wasm-objdump (#1097)Ben Smith2019-06-271-13/+25
* Add support for comdat groups in the linking section (#1087)Sam Clegg2019-06-041-0/+19
* [wasm-objdump] Fix crash on invalid reloc sections (#1084)Sam Clegg2019-05-171-0/+6
* Implement bulk memory in the interpreter (#1074)Ben Smith2019-05-071-2/+4
* Proper encoding of passive element segments (#1066)Ben Smith2019-04-181-7/+14
* Print function names on code details too (#1065)Ben Smith2019-04-171-1/+6
* Add names to locally declared globals. (#1057)Sam Clegg2019-04-031-0/+4
* Make v128.const i32x4 op conform to the SIMD draft (#1037)gnzlbg2019-03-281-0/+1
* wasm-objdump: Print names of globals used in init expression. (#1051)Sam Clegg2019-03-261-2/+8
* wasm-objdump: Include import module as part displayed name (#1049)Sam Clegg2019-03-211-2/+18
* Refactor objdump name handling a little (#1030)Ben Smith2019-03-031-55/+52
* [wasm-objdump] Show data segment names (#1028)Sam Clegg2019-03-031-6/+36