summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2020-01-291-4/+5
* Revert "[DWARF5][DebugInfo]: Added support for DebugInfo generation for auto ...Amy Huang2020-01-131-8/+0
* [DWARF5][DebugInfo]: Added support for DebugInfo generation for auto return t...Awanish Pandey2020-01-131-0/+8
* Reland: [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-201-5/+4
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-2/+2
* [ObjC][DWARF] Emit DW_AT_APPLE_objc_direct for methods marked as __attribute_...Raphael Isemann2019-12-171-0/+3
* Revert "[DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2019-12-111-4/+5
* [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-101-5/+4
* Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."Sourabh Singh Tomar2019-12-031-0/+9
* Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall2019-11-181-9/+0
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-161-0/+9
* [DWARF5] Added support for deleted C++ special member functions.Adrian Prantl2019-10-291-0/+3
* DebugInfo: Move loclist base address from DwarfFile to DebugLocStreamDavid Blaikie2019-10-171-9/+0
* [DebugInfo] Add interface for pre-calculating the size of emitted DWARFDavid Stenberg2019-10-151-9/+20
* DebugInfo: Update support for detecting C++ language variants in debug info e...David Blaikie2019-10-021-1/+1
* Debug Info: Support for DW_AT_export_symbols for anonymous structsShafik Yaghmour2019-08-261-0/+3
* Reland "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-311-0/+4
* Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-121-4/+0
* [DwarfDebug] Dump call site debug infoDjordje Todorovic2019-07-091-0/+4
* DebugInfo: Include enumerators in pubnamesDavid Blaikie2019-06-141-0/+5
* [DebugInfo] More strict debug range for stack variablesNikola Prica2019-06-101-0/+4
* 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
OpenPOWER on IntegriCloud