summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAge
* Add DbgVariable::resolve per Eric's suggestion.Manman Ren2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-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
* Fixed a bug with section names containing special characters.Richard Mitton2013-10-03
* DebugInfo: Avoid redundantly adding child DIEs to parents.David Blaikie2013-10-03
* Make sure we emit a section for pubnames even if that section isEric Christopher2013-10-03
* Fix cut and paste typo.Eric Christopher2013-10-03
* 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
* Add the DW_AT_GNU_ranges_base attribute if we've emitted any rangesEric Christopher2013-10-01
* Update comments.Eric Christopher2013-10-01
* The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher2013-09-30
* Unify conditionals and reformat.Eric Christopher2013-09-27
* Rename IsStatic variable to Linkage in order to be a bit more descriptive.Eric Christopher2013-09-23
* Handle gnu pubtypes sections:Eric Christopher2013-09-23
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-23
* Move emission of the debug string table to early in the debugEric Christopher2013-09-20
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-20
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-19
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-19
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-19
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-19
* Remove unnecessary conditional operators performing bool->bool conversion.David Blaikie2013-09-19
* Fix a typo and simplify a boolean expression.David Blaikie2013-09-19
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-13
* Reformat and hoist section grabbing to top level.Eric Christopher2013-09-13
* Debug info: add more comments.Manman Ren2013-09-11
* Hoist section call out of loop.Eric Christopher2013-09-10
* 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
* Always add global names. We're adding them in the rest of the codeEric Christopher2013-09-09
* Rename for consistency.Eric Christopher2013-09-09
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-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
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-05
* Remove hack ensuring that darwin didn't produce dwarf > 3 for modulesEric Christopher2013-09-04
* Revert "Revert r189902 as the workaround shouldn't be necessary anymore."Eric Christopher2013-09-04
* Revert r189902 as the workaround shouldn't be necessary anymore.Eric Christopher2013-09-04
* Unify and clean up.Eric Christopher2013-09-04
* Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...Michael Gottesman2013-09-04
* Revert "Remove the darwin gdb option, that version of gdb is now dead and the...Michael Gottesman2013-09-04
* Remove the darwin gdb option, that version of gdb is now dead andEric Christopher2013-09-04