summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor code to reduce indentation and improve readability. (NFC)Adrian Prantl2017-03-231-43/+53
* Fix a bug when emitting debug info for partially constant global variables.Adrian Prantl2017-03-231-7/+2
* Replace uses of DwarfExpression::addMachineReg* with addMachineRegExpressionAdrian Prantl2017-03-201-28/+35
* Rename methods in DwarfExpression to adhere to the LLVM coding guidelines.Adrian Prantl2017-03-161-10/+10
* Add missing module/license header. NFC.Paul Robinson2017-03-011-0/+13
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-281-1/+4
* Debug Info: Sort frame index expressions before emitting them.Adrian Prantl2017-02-171-8/+5
* DebugInfo: ensure type and namespace names are included in pubnames/pubtypes ...David Blaikie2017-02-031-1/+25
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-64/+66
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-66/+64
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-64/+66
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-66/+64
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-64/+66
* DebugInfo: Address non-deterministic output (iterating a SmallPtrSet) in 289697David Blaikie2016-12-151-2/+0
* DebugInfo: Emit ranges for functions with DISubprograms but lacking locations...David Blaikie2016-12-151-17/+12
* Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.Adrian Prantl2016-12-091-3/+17
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-1/+1
* This change removes the dependency on DwarfDebug that was used for DW_FORM_re...Greg Clayton2016-12-011-1/+1
* Emit the DW_AT_type for a C++ static member definitionAdrian Prantl2016-11-081-0/+4
* Simplify control flow in the the DWARF expression compilerAdrian Prantl2016-11-021-14/+15
* DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk2016-10-261-1/+11
* Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".Vassil Vassilev2016-10-261-11/+1
* DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk2016-10-261-1/+11
* Invoke add-discriminator at -g0 -fsample-profileDehao Chen2016-10-071-1/+1
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-55/+24
* [COFF, Dwarf] Don't emit DW_AT_location for dllimported entitiesDavid Majnemer2016-07-091-47/+54
* DWARF: Omit DW_AT_APPLE attributes (except ObjC ones) when not targeting LLDBDavid Blaikie2016-05-241-1/+2
* CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.Peter Collingbourne2016-05-201-3/+5
* Reverting 268054 & 268063 as they caused PR27579.Amjad Aboud2016-04-301-108/+31
* Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-04-291-31/+108
* [DWARF] Force a linkage_name on an inlined subprogram's abstract origin.Paul Robinson2016-04-181-1/+2
* Drop debug info for DISubprograms that are not referenced by anythingAdrian Prantl2016-04-091-19/+0
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-1/+1
* Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-241-112/+32
* Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-241-32/+112
* Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...Benjamin Kramer2016-03-141-108/+32
* Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-141-32/+108
* Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...Hans Wennborg2016-02-231-108/+32
* Supporting all entities declared in lexical scope in LLVM debug info.Amjad Aboud2016-02-231-32/+108
* DwarfDebug: Don't drop the DIExpression just because a variable isAdrian Prantl2016-02-171-3/+14
* DbgVariable: Add an accessor for the common case of a single expressionAdrian Prantl2016-02-171-2/+1
* DwarfDebug: emit type units immediately.Peter Collingbourne2016-02-111-1/+1
* Improved macro emission in dwarf.Amjad Aboud2016-02-011-0/+1
* [opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source elemen...Eduard Burtescu2016-01-221-3/+3
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-2/+2
* clang-format lib/CodeGen/AsmPrinter/DwarfCompileUnit.cppDehao Chen2015-11-111-7/+8
* Emit discriminator for inlined callsites.Dehao Chen2015-11-111-0/+2
* Fix indents. It's a follow up to r251353.Ivan Krasin2015-10-261-2/+2
* Move imported entities into DwarfCompilationUnit to speed up LTO linking.Ivan Krasin2015-10-261-3/+3
* Implement target independent TLS compatible with glibc's emutls.c.Chih-Hung Hsieh2015-07-281-20/+24
OpenPOWER on IntegriCloud