index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binary-reader-objdump.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
wasm-objdump: Fix type signature for multi-value result types (#1179)
Oliver Horn
2019-10-07
1
-4
/
+17
*
wasm-objdump: Include more information about memory segments. (#1177)
Sam Clegg
2019-09-30
1
-3
/
+14
*
wasm-objdump: Add more symbol flags (#1162)
Sam Clegg
2019-09-19
1
-12
/
+20
*
Add support for ref.null in global initializers (#1131)
Andy Wingo
2019-07-25
1
-0
/
+14
*
wasm-objdump: Improve display of comdat data (#1114)
Sam Clegg
2019-07-16
1
-1
/
+19
*
Match custom section names in wasm-objdump (#1097)
Ben Smith
2019-06-27
1
-13
/
+25
*
Add support for comdat groups in the linking section (#1087)
Sam Clegg
2019-06-04
1
-0
/
+19
*
[wasm-objdump] Fix crash on invalid reloc sections (#1084)
Sam Clegg
2019-05-17
1
-0
/
+6
*
Implement bulk memory in the interpreter (#1074)
Ben Smith
2019-05-07
1
-2
/
+4
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
1
-7
/
+14
*
Print function names on code details too (#1065)
Ben Smith
2019-04-17
1
-1
/
+6
*
Add names to locally declared globals. (#1057)
Sam Clegg
2019-04-03
1
-0
/
+4
*
Make v128.const i32x4 op conform to the SIMD draft (#1037)
gnzlbg
2019-03-28
1
-0
/
+1
*
wasm-objdump: Print names of globals used in init expression. (#1051)
Sam Clegg
2019-03-26
1
-2
/
+8
*
wasm-objdump: Include import module as part displayed name (#1049)
Sam Clegg
2019-03-21
1
-2
/
+18
*
Refactor objdump name handling a little (#1030)
Ben Smith
2019-03-03
1
-55
/
+52
*
[wasm-objdump] Show data segment names (#1028)
Sam Clegg
2019-03-03
1
-6
/
+36
*
wasm-objdump: fix f64 init expressions (#1029)
Oliver Horn
2019-03-03
1
-1
/
+1
*
[wabt-objdump] Refactored some functions to use string_view (#1027)
Wouter van Oortmerssen
2019-02-25
1
-53
/
+51
*
Improve support for event symbols and except_ref types (#1025)
Wouter van Oortmerssen
2019-02-24
1
-0
/
+51
*
Add wasm-objdump fuzzing script; fix fuzz bugs (#1023)
Ben Smith
2019-02-20
1
-2
/
+3
*
[wasm-objdump] Implemented R_WASM_EVENT_INDEX_LEB reloc type. (#1022)
Wouter van Oortmerssen
2019-02-20
1
-2
/
+0
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+8
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
1
-20
/
+8
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-16
/
+16
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-14
/
+0
*
wasm-objdump: Always show function numbers along with names (#1004)
Sam Clegg
2019-02-05
1
-3
/
+3
*
Implement parsing and writing of DataCount section (#998)
Ben Smith
2019-01-23
1
-2
/
+13
*
Update linking metadata version (#996)
Sam Clegg
2019-01-17
1
-12
/
+12
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-4
/
+4
*
Pass function body size in BinaryReader callback (#975)
Ben Smith
2018-12-12
1
-3
/
+10
*
Add needed_dynlibs to dylink section (#974)
Sam Clegg
2018-12-12
1
-0
/
+14
*
wasm-objdump: Cleanup hanlding of global names from #960 (#963)
Sam Clegg
2018-11-29
1
-12
/
+4
*
wasm-objdump: Print name of global when disassembly get/set_global (#960)
Sam Clegg
2018-11-29
1
-1
/
+16
*
Fix wasm-objdump binary opcode output (#958)
Ben Smith
2018-11-19
1
-60
/
+70
*
Support for SIMD instructions in wasm-objdump (#957)
Thomas Lively
2018-11-19
1
-0
/
+8
*
Add support for dylink section (#955)
Sam Clegg
2018-11-14
1
-0
/
+16
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-4
/
+4
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-3
/
+2
*
[objdump] Display element count in section details (#899)
Sam Clegg
2018-08-27
1
-3
/
+9
*
Pass Option structs by const reference (#888)
Ben Smith
2018-08-07
1
-3
/
+3
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
1
-13
/
+22
*
[objdump] Include elem segment offset when printing table elements (#851)
Sam Clegg
2018-06-04
1
-52
/
+60
*
Add support for new relocation types used in DWARF sections (#846)
Sam Clegg
2018-05-29
1
-3
/
+49
*
Remove old sub-sections types from linking section (#840)
Sam Clegg
2018-05-17
1
-12
/
+0
*
Print "warning" for ignored custom section errors (#843)
Ben Smith
2018-05-16
1
-2
/
+3
*
wasm-objdump: Clearly distinguish undefined symbols in symbol table (#839)
Sam Clegg
2018-05-14
1
-8
/
+7
*
Display module name in wasm-objdump (#834)
Ben Smith
2018-05-08
1
-3
/
+19
*
Add flag to ignore errors in custom sections (#833)
Ben Smith
2018-05-07
1
-1
/
+2
*
Refer to target section by index in relocation section (#830)
Sam Clegg
2018-05-03
1
-15
/
+11
[prev]
[next]