|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | [DIBuilder] Make createReferenceType take size and align | Keno Fischer | 2015-11-16 | 1 | -1/+3 | 
| * | DebugInfo: Include the decl_line/decl_file in subprogram definitions if they ... | David Blaikie | 2015-10-07 | 1 | -0/+8 | 
| * | Debug Info: Allow a DIModule to appear as the scope of other entities. | Adrian Prantl | 2015-09-10 | 1 | -0/+2 | 
| * | AsmPrinter: Allow null subroutine type | Duncan P. N. Exon Smith | 2015-08-28 | 1 | -4/+3 | 
| * | Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE. | Paul Robinson | 2015-08-11 | 1 | -1/+1 | 
| * | AsmPrinter: Take DIEValueList in some DwarfUnit API, NFC | Duncan P. N. Exon Smith | 2015-08-02 | 1 | -6/+8 | 
| * | DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable | Duncan P. N. Exon Smith | 2015-07-31 | 1 | -2/+0 | 
| * | Use make_range(rbegin(), rend()) to allow foreach loops.  NFC. | Pete Cooper | 2015-07-24 | 1 | -2/+1 | 
| * | AsmPrinter: Use DICompositeType in updateAcceleratorTables(), NFC | Duncan P. N. Exon Smith | 2015-07-24 | 1 | -1/+1 | 
| * | DI: Clarify isUnsignedDIType(), NFC | Duncan P. N. Exon Smith | 2015-07-24 | 1 | -17/+18 | 
| * | DI: Only DICompositeType has getElements(), NFC | Duncan P. N. Exon Smith | 2015-07-24 | 1 | -1/+1 | 
| * | Debug Info: Add basic support for external types references. | Adrian Prantl | 2015-07-15 | 1 | -1/+16 | 
| * | Revert "[DWARF] Fix debug info generation for function static variables, type... | David Blaikie | 2015-07-01 | 1 | -7/+4 | 
| * | [DWARF] Fix debug info generation for function static variables, typedefs, an... | Michael Kuperstein | 2015-07-01 | 1 | -4/+7 | 
| * | Debug info: Add dwarf backend support for DIModule. | Adrian Prantl | 2015-06-30 | 1 | -0/+24 | 
| * | Revert "Debug Info: One more bitfield bugfix. While yesterday's r240853 fixed" | Adrian Prantl | 2015-06-27 | 1 | -18/+13 | 
| * | Debug Info: One more bitfield bugfix. While yesterday's r240853 fixed | Adrian Prantl | 2015-06-27 | 1 | -16/+21 | 
| * | Debug Info: Fix a bug in the DW_AT_bit_offset calculation that would | Adrian Prantl | 2015-06-26 | 1 | -13/+28 | 
| * | Debug Info: Clarify the documentation for bitfields emission. | Adrian Prantl | 2015-06-26 | 1 | -2/+7 | 
| * | AsmPrinter: Use an intrusively linked list for DIE::Children | Duncan P. N. Exon Smith | 2015-06-25 | 1 | -3/+4 | 
| * | AsmPrinter: Convert DIE::Values to a linked list | Duncan P. N. Exon Smith | 2015-06-25 | 1 | -16/+20 | 
| * | Rename and improve emitSectionOffset. | Rafael Espindola | 2015-06-16 | 1 | -4/+2 | 
| * | Debug Info IR: Switch DIObjCProperty to use DITypeRef. | Adrian Prantl | 2015-06-15 | 1 | -1/+1 | 
| * | AsmPrinter: Return added DIE from DIE::addChild() | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -2/+1 | 
| * | Reapply "AsmPrinter: Change DIEValue to be stored by value" | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -53/+21 | 
| * | Revert "AsmPrinter: Change DIEValue to be stored by value" | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -21/+53 | 
| * | AsmPrinter: Change DIEValue to be stored by value | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -53/+21 | 
| * | AsmPrinter: Make DIEString small | Duncan P. N. Exon Smith | 2015-05-24 | 1 | -25/+4 | 
| * | AsmPrinter: Emit the DwarfStringPool offset directly when possible | Duncan P. N. Exon Smith | 2015-05-24 | 1 | -4/+3 | 
| * | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -1/+1 | 
| * | Revert "Add bool to DebugLocDwarfExpression to control emitting comments." | Pete Cooper | 2015-05-20 | 1 | -1/+1 | 
| * | Add bool to DebugLocDwarfExpression to control emitting comments. | Pete Cooper | 2015-05-20 | 1 | -1/+1 | 
| * | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -91/+90 | 
| * | [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. | Lang Hames | 2015-04-24 | 1 | -9/+9 | 
| * | DebugInfo: Remove DIArray and DITypeArray typedefs | Duncan P. N. Exon Smith | 2015-04-21 | 1 | -6/+6 | 
| * | DebugInfo: Drop rest of DIDescriptor subclasses | Duncan P. N. Exon Smith | 2015-04-21 | 1 | -10/+10 | 
| * | DebugInfo: Delete subclasses of DIScope | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -9/+9 | 
| * | DebugInfo: Delete old subclasses of DIType | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -22/+18 | 
| * | DwarfUnit: Split MDSubroutineType version of constructTypeDIE() | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -30/+33 | 
| * | DwarfUnit: Cleanup comments | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -93/+0 | 
| * | DebugInfo: Remove DIType | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -13/+15 | 
| * | DebugInfo: Remove DIScope | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -10/+8 | 
| * | DebugInfo: Remove typedefs for DITypeRef, etc. | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -2/+2 | 
| * | DebugInfo: Delete DIDescriptor (but not its subclasses) | Duncan P. N. Exon Smith | 2015-04-18 | 1 | -11/+8 | 
| * | DebugInfo: Gut DIDescriptor | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -3/+4 | 
| * | DebugInfo: Gut DIScope, DIEnumerator and DISubrange | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -9/+9 | 
| * | DebugInfo: Gut DIType and subclasses | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -74/+71 | 
| * | DebugInfo: Remove unnecessary API from DIDerivedType and DIType | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -29/+34 | 
| * | DebugInfo: Gut DISubprogram and DILexicalBlock* | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -25/+25 | 
| * | DebugInfo: Gut DINamespace and DITemplate*Parameter | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -18/+18 |