summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAge
* DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-15
* DwarfDebug: Push DISubprogram through updateSubprogramScopeDIEDavid Blaikie2013-11-15
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-31
* DwarfDebug: Change Abbreviations member from pointer to referenceDavid Blaikie2013-10-30
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-29
* Grammar.Eric Christopher2013-10-24
* Remove some dead code. (DarwinGDBCompat was retired in r189903).Adrian Prantl2013-10-15
* Add DbgVariable::resolve per Eric's suggestion.Manman Ren2013-10-08
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-05
* Fix one comment and update another. Slightly reformat.Eric Christopher2013-10-05
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-04
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-04
* Remove wild .debug_aranges entries generated from unimportant labelsAlexey Samsonov2013-10-03
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-01
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-01
* The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher2013-09-30
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-23
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-13
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Debug Info: create scope children DIEs when the scope DIE is not null.Manman Ren2013-09-10
* Debug Info: define a DIRef template.Manman Ren2013-09-10
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-09
* Rename for consistency.Eric Christopher2013-09-09
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-09
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-09
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-09
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-05
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-28
* Have the skeleton compile unit construction method take the CU itEric Christopher2013-08-26
* Treat the pubtypes section similarly to the pubnames section and emitEric Christopher2013-08-26
* Turn on pubnames by default on linux.Eric Christopher2013-08-19
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-08
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-26
* Clarify comments.Eric Christopher2013-07-14
* Update comment to avoid mentioning DbgValues which is an instanceEric Christopher2013-07-08
* Debug Info: clean up usage of Verify.Manman Ren2013-07-08
* Make DotDebugLocEntry a class, reorder the members along with commentsEric Christopher2013-07-03
* Add names to the header file since they help in documenting the APIEric Christopher2013-07-03
* Move typedefs inside the class that they belong to.Eric Christopher2013-07-03
* Remove unused field.Eric Christopher2013-07-03
* Constify a few functions.Eric Christopher2013-07-03
* Introduce some typedefs for DenseMaps containing SmallVectors so the vector s...Craig Topper2013-07-03
* Move instance variable before experimental section.Eric Christopher2013-07-03
* Fix typo to make grep for DW_AT_comp_dir work without case-insensitiveEric Christopher2013-07-03
* Remove unnecessary forward declare.Eric Christopher2013-07-03
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-02
* [DebugInfo] Hold generic MCExpr in AddrPoolUlrich Weigand2013-07-02
* PR14728: DebugInfo: TLS variables with -gsplit-dwarfDavid Blaikie2013-07-01