summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
Commit message (Expand)AuthorAgeFilesLines
* [DWARF5][Debuginfo] Compilation unit type (DW_UT_skeleton) and root DIE (DW_T...Alexey Lapshin2019-12-051-1/+4
* [DWARF] Rename getDwarf5OrGNUCallSite{Attr,Tag}, NFCVedant Kumar2019-08-261-6/+5
* [DWARF] Pick the DWARF5 OP_entry_value opcode on DarwinVedant Kumar2019-08-261-0/+3
* Reland "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-311-4/+25
* Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-121-14/+4
* [DwarfDebug] Dump call site debug infoDjordje Todorovic2019-07-091-4/+14
* DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...David Blaikie2019-04-241-0/+2
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-0/+6
* Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...Ali Tamur2019-03-261-1/+0
* [llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-261-0/+1
* Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-251-1/+0
* [llvm] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur2019-03-251-0/+1
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+14
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-14/+0
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Move several private headers to include directoryYonghong Song2018-12-181-1/+1
* DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnitDavid Blaikie2018-12-141-0/+3
* [DWARF] Use a function-local offset for AT_call_return_pcVedant Kumar2018-10-221-3/+6
* DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie2018-10-201-9/+2
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-1/+9
* [DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang2018-09-061-1/+1
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-10/+13
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-13/+10
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-10/+13
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-13/+10
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-10/+13
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-13/+10
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-10/+13
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-1/+1
* [DWARFv5] Put the DWO ID in its place.Paul Robinson2018-05-221-0/+13
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-7/+7
* [DWARFv5] CodeGen support for MD5 file checksumsPaul Robinson2018-01-121-2/+1
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-091-1/+2
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-0/+2
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-14/+28
* DebugInfo: Ensure imported entities at the top level of an inlined function d...David Blaikie2017-07-271-1/+1
* [DWARF] Move a couple of member functions to the DWARFUnit baseclass. NFC.Wolfgang Pieb2017-06-301-10/+0
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* DebugInfo: Produce debug_{gnu_}pub{names,types} entries when explicitly reque...David Blaikie2017-05-251-2/+2
* DWARF: Avoid cross-CU references under FissionDavid Blaikie2017-05-121-0/+22
* Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of p...David Blaikie2017-04-221-1/+1
* DebugInfo: ensure type and namespace names are included in pubnames/pubtypes ...David Blaikie2017-02-031-1/+8
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-3/+10
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-10/+3
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-3/+10
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-10/+3
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-3/+10
* DebugInfo: Emit ranges for functions with DISubprograms but lacking locations...David Blaikie2016-12-151-1/+1
* [debug info] Minor cleanup from D27170/r288399David Blaikie2016-12-011-1/+1
OpenPOWER on IntegriCloud