]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Remove some dead code. (DarwinGDBCompat was retired in r189903).
[opencl/llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
2013-10-15 Adrian PrantlRemove some dead code. (DarwinGDBCompat was retired...
2013-10-11 Manman RenDebug Info: remove form from function addDIEEntry.
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-08 Manman RenAdd DbgVariable::resolve per Eric's suggestion.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-04 Eric ChristopherTemporarily revert r176882 as it needs to be implemente...
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-03 Richard MittonFixed a bug with section names containing special chara...
2013-10-03 David BlaikieDebugInfo: Avoid redundantly adding child DIEs to parents.
2013-10-03 Eric ChristopherMake sure we emit a section for pubnames even if that...
2013-10-03 Eric ChristopherFix cut and paste typo.
2013-10-03 Alexey SamsonovRemove wild .debug_aranges entries generated from unimp...
2013-10-01 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-01 Manman RenDebug Info: remove duplication of DIEs when a DIE is...
2013-10-01 Eric ChristopherAdd the DW_AT_GNU_ranges_base attribute if we've emitte...
2013-10-01 Eric ChristopherUpdate comments.
2013-09-30 Eric ChristopherThe DW_AT_GNU_pubnames/pubtypes attributes are actually...
2013-09-27 Eric ChristopherUnify conditionals and reformat.
2013-09-23 Eric ChristopherRename IsStatic variable to Linkage in order to be...
2013-09-23 Eric ChristopherHandle gnu pubtypes sections:
2013-09-23 Richard MittonFixed debug_aranges handling for common symbols.
2013-09-20 Eric ChristopherMove emission of the debug string table to early in...
2013-09-20 David BlaikieDebugInfo: GDBIndexEntry*String conversion functions...
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-19 David BlaikieDebugInfo: llvm-dwarfdump support for gnu_pubnames...
2013-09-19 David BlaikieDebugInfo: Improve IR annotation comments for GNU pubth...
2013-09-19 David BlaikieUnshift the GDB index/GNU pubnames constants modified...
2013-09-19 David BlaikieDebugInfo: Simplify gnu_pubnames index computation.
2013-09-19 David BlaikieRemove unnecessary conditional operators performing...
2013-09-19 David BlaikieFix a typo and simplify a boolean expression.
2013-09-13 Eric ChristopherAdd initial support for handling gnu style pubnames...
2013-09-13 Eric ChristopherReformat and hoist section grabbing to top level.
2013-09-11 Manman RenDebug info: add more comments.
2013-09-10 Eric ChristopherHoist section call out of loop.
2013-09-10 Manman RenDebug Info: create scope children DIEs when the scope...
2013-09-10 Manman RenDebug Info: define a DIRef template.
2013-09-09 Manman RenDebug Info: move DIScope::getContext back from DwarfDebug.
2013-09-09 Eric ChristopherAlways add global names. We're adding them in the rest...
2013-09-09 Eric ChristopherRename for consistency.
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Manman RenDebug Info: move DIScope::getContext to DwarfDebug.
2013-09-09 Manman RenDebug Info: Move isSubprogramContext from DebugInfo...
2013-09-09 Manman RenDebug Info: Rename DITypeRef to DIScopeRef.
2013-09-05 Manman RenDebug Info: Use identifier to reference DIType in base...
2013-09-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-04 Eric ChristopherRemove hack ensuring that darwin didn't produce dwarf...
2013-09-04 Eric ChristopherRevert "Revert r189902 as the workaround shouldn't...
2013-09-04 Eric ChristopherRevert r189902 as the workaround shouldn't be necessary...
2013-09-04 Eric ChristopherUnify and clean up.
2013-09-04 Michael GottesmanRevert "Revert "Remove the darwin gdb option, that...
2013-09-04 Michael GottesmanRevert "Remove the darwin gdb option, that version...
2013-09-04 Eric ChristopherRemove the darwin gdb option, that version of gdb is...
2013-09-04 Eric ChristopherMake the default dwarf version 3 for darwin when we...
2013-08-30 Eric ChristopherDon't bother emitting the pubtypes section on darwin...
2013-08-30 Eric ChristopherReformat slightly.
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-08-26 Eric ChristopherMake the lifetime of the DICompileUnit we're constructi...
2013-08-26 Eric ChristopherHave the skeleton compile unit construction method...
2013-08-26 Eric ChristopherRemove duplicate set of CompilationDir.
2013-08-26 Eric ChristopherRemove the language parameter and variable from the...
2013-08-26 Eric ChristopherTreat the pubtypes section similarly to the pubnames...
2013-08-26 Eric ChristopherOnly emit the section sym if we're emitting the section.
2013-08-26 Eric ChristopherFix thinko.
2013-08-24 Benjamin KramerAdd a function object to compare the first or second...
2013-08-24 Benjamin KramerSimplify code. No functionality change.
2013-08-24 Benjamin KramerDwarfDebug: Delete orphaned children.
2013-08-21 David MajnemerDebugInfo: Do not use the DWARF Version for the .debug_...
2013-08-19 Eric ChristopherUse less verbose code and update comments.
2013-08-19 Eric ChristopherTurn on pubnames by default on linux.
2013-08-13 Carlo KokOutput DW_AT_stmt_list dwarf debug info as DW_FORM_sec_...
2013-08-13 Eric ChristopherAdd the start of DIE hashing for DWARF4 type units...
2013-08-12 Eric ChristopherMove the addition of the dwo_id as late as possible...
2013-08-08 Eric ChristopherMove hash computation code into a separate class and...
2013-08-08 Eric ChristopherReflow for loop.
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-07 Eric ChristopherRemove some parens. No functional change.
2013-08-07 Eric ChristopherAdd a way to grab a particular attribute out of a DIE.
2013-08-07 Eric ChristopherMove somewhat messy conditional out of line.
2013-08-05 Eric ChristopherRecommit previous cleanup with a fix for c++98 ambiguity.
2013-08-05 Eric ChristopherRevert "Use existing builtin hashing functions to make...
2013-08-05 Eric ChristopherUse existing builtin hashing functions to make this...
2013-08-05 Eric ChristopherChange parent hashing algorithm to be non-recursive...
2013-07-29 Eric ChristopherFix a truly egregious thinko in anonymous namespace...
2013-07-29 Eric ChristopherMake sure we don't emit an ODR hash for types with...
2013-07-29 Eric ChristopherElaborate a bit on the type unit and ODR conditional...
2013-07-27 Benjamin KramerDwarfDebug: MD5 is always little endian, bswap on big...
2013-07-27 Chandler CarruthFix a memory leak in the debug emission by simply not...
2013-07-26 Eric ChristopherRemove addLetterToHash, no functional change.
2013-07-26 Eric ChristopherAdd preliminary support for hashing DIEs and breaking...
2013-07-23 Eric ChristopherReformat options.
2013-07-16 Manman RenAdd getModuleFlag(StringRef Key) to query a module...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-08 Manman RenDebug Info: clean up usage of Verify.
2013-07-08 David BlaikieDebugInfo: Correct comment & re-format a nearby loop
2013-07-08 David BlaikieDebugInfo: Simplify Address Pool index handling.
2013-07-03 Eric ChristopherHoist all of the Entry.getLoc() calls int a single...
2013-07-03 Eric ChristopherMake DotDebugLocEntry a class, reorder the members...
2013-07-03 Eric ChristopherElaborate on comment.
next