Add 'const' qualifiers to static const char* variables.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
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
2013-04-09 Eric ChristopherThe .dwo section shouldn't contain the unrelocated...
2013-04-07 Eric ChristopherDW_FORM_sec_offset should be a relocation on platforms...
2013-04-06 Manman RenDwarf: use utostr on CUID to append to SmallString.
2013-04-04 Manman RenDebug Info: revert 178722 for now.
2013-04-04 Manman RenDebug Info: according to DWARF 2, FORM_ref_addr the...
2013-04-03 Eric ChristopherRemove ZeroOrMore from the option description. We don...
2013-03-29 Eric ChristopherUse SmallVectorImpl instead of SmallVector at the uses.
2013-03-29 Eric ChristopherUse 12 as the magic number for our abbreviation data...
2013-03-29 Eric ChristopherMove the construction of the skeleton compile unit...
2013-03-13 Manman RenNo functionality change. Use unreachable in getCUOffset.
2013-03-12 Manman RenDebug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-22 Eric ChristopherUse getSplitDebugFilename when constructing the skeleto...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-09 Manman RenDwarf: do not use line_table_start in at_stmt_list...
2013-02-07 Eric Christopher"Clean up" line section symbol emission by emitting...
2013-02-06 Eric ChristopherClean up multiple skeleton compile units if we have...
2013-02-06 Eric ChristopherRemove some dead code.
2013-02-06 Manman RenAttempt to recover gdb bot after r174445.
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-02-05 Eric ChristopherConstruct a skeleton cu for each compile unit in the...
2013-02-05 Eric ChristopherAdd support for emitting a stub DW_AT_GNU_dwo_id as...
2013-01-31 Manman Ren[Dwarf] early exit to avoid creating dangling DIEs
2013-01-28 Eric ChristopherFix comment.
2013-01-17 Eric ChristopherFix the assembly and dissassembly of DW_FORM_sec_offset...
2013-01-17 Eric ChristopherAdd the DW_AT_GNU_addr_base for the skeleton cu. Add...
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-08 Eric ChristopherMove the string pools down into the units. No functiona...
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-27 Eric ChristopherFor the dwarf5 split debug info code split out the...
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-19 Eric ChristopherSplit out abbreviations for the skeleton info from...
2012-12-15 Eric ChristopherTo simplify some code move the unit emission into the...
2012-12-15 Eric ChristopherUse begin and end label names from the section for...
2012-12-13 Eric ChristopherUse default label name for a section in emitting abbrev...
2012-12-11 Eric ChristopherUpdate some comments.
2012-12-10 Eric ChristopherRefactor out the abbreviation handling into a separate...
next