summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/DebugInfoMetadata.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [DebugInfo] Create merged locations for instructions other than callsVedant Kumar2018-04-121-4/+4
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-4/+7
* [Utils] Salvage the debug info of DCE'ed 'and' instructionsPetar Jovanovic2018-02-141-0/+1
* [Utils] Salvage debug info of DCE'ed mul/sdiv/srem instructionsVedant Kumar2018-02-131-0/+2
* [Utils] Salvage debug info of DCE'ed shl/lhsr/ashr instructionsVedant Kumar2018-02-131-0/+3
* [Utils] Salvage the debug info of DCE'ed 'xor' instructionsVedant Kumar2018-02-131-0/+1
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-18/+19
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-4/+4
* [Utils] Salvage debug info from dead 'or' instructionsVedant Kumar2018-02-091-0/+7
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-071-4/+4
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-4/+4
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-9/+11
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-2/+11
* Generalize llvm::replaceDbgDeclare and actually support the use-case thatAdrian Prantl2017-12-081-3/+8
* Move getVariableSize from Verifier.cpp into DIVariable::getSize() (NFC)Adrian Prantl2017-11-281-0/+23
* Make DIExpression::createFragmentExpression() return an Optional.Adrian Prantl2017-11-071-5/+15
* [DebugInfo] Unify logic to merge DILocations. NFC.Vedant Kumar2017-11-061-0/+27
* Fixed reverted commit rL312318Strahinja Petrovic2017-09-211-0/+1
* Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner2017-09-191-0/+2
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-161-2/+0
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-151-0/+2
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-6/+5
* Revert r312318, r312325, r312424, r312489Richard Trieu2017-09-071-1/+0
* Debug info for variables whose type is shrinked to boolStrahinja Petrovic2017-09-011-0/+1
* Refactor DIBuilder::createFragmentExpression into a static DIExpression memberAdrian Prantl2017-08-301-0/+28
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-4/+5
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-141-11/+16
* Align definition of DW_OP_plus with DWARF spec [1/3]Florian Hahn2017-06-131-1/+4
* [codeview] Check for a DIExpression offset for local variablesReid Kleckner2017-05-091-0/+18
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-6/+6
* Cleanup: Use DIExpression::prepend in buildDbgValueForSpill(). (NFC)Adrian Prantl2017-04-281-4/+1
* Clean up DIExpression::prependDIExpr a little. (NFC)Adrian Prantl2017-04-281-8/+6
* [DebugInfo][X86] Improve X86 Optimize LEAs handling of debug values.Andrew Ng2017-04-281-0/+43
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-261-7/+20
* Revert "Turn DISubprogram into a variable-length node."Adrian Prantl2017-04-261-20/+7
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-261-7/+20
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-261-6/+6
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-5/+7
* [DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderefKonstantin Zhuravlyov2017-03-081-0/+13
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-011-3/+4
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-4/+24
* Refactor the DIExpression fragment query interface (NFC)Adrian Prantl2016-12-221-16/+8
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-9/+36
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-36/+9
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-9/+36
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-36/+9
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-9/+36
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-9/+9
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-3/+4
* DebugInfo: fix incorrect alignment type (NFC)Victor Leschuk2016-10-261-2/+2
OpenPOWER on IntegriCloud