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