Revert r189902 as the workaround shouldn't be necessary anymore.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
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.
2013-07-03 Craig TopperIntroduce some typedefs for DenseMaps containing SmallV...
2013-07-03 Craig TopperUse SmallVectorImpl& instead of SmallVector& to avoid...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Eric ChristopherAvoid doing a lot of computation when we have multiple...
2013-07-03 Eric ChristopherMove iterator to where it's used and update comments.
2013-07-03 Eric ChristopherAdd a helpful comment.
2013-07-02 Manman RenDebug Info: use module flag to set up Dwarf version.
2013-07-02 Eric ChristopherFix comment.
2013-07-02 Ulrich Weigand[DebugInfo] Hold generic MCExpr in AddrPool
2013-07-02 Ulrich Weigand[DebugInfo] Introduce DIEExpr variant of DIEValue to...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-01 David BlaikiePR14728: DebugInfo: TLS variables with -gsplit-dwarf
2013-06-28 David BlaikieDebugInfo: Pass MCSymbolRefExprs for labels instead...
2013-06-28 David BlaikieDebugInfo: Revise r185189 to avoid subtle 'unsigned...
2013-06-28 David BlaikieDebugInfo: Simplify the AddressPool representation
2013-06-28 David BlaikieDebugInfo: constify the AddressPool MCSymbol pointers
2013-06-25 Manman RenRemove unused code. No functionality change.
2013-06-24 Eric Christopher80-column and tab character fixes.
2013-06-20 David BlaikieDebugInfo: don't use location lists when the location...
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-06-06 David BlaikieFix break in r183446 - helps to increment the iterator...
2013-06-06 David BlaikieDebug Info: simplify parameter ordering preservation
2013-06-05 David BlaikiePR15662: Optimized debug info produces out of order...
2013-06-01 Benjamin KramerMove getRealLinkageName to a common place and remove...
2013-05-30 Eric ChristopherRename variable to be more descriptive.
2013-05-29 Manman RenLTO+Debug Info: revert r182791.
2013-05-28 Manman RenLTO+Debug Info: correctly emit inlined_subroutine when...
2013-05-21 Manman RenDwarf: use a single line table to generate assembly...
2013-05-20 David BlaikiePR14606: Debug Info for namespace aliases/DW_TAG_import...
2013-05-11 Benjamin KramerStringRefize some debug accel table bits.
2013-05-11 Rafael EspindolaRemove more dead code.
2013-05-08 David BlaikieDebug Info: Support DW_TAG_imported_declaration
2013-05-08 David BlaikieFinish renaming constructImportedModuleDIE to construct...
2013-05-08 Eric ChristopherPass the MDNode in and do the insertion at compile...
2013-05-07 David BlaikieRename DIImportedModule to DIImportedEntity and allow...
2013-05-07 David BlaikieDebug Info: Fix for break due to r181271
2013-05-07 Timur IskhodzhanovFix the VS2010 build broken by r181271
2013-05-06 David BlaikieDebugInfo: Support imported modules in lexical blocks
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-27 Eric ChristopherUse the target triple from the target machine rather...
2013-04-26 Adrian PrantlCleanup and document MachineLocation.
2013-04-24 Eric ChristopherFormatting.
2013-04-22 Eric ChristopherTidy.
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
next