Formatting.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
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...
2012-12-10 Eric ChristopherRemove blank line at top of file.
2012-12-10 Eric ChristopherUse the somewhat semantic term "split dwarf" it more...
2012-12-10 Eric ChristopherDelete the FissionCU.
2012-12-10 Eric ChristopherReorder fission variables.
2012-12-04 David BlaikieComment change made in r169304 as requested by Eric...
2012-12-04 David BlaikieReapply r160148 (reverted in r163570) fixing spurious...
2012-12-03 Eli BenderskyFix PR12942: Allow two CUs to be generated from the...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Eric ChristopherAdd some first skeleton work for the DWARF5 Fission...
2012-11-27 Eric ChristopherAttempt to make the comments for dwarf debug look more...
2012-11-27 Eric ChristopherReapply section moving, make sure string section is...
2012-11-27 Eric ChristopherRevert rearrangement of debug info sections to unblock...
2012-11-27 Eric ChristopherAdd in sections for the fission case (no change so...
2012-11-27 Eric ChristopherReorder section output ordering.
2012-11-27 Eric ChristopherWhitespace cleanup.
2012-11-22 Eric ChristopherPull some code out into functions to make rearranging...
2012-11-21 Eric ChristopherUpdate for some of the coding standard before rearrangi...
2012-11-20 Eric ChristopherRemove constness from this, it modifies the output...
2012-11-20 Eric ChristopherRemove unused function argument, add a bit to the comment.
2012-11-19 Eric ChristopherRemove a function argument and propagate const around...
2012-11-19 Eric ChristopherWhitespace and 80-col.
2012-11-19 Eric ChristopherMove section label emission to module end. Nothing...
2012-11-12 Eric ChristopherAdd an option to enable prototype "fission" capabilitie...
2012-11-07 Bill WendlingAdd comment describing what's going on here.
2012-11-07 Bill WendlingWhen we're updating the subprogram scope DIE, we want...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-31 Benjamin KramerReplace some instances of UniqueVector with SetVector...
2012-10-30 Bill WendlingFix grammar.
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Eric ChristopherFixup comment.
2012-10-08 Eric ChristopherFixup comments.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-02 Eric ChristopherRevert "Don't use a debug location for frame setup...
2012-10-02 Eric Christopher80-col.
2012-10-02 Eric ChristopherDon't use a debug location for frame setup instructions...
2012-09-21 Eric ChristopherHave the DbgVariable "isArtificial" and "isObjectPointe...
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-10 Eric ChristopherRevert r160148 it seems to cause more problems than...
2012-09-10 Eric Christopher80-col fixup.
2012-09-10 Eric ChristopherNo reason to construct this twice.
2012-08-24 Eric ChristopherUse DW_FORM_flag_present to save space in debug informa...
2012-08-23 Eric ChristopherTurn these two options in to trinary state so that...
2012-08-23 Eric ChristopherAdd a flag to DwarfDebug to allow it to communicate...
2012-08-23 Eric ChristopherTypo.
2012-08-23 Eric ChristopherOnly emit the __debug_inlined section if we're trying...
2012-08-23 Eric ChristopherEmit pubtypes only when going for darwin gdb compatibility.
next