summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAge
* DebugInfo: Remove some extra handling of abstract variables and instead rely ...David Blaikie2014-06-13
* DebugInfo: Reference abstract definitions from variables in concrete definiti...David Blaikie2014-06-13
* DwarfDebug::getExistingAbstractVariable: constify an existing reference param...David Blaikie2014-06-13
* DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie2014-06-13
* DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather...David Blaikie2014-06-05
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-04
* Roll DbgVariable::setMInsn into the constructor. No functional changes.Adrian Prantl2014-05-30
* DebugInfo: Create abstract function definitions even when concrete definition...David Blaikie2014-05-27
* DebugInfo: Lazily attach definition attributes to definitions.David Blaikie2014-05-27
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-21
* DebugInfo: Ensure concrete out of line variables from inlined functions refer...David Blaikie2014-05-21
* DwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc emission into helper func...David Blaikie2014-05-16
* DebugInfo: Don't put fission type units in comdat sections.David Blaikie2014-05-15
* DebugInfo: Do not delay attaching DW_AT_inline attribute to abstract definiti...David Blaikie2014-05-14
* Use a single data structure to store all user variables in DwarfDebugAlexey Samsonov2014-04-30
* Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."David Blaikie2014-04-30
* Move logic for calculating DBG_VALUE history map into separate file/class.Alexey Samsonov2014-04-30
* Emit DW_AT_object_pointer once, on the declaration, for each function.David Blaikie2014-04-30
* Fix the clang-cl self-host build by defining ~DwarfDebug out of lineReid Kleckner2014-04-30
* Fix some 80 cols violations committed in r207539David Blaikie2014-04-29
* DwarfDebug: Split the initialization of abstract and non-abstract subprogram ...David Blaikie2014-04-29
* Improve explicit memory ownership of DIEsDavid Blaikie2014-04-28
* DwarfDebug: Omit DW_AT_object_pointer on inlined_subroutinesDavid Blaikie2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* DWARF Type Units: Avoid emitting type units under fission if the type require...David Blaikie2014-04-26
* DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.David Blaikie2014-04-25
* DwarfUnit: return by reference from createAndAddDIEDavid Blaikie2014-04-25
* DwarfUnit: Suddently, DIE references, everywhere.David Blaikie2014-04-25
* Refactor some common logic in DwarfUnit::constructVariableDIE and pass non-nu...David Blaikie2014-04-25
* Remove unused parameterDavid Blaikie2014-04-24
* Remove the intermediate AccelTypes maps in DWARF units.David Blaikie2014-04-24
* Remove the intermediate AccelNamespace maps in DWARF units.David Blaikie2014-04-24
* Remove the intermediate AccelObjC maps in DWARF unitsDavid Blaikie2014-04-24
* Remove intermediate accelerator table for names.David Blaikie2014-04-23
* Move the AddressPool from DwarfFile to DwarfDebug.David Blaikie2014-04-23
* Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie2014-04-23
* Push memory ownership of DwarfUnits into clients of DwarfFile.David Blaikie2014-04-22
* Use std::unique_ptr to handle ownership of DwarfUnits in DwarfFile.David Blaikie2014-04-22
* Simplify address pool index assignment.David Blaikie2014-04-22
* Revert "Use value semantics to manage DbgVariables rather than dynamic alloca...David Blaikie2014-04-22
* Use value semantics to manage DbgVariables rather than dynamic allocation/poi...David Blaikie2014-04-21
* Use std::unique_ptr for DIE childrenDavid Blaikie2014-04-14
* Use dwarf::Tag rather than unsigned for DIE::Tag to make debugging easier.David Blaikie2014-04-12
* Split debug_loc and debug_loc.dwo emission into two separate functionsDavid Blaikie2014-04-02
* DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an...David Blaikie2014-04-02
* DebugInfo: Split DebugLocEntry into its own file.David Blaikie2014-04-01
* DwarfDebug: Prevent DebugLocEntry merging from coalescing two differentAdrian Prantl2014-04-01
* DebugInfo: Factor out common functionality for rendering debug_loc and debug_...David Blaikie2014-04-01
* Simplify debug_loc.dwo handling slightly.David Blaikie2014-04-01
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-25