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
...
*
[DebugInfo] Create merged locations for instructions other than calls
Vedant Kumar
2018-04-12
1
-4
/
+4
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-4
/
+7
*
[Utils] Salvage the debug info of DCE'ed 'and' instructions
Petar Jovanovic
2018-02-14
1
-0
/
+1
*
[Utils] Salvage debug info of DCE'ed mul/sdiv/srem instructions
Vedant Kumar
2018-02-13
1
-0
/
+2
*
[Utils] Salvage debug info of DCE'ed shl/lhsr/ashr instructions
Vedant Kumar
2018-02-13
1
-0
/
+3
*
[Utils] Salvage the debug info of DCE'ed 'xor' instructions
Vedant Kumar
2018-02-13
1
-0
/
+1
*
[DebugInfo] Unify ChecksumKind and Checksum value in DIFile
Scott Linder
2018-02-12
1
-18
/
+19
*
Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...
Momchil Velikov
2018-02-12
1
-4
/
+4
*
[Utils] Salvage debug info from dead 'or' instructions
Vedant Kumar
2018-02-09
1
-0
/
+7
*
Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...
Momchil Velikov
2018-02-07
1
-4
/
+4
*
[DebugInfo] Improvements to representation of enumeration types (PR36168)
Momchil Velikov
2018-02-07
1
-4
/
+4
*
Add DWARF for discriminated unions
Adrian Prantl
2018-02-06
1
-9
/
+11
*
[Metadata] Extend 'count' field of DISubrange to take a metadata node
Sander de Smalen
2018-01-24
1
-2
/
+11
*
Generalize llvm::replaceDbgDeclare and actually support the use-case that
Adrian Prantl
2017-12-08
1
-3
/
+8
*
Move getVariableSize from Verifier.cpp into DIVariable::getSize() (NFC)
Adrian Prantl
2017-11-28
1
-0
/
+23
*
Make DIExpression::createFragmentExpression() return an Optional.
Adrian Prantl
2017-11-07
1
-5
/
+15
*
[DebugInfo] Unify logic to merge DILocations. NFC.
Vedant Kumar
2017-11-06
1
-0
/
+27
*
Fixed reverted commit rL312318
Strahinja Petrovic
2017-09-21
1
-0
/
+1
*
Re-land "Fix Bug 30978 by emitting cv file checksums."
Reid Kleckner
2017-09-19
1
-0
/
+2
*
Revert "Fix Bug 30978 by emitting cv file checksums."
Eric Beckmann
2017-09-16
1
-2
/
+0
*
Fix Bug 30978 by emitting cv file checksums.
Eric Beckmann
2017-09-15
1
-0
/
+2
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
1
-6
/
+5
*
Revert r312318, r312325, r312424, r312489
Richard Trieu
2017-09-07
1
-1
/
+0
*
Debug info for variables whose type is shrinked to bool
Strahinja Petrovic
2017-09-01
1
-0
/
+1
*
Refactor DIBuilder::createFragmentExpression into a static DIExpression member
Adrian Prantl
2017-08-30
1
-0
/
+28
*
Debug Info: Add a file: field to DIImportedEntity.
Adrian Prantl
2017-07-19
1
-4
/
+5
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
1
-11
/
+16
*
Align definition of DW_OP_plus with DWARF spec [1/3]
Florian Hahn
2017-06-13
1
-1
/
+4
*
[codeview] Check for a DIExpression offset for local variables
Reid Kleckner
2017-05-09
1
-0
/
+18
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
1
-6
/
+6
*
Cleanup: Use DIExpression::prepend in buildDbgValueForSpill(). (NFC)
Adrian Prantl
2017-04-28
1
-4
/
+1
*
Clean up DIExpression::prependDIExpr a little. (NFC)
Adrian Prantl
2017-04-28
1
-8
/
+6
*
[DebugInfo][X86] Improve X86 Optimize LEAs handling of debug values.
Andrew Ng
2017-04-28
1
-0
/
+43
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
1
-7
/
+20
*
Revert "Turn DISubprogram into a variable-length node."
Adrian Prantl
2017-04-26
1
-20
/
+7
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
1
-7
/
+20
*
Add support for DW_TAG_thrown_type.
Adrian Prantl
2017-04-26
1
-6
/
+6
*
[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...
Konstantin Zhuravlyov
2017-03-08
1
-5
/
+7
*
[DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderef
Konstantin Zhuravlyov
2017-03-08
1
-0
/
+13
*
Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen
2017-02-01
1
-3
/
+4
*
[DebugInfo] Added support for Checksum debug info feature.
Amjad Aboud
2016-12-25
1
-4
/
+24
*
Refactor the DIExpression fragment query interface (NFC)
Adrian Prantl
2016-12-22
1
-16
/
+8
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-9
/
+36
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-36
/
+9
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-9
/
+36
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-36
/
+9
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-9
/
+36
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-9
/
+9
*
Add DWARF debug info support for C++11 inline namespaces.
Adrian Prantl
2016-11-03
1
-3
/
+4
*
DebugInfo: fix incorrect alignment type (NFC)
Victor Leschuk
2016-10-26
1
-2
/
+2
[prev]
[next]