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
/
DwarfCompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"
Vedant Kumar
2020-01-29
1
-2
/
+2
*
DebugInfo: Remove out of date comment
David Blaikie
2019-12-21
1
-4
/
+0
*
Reland: [DWARF] Allow cross-CU references of subprogram definitions
Vedant Kumar
2019-12-20
1
-2
/
+2
*
Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLoc...
David Blaikie
2019-12-18
1
-2
/
+2
*
Temporarily revert "NFC: DebugInfo: Refactor RangeSpanList to be a struct, li...
Eric Christopher
2019-12-12
1
-2
/
+2
*
NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::List
David Blaikie
2019-12-12
1
-2
/
+2
*
hwasan: add tag_offset DWARF attribute to optimized debug info
Evgenii Stepanov
2019-12-12
1
-0
/
+16
*
Revert "[DWARF] Allow cross-CU references of subprogram definitions"
Vedant Kumar
2019-12-11
1
-2
/
+2
*
[DWARF] Allow cross-CU references of subprogram definitions
Vedant Kumar
2019-12-10
1
-2
/
+2
*
[DWARF5][Debuginfo] Compilation unit type (DW_UT_skeleton) and root DIE (DW_T...
Alexey Lapshin
2019-12-05
1
-2
/
+15
*
DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...
David Blaikie
2019-11-15
1
-2
/
+5
*
[DebugInfo] Add a DW_OP_LLVM_entry_value operation
David Stenberg
2019-10-15
1
-1
/
+1
*
DebugInfo: Reduce the scope of some variables related to debug_ranges emission
David Blaikie
2019-10-11
1
-14
/
+11
*
DebugInfo: Simplify RangeSpan to be a plain struct
David Blaikie
2019-10-02
1
-6
/
+6
*
DebugInfo: Simplify section label caching/usage
David Blaikie
2019-09-30
1
-1
/
+0
*
Remove the obsolete BlockByRefStruct flag from LLVM IR
Adrian Prantl
2019-09-18
1
-8
/
+0
*
[DwarfExpression] Disallow some rewrites to avoid undefined behavior
Bjorn Pettersson
2019-09-07
1
-2
/
+1
*
[DWARF] Rename getDwarf5OrGNUCallSite{Attr,Tag}, NFC
Vedant Kumar
2019-08-26
1
-15
/
+11
*
[DWARF] Pick the DWARF5 OP_entry_value opcode on Darwin
Vedant Kumar
2019-08-26
1
-4
/
+19
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+1
*
Reland "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-31
1
-17
/
+91
*
DWARF: Skip zero column for inline call sites
David Blaikie
2019-07-16
1
-1
/
+2
*
[DebugInfo] Add column info for inline sites
Jonas Devlieghere
2019-07-12
1
-0
/
+1
*
Revert "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-12
1
-91
/
+17
*
[NFC][AsmPrinter] Fix the formatting for the rL365467
Djordje Todorovic
2019-07-09
1
-15
/
+15
*
[DwarfDebug] Dump call site debug info
Djordje Todorovic
2019-07-09
1
-13
/
+87
*
Reland "[LiveDebugValues] Emit the debug entry values"
Djordje Todorovic
2019-07-09
1
-0
/
+6
*
hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.
Peter Collingbourne
2019-06-17
1
-0
/
+3
*
[DebugInfo] More strict debug range for stack variables
Nikola Prica
2019-06-10
1
-21
/
+12
*
[DebugInfo] Delete TypedDINodeRef
Fangrui Song
2019-05-07
1
-6
/
+6
*
DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...
David Blaikie
2019-04-24
1
-0
/
+4
*
Reapply: "DebugInfo: Emit only one kind of accelerated access/name table""
David Blaikie
2019-04-23
1
-1
/
+3
*
Revert "DebugInfo: Emit only one kind of accelerated access/name table"
David Blaikie
2019-04-23
1
-3
/
+1
*
DebugInfo: Emit only one kind of accelerated access/name table
David Blaikie
2019-04-22
1
-1
/
+3
*
Add LLVM IR debug info support for Fortran COMMON blocks
Adrian Prantl
2019-04-08
1
-2
/
+28
*
NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.
Eric Christopher
2019-04-04
1
-1
/
+1
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-0
/
+25
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-24
/
+0
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-0
/
+24
*
[DEBUG_INFO][NVPTX] Generate DW_AT_address_class to get the values in debugger.
Alexey Bataev
2019-02-05
1
-2
/
+54
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnit
David Blaikie
2018-12-14
1
-0
/
+9
*
NFC: DebugInfo: Track the origin CU rather than just the base address for ran...
David Blaikie
2018-11-08
1
-2
/
+1
*
DebugInfo: Reuse common addresses for rnglist base address selections
David Blaikie
2018-10-24
1
-0
/
+1
*
[DWARF] Use a function-local offset for AT_call_return_pc
Vedant Kumar
2018-10-22
1
-3
/
+9
*
DebugInfo: Implement debug_rnglists.dwo
David Blaikie
2018-10-20
1
-3
/
+3
*
DebugInfo: Use address pool forms in debug_rnglists
David Blaikie
2018-10-20
1
-10
/
+16
*
DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5
David Blaikie
2018-10-20
1
-2
/
+4
*
[DebugInfo] Add support for DWARF5 call site-related attributes
Vedant Kumar
2018-10-05
1
-1
/
+30
[next]