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
...
*
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
*
[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.
Markus Lavin
2019-04-30
1
-0
/
+4
*
DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...
David Blaikie
2019-04-24
1
-0
/
+16
*
Reapply: "DebugInfo: Emit only one kind of accelerated access/name table""
David Blaikie
2019-04-23
1
-1
/
+1
*
Revert "DebugInfo: Emit only one kind of accelerated access/name table"
David Blaikie
2019-04-23
1
-3
/
+0
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-13
/
+12
*
DebugInfo: Emit only one kind of accelerated access/name table
David Blaikie
2019-04-22
1
-0
/
+3
*
[DebugInfo] Improve handling of clobbered fragments
David Stenberg
2019-04-10
1
-47
/
+83
*
[DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFC
David Stenberg
2019-04-10
1
-14
/
+13
*
[DebugInfo] Make InstrRange into a class, NFC
David Stenberg
2019-04-10
1
-5
/
+5
*
[DebugInfo] Pass all values in DebugLocEntry's constructor, NFC
David Stenberg
2019-04-09
1
-18
/
+5
*
[DebugInfo] Remove redundant DebugLocEntry::MergeValues() function, NFC
David Stenberg
2019-04-09
1
-50
/
+4
*
Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...
Ali Tamur
2019-03-26
1
-1
/
+0
*
[llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."
Ali Tamur
2019-03-26
1
-0
/
+1
*
Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."
Ali Tamur
2019-03-25
1
-1
/
+0
*
[llvm] Prevent duplicate files in debug line header in dwarf 5.
Ali Tamur
2019-03-25
1
-0
/
+1
*
[DwarfDebug] Skip entries to big for 16 bit size field in Dwarf < 5.
Florian Hahn
2019-03-19
1
-1
/
+7
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-12
/
+69
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-69
/
+12
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-12
/
+69
*
DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anythi...
David Blaikie
2019-02-12
1
-2
/
+2
*
[DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...
Wolfgang Pieb
2019-02-01
1
-2
/
+4
*
[TEST][COMMIT] - fix comment typo in AsmPrinter/DwarfDebug.cpp - NFC
Tom Weaver
2019-01-25
1
-1
/
+1
[prev]
[next]