summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Only move types out of type units if they're named or type unitedDavid Blaikie2019-05-101-1/+2
* Debug Info: Support address space attributes on rvalue references.Adrian Prantl2019-05-071-4/+4
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-32/+29
* [DebugInfo] DW_OP_deref_size in PrologEpilogInserter.Markus Lavin2019-04-301-0/+4
* DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...David Blaikie2019-04-241-5/+17
* [llvm] Prevent duplicate files in debug line header in dwarf 5: another attemptAli Tamur2019-04-191-2/+3
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-1/+1
* NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.Eric Christopher2019-04-041-6/+6
* Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...Ali Tamur2019-03-261-0/+1
* [llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-261-1/+0
* Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-251-0/+1
* [llvm] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur2019-03-251-1/+0
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-5/+10
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-10/+5
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-5/+10
* Add IR debug info support for Elemental, Pure, and Recursive Procedures.Adrian Prantl2019-03-141-0/+6
* [DebugInfo] Construct nested types on behalf of owner CUEugene Leviant2019-03-041-22/+28
* [DebugInfo] Apply subprogram attributes on behalf of owner CUEugene Leviant2019-02-271-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DIFlagFixedEnum to DIFlagEnumClass. NFCPaul Robinson2019-01-081-1/+1
* Recommit r348806: DebugInfo: Use symbol difference for CU length to simplify ...David Blaikie2018-12-181-1/+8
* DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnitDavid Blaikie2018-12-141-9/+0
* Revert "debuginfo: Use symbol difference for CU length to simplify assembly ...Jordan Rupprecht2018-12-111-12/+1
* debuginfo: Use symbol difference for CU length to simplify assembly reading/e...David Blaikie2018-12-101-1/+12
* [Codegen] - Implement basic .debug_loclists section emission (DWARF5).George Rimar2018-10-261-0/+9
* DebugInfo: Use DW_OP_addrx in DWARFv5David Blaikie2018-10-201-4/+11
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-201-2/+4
* [DWARF] - Emit the correct value for DW_AT_addr_base.George Rimar2018-09-201-0/+7
* Remove addBlockByrefAddress(), it is dead code as far as clang is concerned.Adrian Prantl2018-09-081-132/+0
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-0/+6
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-3/+3
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-141-0/+5
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-6/+0
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-0/+6
* [DebugInfo] Reduce debug_str_offsets section sizePavel Labath2018-08-071-1/+6
* [DEBUGINFO] Disable emission of the dwarf sections, but allow directives.Alexey Bataev2018-08-011-0/+3
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-6/+0
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-0/+6
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-6/+0
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-0/+6
* [DebugInfo] Generate .debug_names section when it makes sensePavel Labath2018-07-201-7/+2
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-121-0/+9
* [CodeGen/Dwarf] Rename the "sizetype" synthetic type and add it to the accele...Pavel Labath2018-04-101-1/+3
* Style update. NFC.Rafael Espindola2018-03-291-6/+6
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-291-1/+3
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-281-1/+1
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-271-1/+1
* [DWARF] Suppress split line tables more carefully.Paul Robinson2018-03-271-8/+9
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
OpenPOWER on IntegriCloud