summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* This change removes the dependency on DwarfDebug that was used for DW_FORM_re...Greg Clayton2016-12-011-11/+1
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-1/+2
* Reverting 268054 & 268063 as they caused PR27579.Amjad Aboud2016-04-301-29/+8
* Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-04-291-8/+29
* Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.Amjad Aboud2016-04-211-1/+8
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+1
* Drop debug info for DISubprograms that are not referenced by anythingAdrian Prantl2016-04-091-2/+0
* Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-241-37/+7
* Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-241-7/+37
* Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...Benjamin Kramer2016-03-141-29/+7
* Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-141-7/+29
* Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...Hans Wennborg2016-02-231-29/+7
* Supporting all entities declared in lexical scope in LLVM debug info.Amjad Aboud2016-02-231-7/+29
* DwarfDebug: emit type units immediately.Peter Collingbourne2016-02-111-0/+10
* Improved macro emission in dwarf.Amjad Aboud2016-02-011-0/+7
* Move imported entities into DwarfCompilationUnit to speed up LTO linking.Ivan Krasin2015-10-261-0/+10
* Revert "[DWARF] Fix debug info generation for function static variables, type...David Blaikie2015-07-011-5/+2
* [DWARF] Fix debug info generation for function static variables, typedefs, an...Michael Kuperstein2015-07-011-2/+5
OpenPOWER on IntegriCloud