summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use common range handling for the CU's rangesDavid Blaikie2014-11-031-4/+5
* Push the CURangeList down into the skeleton CU (where available) rather than ...David Blaikie2014-11-031-1/+1
* Add DwarfCompileUnit::BaseAddress to track the base address used by relative ...David Blaikie2014-11-031-0/+7
* Cleanup some unused or trivial functions in DwarfCompileUnitDavid Blaikie2014-11-031-6/+0
* Sink DwarfUnit::CURanges into DwarfCompileUnitDavid Blaikie2014-11-031-0/+6
* Sink range list handling down from DwarfUnit into its only use, in DwarfCompi...David Blaikie2014-11-031-0/+15
* Add DwarfUnit::isDwoUnit and use it to generalize string creationDavid Blaikie2014-11-021-0/+2
* Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnitDavid Blaikie2014-11-021-0/+2
* Sink DwarfUnit::addExpr into DwarfCompileUnitDavid Blaikie2014-11-021-0/+3
* Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnitDavid Blaikie2014-11-021-0/+1
* Sink DwarfUnit::addLocationList down into DwarfCompileUnitDavid Blaikie2014-11-021-0/+3
* Sink DwarfUnit::addComplexAddress down into DwarfCompileUnitDavid Blaikie2014-11-021-0/+8
* Push DwarfUnit::addAddress down into DwarfCompileUnitDavid Blaikie2014-11-021-0/+3
* Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don...David Blaikie2014-11-021-0/+5
* DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...David Blaikie2014-11-021-0/+15
* Don't bother creating LabelBegin for .dwo unitsDavid Blaikie2014-11-021-2/+5
* Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the sk...David Blaikie2014-11-021-16/+0
* Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only p...David Blaikie2014-11-021-0/+10
* Sink dwarf unit length emission down into DwarfUnit::emitHeaderDavid Blaikie2014-11-011-0/+2
OpenPOWER on IntegriCloud