Remove the intermediate AccelTypes maps in DWARF units.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
2014-04-24 David BlaikieRemove the intermediate AccelTypes maps in DWARF units.
2014-04-24 David BlaikieRemove the intermediate AccelNamespace maps in DWARF...
2014-04-24 David BlaikieRemove the intermediate AccelObjC maps in DWARF units
2014-04-23 David BlaikieAnd actually use the DwarfDebug::AccelNames to emit...
2014-04-23 David BlaikieMore formatting...
2014-04-23 David BlaikieRemove intermediate accelerator table for names.
2014-04-23 David BlaikieDwarfAccelTable: Remove trivial dtor and simplify const...
2014-04-23 David BlaikieMove the AddressPool from DwarfFile to DwarfDebug.
2014-04-23 David BlaikieSeparate out the DWARF address pool into its own type...
2014-04-23 David BlaikieSplit out DwarfFile from DwarfDebug into its own .h...
2014-04-22 David BlaikieRequisite reformatting for previous commit.
2014-04-22 David BlaikiePush memory ownership of DwarfUnits into clients of...
2014-04-22 David BlaikieUse std::unique_ptr to handle ownership of DwarfUnits...
2014-04-22 David BlaikieSimplify address pool index assignment.
2014-04-22 David BlaikieRevert "Use value semantics to manage DbgVariables...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-21 David BlaikieUse value semantics to manage DbgVariables rather than...
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-14 David BlaikieUse std::unique_ptr for DIE children
2014-04-12 David BlaikieUse dwarf::Tag rather than unsigned for DIE::Tag to...
2014-04-11 Adrian PrantlDebug info: Store the DIVariable in DebugLocEntry also...
2014-04-10 Adrian PrantlDebug info: Factor the retrieving of the DIVariable...
2014-04-02 David BlaikieAdjust comments regarding non-relocated abbrev offset...
2014-04-02 David BlaikieSplit debug_loc and debug_loc.dwo emission into two...
2014-04-02 David BlaikieDebugInfo: Introduce DebugLocList to encapsulate a...
2014-04-01 David BlaikieDebugInfo: Factor out common functionality for renderin...
2014-04-01 David BlaikieCleanup remaining use of removed variable to fix the...
2014-04-01 David BlaikieSimplify debug_loc.dwo handling slightly.
2014-04-01 Adrian PrantlLTO type uniquing: store the Decl field of a DIImported...
2014-03-25 David BlaikieDebugInfo: Add GNU_addr_base and GNU_ranges_base only...
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-25 David BlaikieDebugInfo: Remove unnecessary zero-size check
2014-03-24 David BlaikieDebugInfo: Simplify debug loc list handling by keeping...
2014-03-24 David BlaikieDwarfDebug: Simplify debug_loc merging
2014-03-24 David BlaikieDebugInfo: Add DW_AT_GNU_ranges_base to skeleton CUs
2014-03-24 David BlaikieDebugInfo: Implement relative addressing for DW_AT_rang...
2014-03-24 David BlaikieDebugInfo: Don't emit relocations to abbreviations...
2014-03-24 David BlaikieDwarfDebug: Remove an unused parameter
2014-03-24 David BlaikieRemove unused parameter
2014-03-21 Adrian PrantlDelete stale comment. Thanks, Eric!
2014-03-21 Adrian PrantlDwarf Debug: Remove some cargo-cult type uniquing....
2014-03-21 David BlaikieDebugInfo: Omit DW_AT_addr_base from skeletal type...
2014-03-20 Eric ChristopherReapply DW_AT_low/high_pc patch:
2014-03-20 David BlaikieAdd comments from Eric's review of r204094.
2014-03-20 Eric ChristopherRevert "Use the range machinery for DW_AT_ranges and...
2014-03-19 Eric ChristopherUse the range machinery for DW_AT_ranges and DW_AT_high...
2014-03-19 David BlaikieDebugInfo: Use the comp_dir of the referencing type...
2014-03-18 Adrian PrantlDebug info: Remove OdrMemberMap from DwarfDebug, it...
2014-03-18 Adrian PrantlDwarfDebug: Only unique retained types instead of all...
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-18 Eric ChristopherAdd explanatory comment.
2014-03-18 Eric ChristopherShorten DotDebugLocEntry to just DebugLocEntry and...
2014-03-18 David BlaikieDebugInfo: Avoid emitting standard opcode lengths in...
2014-03-18 David BlaikieDebugInfo: Implement debug_line.dwo for file names...
2014-03-18 David BlaikieDebugInfo: Do not rely on the compilation dir (index...
2014-03-17 David BlaikieDebugInfo: Move getOrCreateSourceID from DwarfDebug...
2014-03-17 David BlaikieDebugInfo: Move line table zero-directory-index (compil...
2014-03-17 David BlaikieDebugInfo: Use MC line table file entry uniquing for...
2014-03-14 Adrian PrantlDebug Info: Fix LTO type uniquing for C++ member declar...
2014-03-14 Eric ChristopherRemove command line option for CU hashing. This is...
2014-03-14 Eric ChristopherIf we see that we're emitting code for a function that...
2014-03-14 Eric ChristopherRemove the -generate-dwarf-cu-ranges flag.
2014-03-14 David BlaikieDwarfDebug: Remove some needless recursion.
2014-03-12 Eric ChristopherTurn on hashing by default for split dwarf compile...
2014-03-12 David BlaikieDebugInfo: Use common line/file attribute construction...
2014-03-11 David BlaikieDebugInfo: Do not emit pubnames/pubtypes sections if...
2014-03-11 David BlaikieDebugInfo: Avoid re-looking up the DwarfUnit when emitt...
2014-03-11 David BlaikieDebugInfo: Refactor emitDebugPubNames/Types into a...
2014-03-11 David BlaikieDebugInfo: Remove unused labels now that we just emit...
2014-03-09 Benjamin KramerMachineModuleInfo: Turn nested std::pairs into a proper...
2014-03-08 David BlaikieDebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TA...
2014-03-07 Adrian PrantlRemove unnecessary test for Darwin and update testcase...
2014-03-07 Eric ChristopherTwo part patch:
2014-03-07 Adrian PrantlRevert "Remove unnecessary check for Darwin. rdar:...
2014-03-07 Adrian PrantlRemove unnecessary check for Darwin. rdar://problem...
2014-03-07 David BlaikieDebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlin...
2014-03-07 Benjamin Kramer[C++11] DwarfDebug: Turn single-use functors into lambdas.
2014-03-07 Benjamin Kramer[C++11] DwarfDebug: Use range-based for loops.
2014-03-07 David BlaikieDebugInfo: Refactor high_pc/low_pc construction into...
2014-03-07 David BlaikieDebugInfo: Restrict DW_AT_high_pc encoding as data4...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 David BlaikieDebugInfo: Limit r203187 to non-darwin as lldb can...
2014-03-07 David BlaikieDebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as...
2014-03-06 Eric ChristopherConstify a few things with DotDebugLocEntry.
2014-03-06 David BlaikieDebugInfo: Tag units as having been indexed in GNU...
2014-03-06 David BlaikieDebugInfo: Shrink pubnames/pubtypes in the presence...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-06 Eric ChristopherRemove the last of the special case code for emitting...
2014-03-06 Eric ChristopherRemove special case in the DIEValue printing since...
2014-03-05 Eric ChristopherAdd a DIELocList class to handle pointers into the...
2014-03-05 Eric ChristopherUse a bool for whether or not an abbreviation has child...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-03 Diego NovilloAdd DWARF discriminator support to DILexicalBlocks.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-02-27 Eric ChristopherDon't emit anything into the debug_ranges section if...
2014-02-26 Eric ChristopherFormatting fixups.
2014-02-25 David BlaikieDwarfDebug: Avoid emitting an empty debug_aranges secti...
2014-02-25 Adrian PrantlAddress review comments for r202188.
next