| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Debug Info: Emit the dwo_name only in skeleton CUs, not in DWOs. | Adrian Prantl | 2015-09-22 | 1 | -3/+5 |
* | DwarfDebug: Emit dwo_id+dwo_name for DICompileUnits that provide a dwoId. | Adrian Prantl | 2015-09-14 | 1 | -0/+8 |
* | Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE. | Paul Robinson | 2015-08-11 | 1 | -0/+14 |
* | [MC/Dwarf] Allow to specify custom parameters for linetable emission. | Frederic Riss | 2015-08-07 | 1 | -1/+2 |
* | If the "CodeView" module flag is set, emit codeview instead of DWARF | Reid Kleckner | 2015-08-05 | 1 | -0/+2 |
* | DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable | Duncan P. N. Exon Smith | 2015-07-31 | 1 | -1/+1 |
* | DI: Strengthen block-byref cast to DIDerivedType, NFC | Duncan P. N. Exon Smith | 2015-07-24 | 1 | -1/+1 |
* | DI: Only DICompositeType has getElements(), NFC | Duncan P. N. Exon Smith | 2015-07-24 | 1 | -1/+1 |
* | Add a "debugger tuning" concept that allows us to fine-tune how we | Paul Robinson | 2015-07-15 | 1 | -9/+35 |
* | Debug Info: Add basic support for external types references. | Adrian Prantl | 2015-07-15 | 1 | -2/+5 |
* | Revert "[DWARF] Fix debug info generation for function static variables, type... | David Blaikie | 2015-07-01 | 1 | -20/+9 |
* | [DWARF] Fix debug info generation for function static variables, typedefs, an... | Michael Kuperstein | 2015-07-01 | 1 | -9/+20 |
* | AsmPrinter: Don't emit empty .debug_loc entries | Duncan P. N. Exon Smith | 2015-06-21 | 1 | -8/+9 |
* | AsmPrinter: Rewrite initialization of DbgVariable, NFC | Duncan P. N. Exon Smith | 2015-06-21 | 1 | -18/+17 |
* | Rename and improve emitSectionOffset. | Rafael Espindola | 2015-06-16 | 1 | -2/+2 |
* | Revert "[DWARF] Fix a few corner cases in expression emission" | David Blaikie | 2015-06-09 | 1 | -2/+0 |
* | [DWARF] Fix a few corner cases in expression emission | Keno Fischer | 2015-06-09 | 1 | -0/+2 |
* | Reapply "AsmPrinter: Change DIEValue to be stored by value" | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -3/+2 |
* | Revert "AsmPrinter: Change DIEValue to be stored by value" | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -2/+3 |
* | AsmPrinter: Change DIEValue to be stored by value | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -3/+2 |
* | Use "auto &" in range-based for-loop and remove the extra braces. | Adrian Prantl | 2015-05-26 | 1 | -2/+1 |
* | Fix a use-after-free in a DEBUG output. | Adrian Prantl | 2015-05-26 | 1 | -4/+4 |
* | AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable, NFC | Duncan P. N. Exon Smith | 2015-05-24 | 1 | -8/+4 |
* | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -13/+12 |
* | Don't generate comments in the DebugLocStream unless required. NFC. | Pete Cooper | 2015-05-20 | 1 | -2/+2 |
* | Revert "Add bool to DebugLocDwarfExpression to control emitting comments." | Pete Cooper | 2015-05-20 | 1 | -4/+0 |
* | Add bool to DebugLocDwarfExpression to control emitting comments. | Pete Cooper | 2015-05-20 | 1 | -0/+4 |
* | MC: Clean up method names in MCContext. | Jim Grosbach | 2015-05-18 | 1 | -2/+2 |
* | DwarfDebug: Emit number of bytes in .debug_loc entry directly | Duncan P. N. Exon Smith | 2015-05-06 | 1 | -6/+3 |
* | DebugInfo: Use low_pc relative debug_ranges under fission when the CU has a l... | David Blaikie | 2015-05-02 | 1 | -1/+1 |
* | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -47/+47 |
* | [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. | Lang Hames | 2015-04-24 | 1 | -61/+61 |
* | DebugInfo: Drop rest of DIDescriptor subclasses | Duncan P. N. Exon Smith | 2015-04-21 | 1 | -23/+22 |
* | DebugInfo: Delete subclasses of DIScope | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -7/+9 |
* | DebugInfo: Delete old subclasses of DIType | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -1/+1 |
* | DwarfUnit: Split MDSubroutineType version of constructTypeDIE() | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -1/+1 |
* | DebugInfo: Remove DIType | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -7/+5 |
* | DebugInfo: Remove typedefs for DITypeRef, etc. | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -2/+2 |
* | AsmPrinter: Create a unified .debug_loc stream | Duncan P. N. Exon Smith | 2015-04-17 | 1 | -32/+31 |
* | AsmPrinter: Store MDExpression directly instead of MDNode, NFC | Duncan P. N. Exon Smith | 2015-04-17 | 1 | -1/+1 |
* | AsmPrinter: Stop storing MDLocalVariable in DebugLocEntry | Duncan P. N. Exon Smith | 2015-04-17 | 1 | -6/+4 |
* | AsmPrinter: Calculate type upfront for location lists, NFC | Duncan P. N. Exon Smith | 2015-04-17 | 1 | -13/+14 |
* | AsmPrinter: Simplify logic for debug info intrinsics' !dbg attachments | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -3/+4 |
* | DebugInfo: DIRef<> => TypedDebugNodeRef<> | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -1/+1 |
* | DebugInfo: Gut DIScope, DIEnumerator and DISubrange | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -3/+3 |
* | DebugInfo: Gut DIType and subclasses | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -11/+11 |
* | DebugInfo: Gut DICompileUnit and DIFile | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -10/+10 |
* | DebugInfo: factor out dead variable in NDEBUG from r235050 | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -2/+1 |
* | DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -40/+40 |
* | DebugInfo: Gut DISubprogram and DILexicalBlock* | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -10/+10 |