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
*
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
*
Emit template type and value parameter DIEs for template variables.
Matthew Voss
2018-10-03
1
-0
/
+3
*
[DebugInfo] Do not generate address info for removed debug labels.
Hsiangkai Wang
2018-09-26
1
-4
/
+3
*
Revert "[DebugInfo] Do not generate address info for removed debug labels."
Justin Bogner
2018-09-25
1
-3
/
+4
*
[DebugInfo] Do not generate address info for removed debug labels.
Hsiangkai Wang
2018-09-25
1
-4
/
+3
*
Remove addBlockByrefAddress(), it is dead code as far as clang is concerned.
Adrian Prantl
2018-09-08
1
-2
/
+0
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-17
1
-26
/
+62
*
Fix "control reaches end of non-void function" -Wreturn-type warning. NFCI.
Simon Pilgrim
2018-08-17
1
-0
/
+1
*
DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...
David Blaikie
2018-08-16
1
-2
/
+2
*
DebugInfo: Add metadata support for disabling DWARF pub sections
David Blaikie
2018-08-16
1
-10
/
+14
*
Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...
Bruno Cardoso Lopes
2018-08-14
1
-62
/
+26
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-14
1
-26
/
+62
*
[AArch64] DWARF: do not generate AT_location for thread local
Lei Liu
2018-08-01
1
-0
/
+4
*
[DEBUGINFO] Disable emission of the dwarf sections, but allow directives.
Alexey Bataev
2018-08-01
1
-1
/
+4
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Vlad Tsyrklevich
2018-07-31
1
-62
/
+26
*
[DebugInfo] Generate DWARF debug information for labels.
Hsiangkai Wang
2018-07-31
1
-26
/
+62
*
[DWARF v5] Reposting r337981, which was reverted in r337997 due to a test fai...
Wolfgang Pieb
2018-07-26
1
-2
/
+0
*
[DEBUGINFO, NVPTX] Emit correct debug information for local variables.
Alexey Bataev
2018-07-26
1
-2
/
+5
*
[DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_call_frame_cfa`.
Alexey Bataev
2018-07-26
1
-4
/
+10
*
Revert r337981: it breaks the debuginfo-tests
Alex Lorenz
2018-07-26
1
-0
/
+2
*
[DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactori...
Wolfgang Pieb
2018-07-25
1
-2
/
+0
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Shiva Chen
2018-07-24
1
-62
/
+26
*
[DebugInfo] Generate DWARF debug information for labels.
Shiva Chen
2018-07-24
1
-26
/
+62
*
[DWARF v5] Generate range list tables into the .debug_rnglists section. No su...
Wolfgang Pieb
2018-07-12
1
-7
/
+16
*
[DWARFv5] Put the DWO ID in its place.
Paul Robinson
2018-05-22
1
-0
/
+2
*
[CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctly
Pavel Labath
2018-05-14
1
-1
/
+2
*
DwarfCompileUnit: Fix another assertion failure on malformed input
Adrian Prantl
2018-05-04
1
-1
/
+1
*
Fix a bug that prevents global variables from having a DW_OP_deref.
Adrian Prantl
2018-04-27
1
-2
/
+7
*
Revert "Fix a bug that prevents global variables from having a DW_OP_deref."
Adrian Prantl
2018-04-26
1
-3
/
+2
*
Fix a bug that prevents global variables from having a DW_OP_deref.
Adrian Prantl
2018-04-26
1
-2
/
+3
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
[DEBUGINFO] Add flag for DWARF2 to use sections as references.
Alexey Bataev
2018-03-23
1
-4
/
+9
*
[DEBUGINFO] Add -no-dwarf-debug-ranges option.
Alexey Bataev
2018-03-20
1
-3
/
+4
*
[DEBUGINFO] Add flag -no-dwarf-pub-sections to disable pub sections.
Alexey Bataev
2018-03-20
1
-1
/
+2
*
Revert "[DEBUGINFO] Add flag for DWARF2 or less to use sections as references."
Alexey Bataev
2018-03-01
1
-15
/
+8
*
[TLS] use emulated TLS if the target supports only this mode
Chih-Hung Hsieh
2018-02-28
1
-1
/
+1
*
[DEBUGINFO] Add flag for DWARF2 or less to use sections as references.
Alexey Bataev
2018-02-28
1
-8
/
+15
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-2
/
+3
*
Use a stable topological sort in DwarfCompileUnit::createScopeChildrenDIE()
Adrian Prantl
2018-02-08
1
-13
/
+67
*
Fix a crash when emitting DIEs for variable-length arrays
Adrian Prantl
2018-02-06
1
-1
/
+29
*
[DebugInfo] Fix fragment offset emission order for symbol locations
Mikael Holmen
2018-01-29
1
-3
/
+4
*
[DebugInfo] Emit DWARF reference for DIVariable 'count' in DISubrange
Sander de Smalen
2018-01-24
1
-0
/
+1
*
[DWARFv5] CodeGen support for MD5 file checksums
Paul Robinson
2018-01-12
1
-9
/
+7
*
[DWARFv5] MC support for MD5 file checksums
Paul Robinson
2018-01-09
1
-3
/
+4
[next]