| Commit message (Expand) | Author | Age | Files | Lines |
| * | DebugInfo: Following up to r209677, refactor local variable emission to delay... | David Blaikie | 2014-06-13 | 1 | -0/+1 |
| * | DebugInfo: Use the scope of the function declaration, if any, to name a funct... | David Blaikie | 2014-06-06 | 1 | -0/+1 |
| * | DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters. | David Blaikie | 2014-05-27 | 1 | -4/+2 |
| * | DebugInfo: Separate out the addition of subprogram attribute additions so tha... | David Blaikie | 2014-05-27 | 1 | -0/+2 |
| * | Revert "DebugInfo: Don't put fission type units in comdat sections." | David Blaikie | 2014-05-21 | 1 | -4/+0 |
| * | DebugInfo: Follow up to r208930, comment usage of 'using' to bring in base cl... | David Blaikie | 2014-05-15 | 1 | -0/+3 |
| * | DebugInfo: Don't put fission type units in comdat sections. | David Blaikie | 2014-05-15 | 1 | -0/+1 |
| * | DwarfUnit: Pick a winner between isTypeSigned and isUnsignedDIType. | David Blaikie | 2014-05-11 | 1 | -1/+1 |
| * | DwarfUnit: Factor out calling isUnsignedDIType into a utility function so eac... | David Blaikie | 2014-05-11 | 1 | -1/+2 |
| * | DwarfUnit: Share common constant value emission between APInts of small (<= 6... | David Blaikie | 2014-05-11 | 1 | -0/+1 |
| * | Revert "Emit DW_AT_object_pointer once, on the declaration, for each function." | David Blaikie | 2014-04-30 | 1 | -1/+1 |
| * | DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inline... | David Blaikie | 2014-04-30 | 1 | -2/+4 |
| * | Emit DW_AT_object_pointer once, on the declaration, for each function. | David Blaikie | 2014-04-30 | 1 | -1/+1 |
| * | Remove DwarfUnit::LabelRange since it's unused. | David Blaikie | 2014-04-28 | 1 | -9/+0 |
| * | DebugInfo: Just store the DIE by value in the DwarfUnit | David Blaikie | 2014-04-28 | 1 | -9/+9 |
| * | Pass DIEs to DwarfUnit constructors by unique_ptr. | David Blaikie | 2014-04-28 | 1 | -6/+6 |
| * | DWARF Type Units: Avoid emitting type units under fission if the type require... | David Blaikie | 2014-04-26 | 1 | -3/+3 |
| * | DwarfUnit: Remove unused function | David Blaikie | 2014-04-25 | 1 | -4/+0 |
| * | DIE: Pass ownership of children via std::unique_ptr rather than raw pointer. | David Blaikie | 2014-04-25 | 1 | -3/+5 |
| * | DIEEntry: Refer to the specified DIE via reference rather than pointer. | David Blaikie | 2014-04-25 | 1 | -2/+2 |
| * | DwarfUnit: return by reference from createAndAddDIE | David Blaikie | 2014-04-25 | 1 | -2/+2 |
| * | Return DIE by reference instead of pointer from DwarfUnit::getUnitDie | David Blaikie | 2014-04-25 | 1 | -1/+1 |
| * | DwarfUnit: Suddently, DIE references, everywhere. | David Blaikie | 2014-04-25 | 1 | -44/+44 |
| * | Refactor some common logic in DwarfUnit::constructVariableDIE and pass non-nu... | David Blaikie | 2014-04-25 | 1 | -0/+4 |
| * | Remove the intermediate AccelTypes maps in DWARF units. | David Blaikie | 2014-04-24 | 1 | -11/+0 |
| * | Remove the intermediate AccelNamespace maps in DWARF units. | David Blaikie | 2014-04-24 | 1 | -6/+0 |
| * | Remove the intermediate AccelObjC maps in DWARF units | David Blaikie | 2014-04-24 | 1 | -9/+0 |
| * | And actually use the DwarfDebug::AccelNames to emit the names. | David Blaikie | 2014-04-23 | 1 | -6/+0 |
| * | Remove intermediate accelerator table for names. | David Blaikie | 2014-04-23 | 1 | -3/+0 |
| * | Push memory ownership of DwarfUnits into clients of DwarfFile. | David Blaikie | 2014-04-22 | 1 | -1/+1 |
| * | Remove unused parameter | David Blaikie | 2014-03-24 | 1 | -4/+2 |
| * | Reapply DW_AT_low/high_pc patch: | Eric Christopher | 2014-03-20 | 1 | -6/+9 |
| * | Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc." | Eric Christopher | 2014-03-20 | 1 | -9/+6 |
| * | Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc. | Eric Christopher | 2014-03-19 | 1 | -6/+9 |
| * | Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary. | Adrian Prantl | 2014-03-18 | 1 | -22/+0 |
| * | Replace unnecessary #include directive with forward declarations. | Adrian Prantl | 2014-03-18 | 1 | -0/+1 |
| * | DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w... | David Blaikie | 2014-03-18 | 1 | -2/+2 |
| * | DebugInfo: Implement debug_line.dwo for file names used in type units during ... | David Blaikie | 2014-03-18 | 1 | -4/+12 |
| * | DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit | David Blaikie | 2014-03-17 | 1 | -0/+4 |
| * | Debug Info: Fix LTO type uniquing for C++ member declarations | Adrian Prantl | 2014-03-14 | 1 | -0/+22 |
| * | DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc | David Blaikie | 2014-03-07 | 1 | -0/+4 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -2/+1 |
| * | [Layering] Move DebugInfo.h into the IR library where its implementation | Chandler Carruth | 2014-03-06 | 1 | -1/+1 |
| * | [Layering] Move DIBuilder.h into the IR library where its implementation | Chandler Carruth | 2014-03-06 | 1 | -1/+1 |
| * | Add a DIELocList class to handle pointers into the location list. | Eric Christopher | 2014-03-05 | 1 | -0/+3 |
| * | [cleanup] Re-sort all the includes with utils/sort_includes.py. | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | Switch all uses of LLVM_OVERRIDE to just use 'override' directly. | Craig Topper | 2014-03-02 | 1 | -4/+4 |
| * | If we're only emitting line tables for a particular CU then don't add | Eric Christopher | 2014-02-27 | 1 | -1/+6 |
| * | Address review comments for r202188. | Adrian Prantl | 2014-02-25 | 1 | -3/+3 |
| * | Debug info: Support variadic functions. | Adrian Prantl | 2014-02-25 | 1 | -0/+3 |