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
/
IR
/
DebugInfoMetadata.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot
Adrian Prantl
2019-12-20
1
-3
/
+3
*
Reapply: [DebugInfo] Correctly handle salvaged casts and split fragments at ISel
stozer
2019-12-18
1
-4
/
+9
*
Revert "[DebugInfo] Correctly handle salvaged casts and split fragments at ISel"
stozer
2019-12-18
1
-9
/
+4
*
[DebugInfo] Correctly handle salvaged casts and split fragments at ISel
stozer
2019-12-18
1
-4
/
+9
*
[DebugInfo] Make DebugVariable class available in DebugInfoMetadata
stozer
2019-12-03
1
-0
/
+3
*
[DebugInfo] Disallow fragmenting DIExpressions with shift operators
stozer
2019-11-26
1
-2
/
+6
*
[DebugInfo] Refactor DIExpression [SZ]Ext creation into function [NFC]
David Stenberg
2019-11-21
1
-0
/
+9
*
[DebugInfo] Fix for DW_OP_LLVM_fragment in DIExpression::isImplicit()
Bjorn Pettersson
2019-11-03
1
-9
/
+16
*
[DebugInfo] Add a DW_OP_LLVM_entry_value operation
David Stenberg
2019-10-15
1
-6
/
+8
*
DIExpression::createFragmentExpression - silence static analyzer DIExpression...
Simon Pilgrim
2019-10-01
1
-0
/
+1
*
Reland "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-31
1
-2
/
+17
*
Revert "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-12
1
-8
/
+1
*
[DwarfDebug] Dump call site debug info
Djordje Todorovic
2019-07-09
1
-1
/
+8
*
[DebugInfo] Avoid adding too much indirection to pointer-valued variables
Jeremy Morse
2019-07-01
1
-0
/
+21
*
[DWARF] Handle the DW_OP_entry_value operand
Djordje Todorovic
2019-06-27
1
-2
/
+19
*
hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.
Peter Collingbourne
2019-06-17
1
-1
/
+5
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-5
/
+6
*
[DebugInfo] Delete TypedDINodeRef
Fangrui Song
2019-05-07
1
-3
/
+3
*
[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.
Markus Lavin
2019-04-30
1
-0
/
+15
*
Revert r358268 "[DebugInfo] DW_OP_deref_size in PrologEpilogInserter."
Hans Wennborg
2019-04-12
1
-15
/
+0
*
[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.
Markus Lavin
2019-04-12
1
-0
/
+15
*
Add LLVM IR debug info support for Fortran COMMON blocks
Adrian Prantl
2019-04-08
1
-0
/
+16
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-0
/
+2
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-2
/
+0
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-0
/
+2
*
[DEBUG_INFO][NVPTX] Generate DW_AT_address_class to get the values in debugger.
Alexey Bataev
2019-02-05
1
-0
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm] API for encoding/decoding DWARF discriminators.
Mircea Trofin
2018-12-21
1
-0
/
+43
*
Comment tweak requested in code review. NFC
Paul Robinson
2018-11-29
1
-1
/
+2
*
[DebugInfo] IR/Bitcode changes for DISubprogram flags.
Paul Robinson
2018-11-28
1
-0
/
+34
*
[DebugInfo] DISubprogram flags get their own flags word. NFC.
Paul Robinson
2018-11-19
1
-13
/
+11
*
DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...
David Blaikie
2018-11-13
1
-2
/
+4
*
Emit template type and value parameter DIEs for template variables.
Matthew Voss
2018-10-03
1
-10
/
+15
*
[IR] Add a boolean field in DILocation to know if a line must covered or not
Calixte Denizet
2018-09-20
1
-8
/
+11
*
Prevent DILocation::getMergedLocation() from creating invalid metadata.
Adrian Prantl
2018-08-24
1
-0
/
+5
*
DebugInfo: Improve debug location merging
David Blaikie
2018-08-23
1
-12
/
+24
*
[DEBUGINFO] Fix misprint in the name of DebugDirectivesOnly, NFC.
Alexey Bataev
2018-08-23
1
-1
/
+1
*
DebugInfo: Add metadata support for disabling DWARF pub sections
David Blaikie
2018-08-16
1
-2
/
+23
*
[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
Adrian Prantl
2018-08-14
1
-4
/
+5
*
[DEBUGINFO] Disable emission of the dwarf sections, but allow directives.
Alexey Bataev
2018-08-01
1
-0
/
+2
*
[DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst users
Vedant Kumar
2018-07-26
1
-20
/
+39
*
Fix DIExpression::ExprOperand::appendToVector
Vedant Kumar
2018-07-06
1
-6
/
+2
*
Remove a redundant null-check in DIExpression::prepend, NFC
Vedant Kumar
2018-07-06
1
-13
/
+14
*
[IR] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-06
1
-1
/
+1
*
[Local] replaceAllDbgUsesWith: Update debug values before RAUW
Vedant Kumar
2018-07-06
1
-0
/
+52
*
[IR] Strip trailing whitespace. NFC
Bjorn Pettersson
2018-07-03
1
-1
/
+1
*
[DebugInfo] Corrections for salvageDebugInfo
Bjorn Pettersson
2018-07-03
1
-0
/
+3
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-4
/
+16
*
[DebugInfo] Correction for an assert in DIExpression::createFragmentExpression
Bjorn Pettersson
2018-05-03
1
-3
/
+3
*
Fix a bug in GlobalOpt's handling of DIExpressions.
Adrian Prantl
2018-04-27
1
-4
/
+4
[next]