summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith2015-06-251-13/+9
* AsmPrinter: Convert DIE::Values to a linked listDuncan P. N. Exon Smith2015-06-251-5/+6
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-10/+10
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-2/+2
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-5/+6
* DebugInfo: Remove DIScopeDuncan P. N. Exon Smith2015-04-201-2/+3
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-15/+4
* Move label creation close to emission. NFC.Rafael Espindola2015-03-101-6/+1
* Remove support for DIVariable's FlagIndirectVariable and expectAdrian Prantl2015-01-191-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Provide gmlt-like inline scope information in the skeleton CU to facilitate s...David Blaikie2014-11-041-0/+2
OpenPOWER on IntegriCloud