aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-24/+31
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-44/+12
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-37/+53
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-120/+83
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-9/+24
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-136/+75
* Update to LLVM 3.5a.Stephen Hines2014-04-241-254/+239
* DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-151-1/+1
* DwarfDebug: Push DISubprogram through updateSubprogramScopeDIEDavid Blaikie2013-11-151-1/+1
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-311-0/+12
* DwarfDebug: Change Abbreviations member from pointer to referenceDavid Blaikie2013-10-301-3/+3
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-291-0/+3
* Grammar.Eric Christopher2013-10-241-1/+1
* Remove some dead code. (DarwinGDBCompat was retired in r189903).Adrian Prantl2013-10-151-8/+0
* Add DbgVariable::resolve per Eric's suggestion.Manman Ren2013-10-081-0/+5
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-051-2/+3
* Fix one comment and update another. Slightly reformat.Eric Christopher2013-10-051-3/+2
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-041-4/+0
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-54/+2
* Remove wild .debug_aranges entries generated from unimportant labelsAlexey Samsonov2013-10-031-3/+4
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-011-2/+3
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-011-0/+51
* The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher2013-09-301-0/+1
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-231-0/+7
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-1/+14
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-131-2/+8
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-5/+5
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-5/+5
* Debug Info: create scope children DIEs when the scope DIE is not null.Manman Ren2013-09-101-0/+6
* Debug Info: define a DIRef template.Manman Ren2013-09-101-1/+4
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-091-3/+0
* Rename for consistency.Eric Christopher2013-09-091-1/+1
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-091-0/+3
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-091-0/+4
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-091-2/+2
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-051-0/+7
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-8/+0
* Have the skeleton compile unit construction method take the CU itEric Christopher2013-08-261-1/+1
* Treat the pubtypes section similarly to the pubnames section and emitEric Christopher2013-08-261-3/+6
* Turn on pubnames by default on linux.Eric Christopher2013-08-191-0/+1
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-081-1/+1
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-261-0/+7
* Clarify comments.Eric Christopher2013-07-141-4/+1
* Update comment to avoid mentioning DbgValues which is an instanceEric Christopher2013-07-081-1/+1
* Debug Info: clean up usage of Verify.Manman Ren2013-07-081-3/+3
* Make DotDebugLocEntry a class, reorder the members along with commentsEric Christopher2013-07-031-5/+20
* Add names to the header file since they help in documenting the APIEric Christopher2013-07-031-10/+11
* Move typedefs inside the class that they belong to.Eric Christopher2013-07-031-10/+7
* Remove unused field.Eric Christopher2013-07-031-12/+19
* Constify a few functions.Eric Christopher2013-07-031-3/+3