summaryrefslogtreecommitdiff
path: root/src/binary-reader-objdump.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* wasm-objdump: fix f64 init expressions (#1029)Oliver Horn2019-03-031-1/+1
* [wabt-objdump] Refactored some functions to use string_view (#1027)Wouter van Oortmerssen2019-02-251-53/+51
* Improve support for event symbols and except_ref types (#1025)Wouter van Oortmerssen2019-02-241-0/+51
* Add wasm-objdump fuzzing script; fix fuzz bugs (#1023)Ben Smith2019-02-201-2/+3
* [wasm-objdump] Implemented R_WASM_EVENT_INDEX_LEB reloc type. (#1022)Wouter van Oortmerssen2019-02-201-2/+0
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-0/+8
* Parse updated event text and binary format (#1014)Ben Smith2019-02-121-20/+8
* Rename exception -> event (#1013)Ben Smith2019-02-111-16/+16
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-14/+0
* wasm-objdump: Always show function numbers along with names (#1004)Sam Clegg2019-02-051-3/+3
* Implement parsing and writing of DataCount section (#998)Ben Smith2019-01-231-2/+13
* Update linking metadata version (#996)Sam Clegg2019-01-171-12/+12
* The great renaming (#985)Ben Smith2018-12-191-4/+4
* Pass function body size in BinaryReader callback (#975)Ben Smith2018-12-121-3/+10
* Add needed_dynlibs to dylink section (#974)Sam Clegg2018-12-121-0/+14
* wasm-objdump: Cleanup hanlding of global names from #960 (#963)Sam Clegg2018-11-291-12/+4
* wasm-objdump: Print name of global when disassembly get/set_global (#960)Sam Clegg2018-11-291-1/+16
* Fix wasm-objdump binary opcode output (#958)Ben Smith2018-11-191-60/+70
* Support for SIMD instructions in wasm-objdump (#957)Thomas Lively2018-11-191-0/+8
* Add support for dylink section (#955)Sam Clegg2018-11-141-0/+16
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-4/+4
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-3/+2
* [objdump] Display element count in section details (#899)Sam Clegg2018-08-271-3/+9
* Pass Option structs by const reference (#888)Ben Smith2018-08-071-3/+3
* Add support for multi-value proposal (#861)Ben Smith2018-06-141-13/+22
* [objdump] Include elem segment offset when printing table elements (#851)Sam Clegg2018-06-041-52/+60
* Add support for new relocation types used in DWARF sections (#846)Sam Clegg2018-05-291-3/+49
* Remove old sub-sections types from linking section (#840)Sam Clegg2018-05-171-12/+0
* Print "warning" for ignored custom section errors (#843)Ben Smith2018-05-161-2/+3
* wasm-objdump: Clearly distinguish undefined symbols in symbol table (#839)Sam Clegg2018-05-141-8/+7
* Display module name in wasm-objdump (#834)Ben Smith2018-05-081-3/+19
* Add flag to ignore errors in custom sections (#833)Ben Smith2018-05-071-1/+2
* Refer to target section by index in relocation section (#830)Sam Clegg2018-05-031-15/+11