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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"
Vedant Kumar
2020-01-29
1
-3
/
+0
*
Reland: [DWARF] Allow cross-CU references of subprogram definitions
Vedant Kumar
2019-12-20
1
-0
/
+3
*
Recommit "[DebugInfo] Refactored macro related generation,
Sourabh Singh Tomar
2019-12-18
1
-0
/
+1
*
NFC: DebugInfo: Refactor debug_loc/loclist emission into a common function
David Blaikie
2019-12-12
1
-0
/
+2
*
hwasan: add tag_offset DWARF attribute to optimized debug info
Evgenii Stepanov
2019-12-12
1
-0
/
+5
*
Revert "[DWARF] Allow cross-CU references of subprogram definitions"
Vedant Kumar
2019-12-11
1
-3
/
+0
*
Revert "[DebugInfo] Refactored macro related generation, added a test case fo...
Nico Weber
2019-12-10
1
-1
/
+0
*
[DWARF] Allow cross-CU references of subprogram definitions
Vedant Kumar
2019-12-10
1
-0
/
+3
*
[DebugInfo] Refactored macro related generation, added a test case for macinf...
Sourabh Singh Tomar
2019-12-11
1
-0
/
+1
*
[DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.
Sourabh Singh Tomar
2019-12-03
1
-0
/
+2
*
DebugInfo: Streamline debug_ranges/rnglists/rnglists.dwo emission code
David Blaikie
2019-11-01
1
-0
/
+1
*
Remove the obsolete BlockByRefStruct flag from LLVM IR
Adrian Prantl
2019-09-18
1
-1
/
+0
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Reland "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-31
1
-0
/
+19
*
Revert "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-12
1
-16
/
+0
*
[DwarfDebug] Dump call site debug info
Djordje Todorovic
2019-07-09
1
-0
/
+16
*
[DWARF] Handle the DW_OP_entry_value operand
Djordje Todorovic
2019-06-27
1
-0
/
+5
*
[DebugInfo] Move Value struct out of DebugLocEntry as DbgValueLoc (NFC)
Nikola Prica
2019-06-13
1
-4
/
+4
*
[DebugInfo] More strict debug range for stack variables
Nikola Prica
2019-06-10
1
-18
/
+23
*
[DebugInfo] Delete TypedDINodeRef
Fangrui Song
2019-05-07
1
-15
/
+0
*
DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...
David Blaikie
2019-04-24
1
-0
/
+13
*
[DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFC
David Stenberg
2019-04-10
1
-1
/
+1
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-2
/
+4
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-4
/
+2
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-2
/
+4
*
[DEBUG_INFO, NVPTX] Fix relocation info.
Alexey Bataev
2019-01-22
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Move several private headers to include directory
Yonghong Song
2018-12-18
1
-2
/
+2
*
DebugInfo: Avoid using split DWARF when the split unit would be empty.
David Blaikie
2018-12-14
1
-0
/
+2
*
DebugInfo: Reuse common addresses for rnglist base address selections
David Blaikie
2018-10-24
1
-0
/
+5
*
DebugInfo: Use address pool forms in debug_rnglists
David Blaikie
2018-10-20
1
-3
/
+1
*
Revert BTF commit series.
Eli Friedman
2018-10-12
1
-3
/
+0
*
[BPF] Add BTF generation for BPF target
Yonghong Song
2018-10-12
1
-0
/
+3
*
Revert "DwarfDebug: Pick next location in case of missing location at block b...
Matthias Braun
2018-10-11
1
-3
/
+0
*
[DebugInfo] Add support for DWARF5 call site-related attributes
Vedant Kumar
2018-10-05
1
-0
/
+4
*
DwarfDebug: Pick next location in case of missing location at block begin
Matthias Braun
2018-10-05
1
-0
/
+3
*
[DebugInfo] Do not generate label debug info if it has been processed.
Hsiangkai Wang
2018-09-06
1
-4
/
+3
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-17
1
-27
/
+110
*
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
-7
/
+10
*
Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...
Bruno Cardoso Lopes
2018-08-14
1
-110
/
+27
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-14
1
-27
/
+110
*
[DWARF] Basic support for producing DWARFv5 .debug_addr section
Victor Leschuk
2018-08-01
1
-0
/
+3
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Vlad Tsyrklevich
2018-07-31
1
-109
/
+27
*
[DebugInfo] Generate DWARF debug information for labels.
Hsiangkai Wang
2018-07-31
1
-27
/
+109
*
[DWARF v5] Reposting r337981, which was reverted in r337997 due to a test fai...
Wolfgang Pieb
2018-07-26
1
-2
/
+7
*
Revert r337981: it breaks the debuginfo-tests
Alex Lorenz
2018-07-26
1
-7
/
+2
*
[DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactori...
Wolfgang Pieb
2018-07-25
1
-2
/
+7
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Shiva Chen
2018-07-24
1
-109
/
+27
*
[DebugInfo] Generate DWARF debug information for labels.
Shiva Chen
2018-07-24
1
-27
/
+109
[next]