index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DEBUG_INFO, NVPTX] Fix relocation info.
Alexey Bataev
2019-01-22
1
-22
/
+45
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AsmPrinter] Collapse .loc 0 0 directives
Jonas Devlieghere
2019-01-16
1
-1
/
+1
*
Give helper classes/functions local linkage. NFC.
Benjamin Kramer
2019-01-12
1
-2
/
+2
*
[DebugInfo] Omit location list entries with empty ranges
David Stenberg
2019-01-09
1
-0
/
+13
*
DebugInfo: Fix for missing comp_dir handling with r349207
David Blaikie
2018-12-20
1
-9
/
+10
*
DebugInfo: Fix missing local imported entities after r349207
David Blaikie
2018-12-18
1
-3
/
+3
*
DebugInfo: Avoid using split DWARF when the split unit would be empty.
David Blaikie
2018-12-14
1
-28
/
+37
*
[AsmPrinter] Rename a comment of .debug_gnu_pubnames entry
Fangrui Song
2018-11-13
1
-2
/
+2
*
DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...
David Blaikie
2018-11-13
1
-1
/
+1
*
[DWARFv5] Emit split type units in .debug_info.dwo.
Paul Robinson
2018-11-12
1
-4
/
+7
*
[DWARFv5] Emit normal type units in .debug_info comdats.
Paul Robinson
2018-11-09
1
-1
/
+6
*
NFC: DebugInfo: Track the origin CU rather than just the base address for ran...
David Blaikie
2018-11-08
1
-1
/
+2
*
MachineModuleInfo: Initialize DbgInfoAvailable depending on debug_cus existing
Matthias Braun
2018-10-31
1
-2
/
+5
*
[Codegen] - Implement basic .debug_loclists section emission (DWARF5).
George Rimar
2018-10-26
1
-51
/
+133
*
DebugInfo: Explain why DW_LLE_(GNU_)startx_length is used
David Blaikie
2018-10-25
1
-4
/
+7
*
DebugInfo: Reuse common addresses for rnglist base address selections
David Blaikie
2018-10-24
1
-0
/
+9
*
[DWARF] Use a function-local offset for AT_call_return_pc
Vedant Kumar
2018-10-22
1
-3
/
+4
*
DebugInfo: Use base address specifiers more aggressively
David Blaikie
2018-10-20
1
-1
/
+1
*
DebugInfo: Implement debug_rnglists.dwo
David Blaikie
2018-10-20
1
-0
/
+26
*
DebugInfo: Use address pool forms in debug_rnglists
David Blaikie
2018-10-20
1
-58
/
+51
*
DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5
David Blaikie
2018-10-20
1
-7
/
+9
*
Revert BTF commit series.
Eli Friedman
2018-10-12
1
-10
/
+0
*
[BPF] Add BTF generation for BPF target
Yonghong Song
2018-10-12
1
-0
/
+10
*
Revert "DwarfDebug: Pick next location in case of missing location at block b...
Matthias Braun
2018-10-11
1
-71
/
+41
*
[DebugInfo] Add support for DWARF5 call site-related attributes
Vedant Kumar
2018-10-05
1
-1
/
+67
*
DwarfDebug: Pick next location in case of missing location at block begin
Matthias Braun
2018-10-05
1
-41
/
+71
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-21
/
+19
*
[DWARF] - Emit the correct value for DW_AT_addr_base.
George Rimar
2018-09-20
1
-5
/
+7
*
[DebugInfo] Fix build when std::vector::iterator is a pointer
Kristina Brooks
2018-09-16
1
-1
/
+1
*
[DebugInfo] Do not generate label debug info if it has been processed.
Hsiangkai Wang
2018-09-06
1
-29
/
+38
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-17
1
-45
/
+90
*
DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...
David Blaikie
2018-08-16
1
-6
/
+0
*
DebugInfo: Add metadata support for disabling DWARF pub sections
David Blaikie
2018-08-16
1
-18
/
+31
*
Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...
Bruno Cardoso Lopes
2018-08-14
1
-90
/
+45
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-14
1
-45
/
+90
*
[DebugInfo] Fine tune emitting flags as part of the producer
Jonas Devlieghere
2018-08-08
1
-1
/
+1
*
[DebugInfo] Reduce debug_str_offsets section size
Pavel Labath
2018-08-07
1
-2
/
+1
*
[DEBUGINFO] Disable emission of the dwarf sections, but allow directives.
Alexey Bataev
2018-08-01
1
-0
/
+23
*
[MC] Report fatal error for DWARF types for non-ELF object files
Jonas Devlieghere
2018-08-01
1
-1
/
+3
*
[DWARF] Basic support for producing DWARFv5 .debug_addr section
Victor Leschuk
2018-08-01
1
-2
/
+7
*
[DWARF] Do not create a .debug_ranges section when no ranges are needed.
Wolfgang Pieb
2018-07-31
1
-1
/
+1
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Vlad Tsyrklevich
2018-07-31
1
-90
/
+45
*
[DebugInfo] Generate DWARF debug information for labels.
Hsiangkai Wang
2018-07-31
1
-45
/
+90
*
[DWARF v5] Reposting r337981, which was reverted in r337997 due to a test fai...
Wolfgang Pieb
2018-07-26
1
-47
/
+34
*
dwarfgen: Add support for generating the debug_str_offsets section, take 3
Pavel Labath
2018-07-26
1
-4
/
+6
*
Revert r337981: it breaks the debuginfo-tests
Alex Lorenz
2018-07-26
1
-34
/
+47
*
[DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactori...
Wolfgang Pieb
2018-07-25
1
-47
/
+34
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...
Pavel Labath
2018-07-25
1
-6
/
+4
*
dwarfgen: Add support for generating the debug_str_offsets section, take 2
Pavel Labath
2018-07-25
1
-4
/
+6
[prev]
[next]