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
*
[DWARF5][Debuginfo] Compilation unit type (DW_UT_skeleton) and root DIE (DW_T...
Alexey Lapshin
2019-12-05
1
-1
/
+2
*
[NFCI][DebugInfo] Corrected a comment.
Sourabh Singh Tomar
2019-12-03
1
-2
/
+2
*
[DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.
Sourabh Singh Tomar
2019-12-03
1
-2
/
+24
*
Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."
Sourabh Singh Tomar
2019-11-23
1
-18
/
+37
*
Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."
Sourabh Singh Tomar
2019-11-23
1
-37
/
+18
*
[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.
Sourabh Singh Tomar
2019-11-23
1
-18
/
+37
*
Fix PR44001: assert failure in getFunctionLocalOffsetAfterInsn
Thomas Preud'homme
2019-11-19
1
-6
/
+21
*
DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...
David Blaikie
2019-11-15
1
-1
/
+4
*
Fix typo in DwarfDebug [NFC]
David Stenberg
2019-11-13
1
-1
/
+1
*
DebugInfo: Remove redundant conditionals/checks from macro info emission
David Blaikie
2019-11-08
1
-18
/
+8
*
DebugInfo: Do not create a debug_macinfo section if no CUs have associated ma...
David Blaikie
2019-11-08
1
-4
/
+2
*
DebugInfo: Use separate macinfo contributions for each CU
David Blaikie
2019-11-08
1
-2
/
+2
*
DebugInfo: Streamline debug_ranges/rnglists/rnglists.dwo emission code
David Blaikie
2019-11-01
1
-47
/
+22
*
[ARM][AArch64][DebugInfo] Improve call site instruction interpretation
Djordje Todorovic
2019-10-30
1
-5
/
+12
*
DebugInfo: Move loclist base address from DwarfFile to DebugLocStream
David Blaikie
2019-10-17
1
-8
/
+11
*
DebugInfo: Remove unused parameter (from DwarfDebug.cpp:emitListsTableHeaderS...
David Blaikie
2019-10-17
1
-3
/
+3
*
[DebugInfo] Add a DW_OP_LLVM_entry_value operation
David Stenberg
2019-10-15
1
-5
/
+4
*
[DebugInfo] Add interface for pre-calculating the size of emitted DWARF
David Stenberg
2019-10-15
1
-5
/
+31
*
[DebugInfo] Fix truncation of call site immediates
David Stenberg
2019-10-14
1
-1
/
+1
*
DebugInfo: Use base address selection entries for debug_loc
David Blaikie
2019-10-11
1
-150
/
+115
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-2
/
+2
*
DebugInfo: Generalize rnglist emission as a precursor to reusing it for locli...
David Blaikie
2019-10-03
1
-15
/
+25
*
DebugInfo: Rename DebugLocStream::Entry::Begin/EndSym to just Begin/End
David Blaikie
2019-10-02
1
-10
/
+10
*
DebugInfo: Simplify RangeSpan to be a plain struct
David Blaikie
2019-10-02
1
-6
/
+6
*
DebugInfo: Update support for detecting C++ language variants in debug info e...
David Blaikie
2019-10-02
1
-3
/
+4
*
DebugInfo: Simplify section label caching/usage
David Blaikie
2019-09-30
1
-8
/
+4
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
Remove the obsolete BlockByRefStruct flag from LLVM IR
Adrian Prantl
2019-09-18
1
-47
/
+1
*
[Alignment] Move OffsetToAlignment to Alignment.h
Guillaume Chatelet
2019-09-12
1
-2
/
+2
*
[DWARF] Emit call site parameter info when tuning for lldb
Vedant Kumar
2019-09-11
1
-2
/
+2
*
[DebugInfo][X86] Describe call site values for zero-valued imms
David Stenberg
2019-09-08
1
-12
/
+22
*
[NFC] Make the describeLoadedValue() hook return machine operand objects
David Stenberg
2019-09-08
1
-4
/
+4
*
[DWARF] Rename getDwarf5OrGNUCallSite{Attr,Tag}, NFC
Vedant Kumar
2019-08-26
1
-2
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-7
/
+7
*
[DebugInfo] Consider debug label scope has an extra lexical block file
Taewook Oh
2019-08-14
1
-2
/
+5
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-2
/
+2
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+2
*
Fix unused variable warning for non-assert builds.
Eric Christopher
2019-07-31
1
-0
/
+1
*
Reland "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-31
1
-15
/
+197
*
Revert "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-12
1
-172
/
+15
*
[NFC][AsmPrinter] Fix the formatting for the rL365467
Djordje Todorovic
2019-07-09
1
-8
/
+6
*
[DwarfDebug] Dump call site debug info
Djordje Todorovic
2019-07-09
1
-14
/
+173
*
[DWARF] Handle the DW_OP_entry_value operand
Djordje Todorovic
2019-06-27
1
-5
/
+11
*
[IR] Add DISuprogram and DIE for a func decl
Djordje Todorovic
2019-06-27
1
-0
/
+5
*
[DebugInfo] Move Value struct out of DebugLocEntry as DbgValueLoc (NFC)
Nikola Prica
2019-06-13
1
-11
/
+11
*
[DebugInfo] More strict debug range for stack variables
Nikola Prica
2019-06-10
1
-88
/
+131
*
Stop undef fragments from closing non-overlapping fragments
David Stenberg
2019-05-28
1
-12
/
+10
*
DWARF v5: emit DW_AT_addr_base if DW_AT_low_pc references .debug_addr
Fangrui Song
2019-05-14
1
-7
/
+7
*
[DebugInfo] Delete TypedDINodeRef
Fangrui Song
2019-05-07
1
-4
/
+4
[next]