index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-debug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename UserSection -> CustomSection. NFC (#5288)
Sam Clegg
2022-11-22
1
-4
/
+4
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
1
-1
/
+1
*
[DWARF] Warn on unsupport DWARF versions and content (#5120)
Alon Zakai
2022-10-07
1
-3
/
+10
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-1
/
+2
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-10
/
+6
*
Ignore missing CUs in DWARF rewriting (#3700)
Alon Zakai
2021-03-18
1
-2
/
+8
*
Warn when running a pass not compatible with DWARF (#3506)
Alon Zakai
2021-01-26
1
-0
/
+6
*
Debug info handling for new EH try-catch (#3496)
Alon Zakai
2021-01-25
1
-3
/
+2
*
[DWARF] Properly handle LLVM's new tombstone values (#3416)
Alon Zakai
2020-12-02
1
-4
/
+15
*
[wasm64] fix for Memory64Lowering affecting DWARF data (#3348)
Wouter van Oortmerssen
2020-11-13
1
-2
/
+10
*
DWARF: Fix handling of the end of control flow instructions (#3288)
Alon Zakai
2020-10-27
1
-0
/
+2
*
Fix low_pc updating when the expression is right at the start (#3175)
Alon Zakai
2020-09-28
1
-1
/
+1
*
DWARF: Ignore debug_loc spans that are invalid (#2939)
Alon Zakai
2020-07-01
1
-2
/
+3
*
DWARF: Never emit (0, 0) to mean an empty span in debug_loc (#2940)
Alon Zakai
2020-07-01
1
-0
/
+10
*
DWARF: Always update .debug_loc base offsets (#2936)
Alon Zakai
2020-06-30
1
-47
/
+88
*
DWARF: Track sequences so that we can handle reordering within one (#2932)
Alon Zakai
2020-06-25
1
-27
/
+43
*
DWARF: Fix sequence_end emitting (#2929)
Alon Zakai
2020-06-24
1
-2
/
+3
*
Fix DWARF location list updating with nonzero compilation unit base addr (#2...
Paolo Severini
2020-05-27
1
-3
/
+32
*
[dwarf] Handle a bad mapped base in debug_loc updating (#2859)
Alon Zakai
2020-05-18
1
-3
/
+17
*
DWARF: Ignore a compile unit with no abbreviations (#2678)
Alon Zakai
2020-03-04
1
-1
/
+1
*
DWARF: Fix debug_range handling of invalid entries (#2662)
Alon Zakai
2020-02-18
1
-18
/
+14
*
DWARF: Update DW_AT_stmt_list which are offsets into the debug_line section (...
Alon Zakai
2020-01-28
1
-21
/
+51
*
DWARF: Properly emit signed 32 bit values for advance_line (#2625)
Alon Zakai
2020-01-24
1
-1
/
+4
*
DWARF: Update .debug_loc (#2616)
Alon Zakai
2020-01-23
1
-47
/
+117
*
DWARF: Update debug_ranges (#2612)
Alon Zakai
2020-01-22
1
-2
/
+55
*
DWARF: Fix debug lines in fannkuch -O0 (#2611)
Alon Zakai
2020-01-22
1
-6
/
+18
*
DWARF: Use end_sequence and copy properly (#2610)
Alon Zakai
2020-01-22
1
-6
/
+12
*
DWARF: Allow debug lines with column 0 (#2609)
Alon Zakai
2020-01-22
1
-2
/
+2
*
DWARF: Track more function locations (#2604)
Alon Zakai
2020-01-22
1
-27
/
+68
*
DWARF: Track the positions of 'end', 'else', 'catch' binary locations (#2603)
Alon Zakai
2020-01-21
1
-13
/
+58
*
Update debug line info with function entries (#2600)
Alon Zakai
2020-01-17
1
-1
/
+12
*
Use BinaryLocation instead of hardcoding uint32_t (#2598)
Alon Zakai
2020-01-16
1
-17
/
+17
*
DWARF: high_pc computation (#2595)
Alon Zakai
2020-01-16
1
-46
/
+113
*
DWARF: Function location tracking (#2592)
Alon Zakai
2020-01-16
1
-32
/
+90
*
DWARF updating: update DW_AT_low_pc attributes (#2584)
Alon Zakai
2020-01-14
1
-18
/
+102
*
Omit DWARF debug line ranges starting with 0 (#2587)
Alon Zakai
2020-01-14
1
-0
/
+25
*
DWARF support for multiple line tables (#2557)
Alon Zakai
2020-01-09
1
-23
/
+43
*
DWARF debug line updating (#2545)
Alon Zakai
2019-12-20
1
-11
/
+305
*
DWARF parsing and writing support using LLVM (#2520)
Alon Zakai
2019-12-19
1
-0
/
+151