aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add DbgVariable::resolve per Eric's suggestion.Manman Ren2013-10-081-2/+9
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-7/+7
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-051-8/+8
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-041-34/+4
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-47/+13
* Fixed a bug with section names containing special characters.Richard Mitton2013-10-031-8/+24
* DebugInfo: Avoid redundantly adding child DIEs to parents.David Blaikie2013-10-031-6/+0
* Make sure we emit a section for pubnames even if that section isEric Christopher2013-10-031-3/+0
* Fix cut and paste typo.Eric Christopher2013-10-031-2/+2
* Remove wild .debug_aranges entries generated from unimportant labelsAlexey Samsonov2013-10-031-6/+3
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-011-8/+8
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-011-5/+39
* Add the DW_AT_GNU_ranges_base attribute if we've emitted any rangesEric Christopher2013-10-011-2/+11
* Update comments.Eric Christopher2013-10-011-2/+2
* The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher2013-09-301-6/+57
* Unify conditionals and reformat.Eric Christopher2013-09-271-16/+16
* Rename IsStatic variable to Linkage in order to be a bit more descriptive.Eric Christopher2013-09-231-3/+3
* Handle gnu pubtypes sections:Eric Christopher2013-09-231-5/+11
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-231-5/+10
* Move emission of the debug string table to early in the debugEric Christopher2013-09-201-6/+8
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-201-2/+2
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-11/+195
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-191-2/+2
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-191-4/+10
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-191-13/+14
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-191-35/+10
* Remove unnecessary conditional operators performing bool->bool conversion.David Blaikie2013-09-191-2/+2
* Fix a typo and simplify a boolean expression.David Blaikie2013-09-191-3/+2
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-131-6/+109
* Reformat and hoist section grabbing to top level.Eric Christopher2013-09-131-25/+30
* Debug info: add more comments.Manman Ren2013-09-111-2/+14
* Hoist section call out of loop.Eric Christopher2013-09-101-2/+2
* Debug Info: create scope children DIEs when the scope DIE is not null.Manman Ren2013-09-101-19/+48
* Debug Info: define a DIRef template.Manman Ren2013-09-101-5/+0
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-091-23/+0
* Always add global names. We're adding them in the rest of the codeEric Christopher2013-09-091-3/+2
* Rename for consistency.Eric Christopher2013-09-091-3/+3
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-091-2/+2
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-091-0/+23
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-091-0/+13
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-091-3/+3
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-051-0/+6
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-051-6/+6
* Remove hack ensuring that darwin didn't produce dwarf > 3 for modulesEric Christopher2013-09-041-5/+1
* Revert "Revert r189902 as the workaround shouldn't be necessary anymore."Eric Christopher2013-09-041-1/+5
* Revert r189902 as the workaround shouldn't be necessary anymore.Eric Christopher2013-09-041-5/+1
* Unify and clean up.Eric Christopher2013-09-041-9/+4
* Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...Michael Gottesman2013-09-041-15/+2
* Revert "Remove the darwin gdb option, that version of gdb is now dead and the...Michael Gottesman2013-09-041-2/+15
* Remove the darwin gdb option, that version of gdb is now dead andEric Christopher2013-09-041-15/+2