DwarfUnit: Suddently, DIE references, everywhere.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
2014-04-25 David BlaikieDwarfUnit: Suddently, DIE references, everywhere.
2014-04-25 David BlaikieRefactor some common logic in DwarfUnit::constructVaria...
2014-04-24 David BlaikieRemove unused parameter
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 BlaikieRemove intermediate accelerator table for names.
2014-04-23 David BlaikieMove the AddressPool from DwarfFile to DwarfDebug.
2014-04-23 David BlaikieSplit out DwarfFile from DwarfDebug into its own .h...
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-21 David BlaikieUse value semantics to manage DbgVariables rather than...
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-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: Split DebugLocEntry into its own file.
2014-04-01 Adrian PrantlDwarfDebug: Prevent DebugLocEntry merging from coalesci...
2014-04-01 David BlaikieDebugInfo: Factor out common functionality for renderin...
2014-04-01 David BlaikieSimplify debug_loc.dwo handling slightly.
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
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 BlaikieDwarfDebug: Remove an unused parameter
2014-03-20 Eric ChristopherTypo.
2014-03-20 Eric ChristopherReapply DW_AT_low/high_pc patch:
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 Eric ChristopherAdd back the headers we're getting via (likely) transit...
2014-03-18 Eric ChristopherFix for coding style.
2014-03-18 Eric ChristopherRemove a bunch of unnecessary includes and forward...
2014-03-18 Adrian PrantlDebug info: Remove OdrMemberMap from DwarfDebug, it...
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-18 Adrian PrantlReplace unnecessary #include directive with forward...
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: Use MC line table file entry uniquing for...
2014-03-14 Adrian PrantlDebug Info: Fix LTO type uniquing for C++ member declar...
2014-03-11 David BlaikieDebugInfo: Refactor emitDebugPubNames/Types into a...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Eric ChristopherAdd support for hashing location information for CU...
2014-03-07 Eric ChristopherTwo part patch:
2014-03-07 David BlaikieDebugInfo: Refactor high_pc/low_pc construction into...
2014-03-06 Eric ChristopherConstify a few things with DotDebugLocEntry.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Eric ChristopherRemove the last of the special case code for emitting...
2014-03-06 Eric Christopherconstify a few accessors.
2014-03-05 Eric ChristopherAdd a DIELocList class to handle pointers into the...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-16 Eric ChristopherAdd a DIELoc class to cover the DW_FORM_exprloc set...
2014-02-15 David BlaikieDebugInfo: Deduplicate entries in the fission address...
2014-02-12 David BlaikieDwarfUnit: Provide a reference to a defining DwarfCompi...
2014-01-29 Eric ChristopherMake the compile unit map a MapVector so that we can...
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-24 Eric ChristopherRevert "Use DW_AT_high_pc and DW_AT_low_pc for the...
2014-01-24 Eric ChristopherUse DW_AT_high_pc and DW_AT_low_pc for the high and...
2014-01-15 Eric ChristopherMake sure we emit a relocation to the debug_ranges...
2014-01-10 David BlaikieRevert "Revert r198851, "Prototype of skeleton type...
2014-01-09 NAKAMURA TakumiRevert r198851, "Prototype of skeleton type units for...
2014-01-09 David BlaikiePrototype of skeleton type units for fission
2014-01-09 David BlaikieDwarfDebug: Refactor out common skeleton construction...
2014-01-09 David BlaikieDwarfUnit: Rename "Node" to "CUNode" and propagate...
2014-01-03 David BlaikieRevert "Revert "Debug Info: Type Units: Simplify type...
2014-01-03 David BlaikieRevert "Debug Info: Type Units: Simplify type hashing...
2014-01-03 David BlaikieDebug Info: Type Units: Simplify type hashing using...
2013-12-30 Eric ChristopherRevert r198208 and reapply:
2013-12-30 NAKAMURA TakumiRevert r198199 (and r198202). It broke 3 DebugInfo...
2013-12-30 Eric ChristopherFix aranges and split dwarf by ensuring that the symbol...
2013-12-17 David BlaikieDebugInfo: Introduce new DIValue, DIETypeSignature...
2013-12-10 Eric ChristopherWe never emit info into the macro info section, stop...
2013-12-09 Eric ChristopherRename CompileUnit->DwarfCompileUnit and TypeUnit-...
2013-12-09 Eric ChristopherRename Unit->DwarfUnit to match the file name and make...
2013-12-06 David BlaikieDebugInfo: Include the section and start-of-section...
2013-12-06 David BlaikieDebugInfo: Ensure unit IDs (for non-skeletal units...
2013-12-05 Eric ChristopherRename DwarfUnits to DwarfFile to help avoid some namin...
2013-12-05 David BlaikieDwarfDebug/DwarfUnit: Push abbreviation structures...
2013-12-05 David BlaikieDwarfDebug: Avoid unnecessary abbreviation lookup when...
2013-12-05 David BlaikieDwarfDebug: Remove trivial function wrapper
2013-12-04 David BlaikieDwarfDebug: Reduce code duplication for sec offset...
2013-12-03 Eric ChristopherUpdate comment grammar and contents.
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-12-03 NAKAMURA TakumiRevert r196270, "Generalize debug info / EH emission...
2013-12-03 Timur IskhodzhanovGeneralize debug info / EH emission in AsmPrinter
2013-12-03 Eric ChristopherRefactor the handling of lexical block and inline scope...
2013-12-03 Eric ChristopherUpdate doxygen tags.
2013-12-03 Eric ChristopherReorder member function declarations to match source...
2013-12-03 Eric ChristopherMake ranges and range lists be a discrete entity that...
2013-12-02 David BlaikieDebugInfo: Refactor CompileUnit into a Unit baseclass...
2013-12-02 David BlaikieDebugInfo: Type Units: Propagate the correct DW_AT_lang...
2013-11-26 Eric Christopher80-column fixups.
2013-11-26 David BlaikieDwarfDebug: Include type units in accelerator tables.
2013-11-23 David BlaikieDwarfDebug: Move ownership of CompileUnits into DwarfUnits
2013-11-21 Eric ChristopherMove member variable up to where the rest of non-DWARF5...
next