| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | [codeview] Improved array type support. | Amjad Aboud | 2016-07-12 | 1 | -27/+1 | 
| *  | [COFF, Dwarf] Don't emit DW_AT_location for dllimported entities | David Majnemer | 2016-07-09 | 1 | -8/+12 | 
| *  | [DebugInfo] Add calling convention support for DWARF and CodeView | Reid Kleckner | 2016-06-08 | 1 | -1/+13 | 
| *  | DWARF: Omit DW_AT_APPLE attributes (except ObjC ones) when not targeting LLDB | David Blaikie | 2016-05-24 | 1 | -4/+6 | 
| *  | CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression. | Peter Collingbourne | 2016-05-20 | 1 | -6/+8 | 
| *  | Debug Info: Introduce a DwarfDebug::UseDWARF2Bitfields flag | Adrian Prantl | 2016-05-17 | 1 | -6/+3 | 
| *  | Debug Info: Don't emit bitfields in the DWARF4 format when tuning for GDB. | Adrian Prantl | 2016-05-17 | 1 | -6/+11 | 
| *  | Debug Info: Don't emit a DW_AT_data_member_location for DWARF bitfields. | Adrian Prantl | 2016-05-17 | 1 | -3/+3 | 
| *  | Debug info: Don't emit a DW_AT_byte_size when emitting a DWARF4 bit field. | Adrian Prantl | 2016-05-16 | 1 | -1/+2 | 
| *  | Reverting 268054 & 268063 as they caused PR27579. | Amjad Aboud | 2016-04-30 | 1 | -15/+7 | 
| *  | Recommitted r264280 "Supporting all entities declared in lexical scope in LLV... | Amjad Aboud | 2016-04-29 | 1 | -7/+15 | 
| *  | Debug Info: Restore the pre-r240853 behavior for DWARF2 bitfields. | Adrian Prantl | 2016-04-28 | 1 | -24/+10 | 
| *  | Debug info: Support DWARF4 bitfields via DW_AT_data_bit_offset. | Adrian Prantl | 2016-04-28 | 1 | -28/+30 | 
| *  | DebugInfo: Remove MDString-based type references | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -2/+0 | 
| *  | [DWARF] Force a linkage_name on an inlined subprogram's abstract origin. | Paul Robinson | 2016-04-18 | 1 | -2/+4 | 
| *  | Revert "Recommitted r263424 "Supporting all entities declared in lexical scop... | Reid Kleckner | 2016-03-24 | 1 | -15/+7 | 
| *  | Recommitted r263424 "Supporting all entities declared in lexical scope in LLV... | Amjad Aboud | 2016-03-24 | 1 | -7/+15 | 
| *  | DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual fun... | Peter Collingbourne | 2016-03-17 | 1 | -4/+6 | 
| *  | Revert "Recommitted r261633 "Supporting all entities declared in lexical scop... | Benjamin Kramer | 2016-03-14 | 1 | -15/+7 | 
| *  | Recommitted r261633 "Supporting all entities declared in lexical scope in LLV... | Amjad Aboud | 2016-03-14 | 1 | -7/+15 | 
| *  | Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb... | Hans Wennborg | 2016-02-23 | 1 | -15/+7 | 
| *  | Supporting all entities declared in lexical scope in LLVM debug info. | Amjad Aboud | 2016-02-23 | 1 | -7/+15 | 
| *  | DwarfDebug: emit type units immediately. | Peter Collingbourne | 2016-02-11 | 1 | -13/+14 | 
| *  | [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 |