summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF5][Debuginfo] Compilation unit type (DW_UT_skeleton) and root DIE (DW_T...Alexey Lapshin2019-12-051-1/+2
* [NFCI][DebugInfo] Corrected a comment.Sourabh Singh Tomar2019-12-031-2/+2
* [DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-12-031-2/+24
* Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-18/+37
* Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-37/+18
* [DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-11-231-18/+37
* Fix PR44001: assert failure in getFunctionLocalOffsetAfterInsnThomas Preud'homme2019-11-191-6/+21
* DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...David Blaikie2019-11-151-1/+4
* Fix typo in DwarfDebug [NFC]David Stenberg2019-11-131-1/+1
* DebugInfo: Remove redundant conditionals/checks from macro info emissionDavid Blaikie2019-11-081-18/+8
* DebugInfo: Do not create a debug_macinfo section if no CUs have associated ma...David Blaikie2019-11-081-4/+2
* DebugInfo: Use separate macinfo contributions for each CUDavid Blaikie2019-11-081-2/+2
* DebugInfo: Streamline debug_ranges/rnglists/rnglists.dwo emission codeDavid Blaikie2019-11-011-47/+22
* [ARM][AArch64][DebugInfo] Improve call site instruction interpretationDjordje Todorovic2019-10-301-5/+12
* DebugInfo: Move loclist base address from DwarfFile to DebugLocStreamDavid Blaikie2019-10-171-8/+11
* DebugInfo: Remove unused parameter (from DwarfDebug.cpp:emitListsTableHeaderS...David Blaikie2019-10-171-3/+3
* [DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg2019-10-151-5/+4
* [DebugInfo] Add interface for pre-calculating the size of emitted DWARFDavid Stenberg2019-10-151-5/+31
* [DebugInfo] Fix truncation of call site immediatesDavid Stenberg2019-10-141-1/+1
* DebugInfo: Use base address selection entries for debug_locDavid Blaikie2019-10-111-150/+115
* Second attempt to add iterator_range::empty()Jordan Rose2019-10-071-2/+2
* DebugInfo: Generalize rnglist emission as a precursor to reusing it for locli...David Blaikie2019-10-031-15/+25
* DebugInfo: Rename DebugLocStream::Entry::Begin/EndSym to just Begin/EndDavid Blaikie2019-10-021-10/+10
* DebugInfo: Simplify RangeSpan to be a plain structDavid Blaikie2019-10-021-6/+6
* DebugInfo: Update support for detecting C++ language variants in debug info e...David Blaikie2019-10-021-3/+4
* DebugInfo: Simplify section label caching/usageDavid Blaikie2019-09-301-8/+4
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-2/+2
* Remove the obsolete BlockByRefStruct flag from LLVM IRAdrian Prantl2019-09-181-47/+1
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-2/+2
* [DWARF] Emit call site parameter info when tuning for lldbVedant Kumar2019-09-111-2/+2
* [DebugInfo][X86] Describe call site values for zero-valued immsDavid Stenberg2019-09-081-12/+22
* [NFC] Make the describeLoadedValue() hook return machine operand objectsDavid Stenberg2019-09-081-4/+4
* [DWARF] Rename getDwarf5OrGNUCallSite{Attr,Tag}, NFCVedant Kumar2019-08-261-2/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-7/+7
* [DebugInfo] Consider debug label scope has an extra lexical block fileTaewook Oh2019-08-141-2/+5
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-2/+2
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-1/+2
* Fix unused variable warning for non-assert builds.Eric Christopher2019-07-311-0/+1
* Reland "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-311-15/+197
* Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-121-172/+15
* [NFC][AsmPrinter] Fix the formatting for the rL365467Djordje Todorovic2019-07-091-8/+6
* [DwarfDebug] Dump call site debug infoDjordje Todorovic2019-07-091-14/+173
* [DWARF] Handle the DW_OP_entry_value operandDjordje Todorovic2019-06-271-5/+11
* [IR] Add DISuprogram and DIE for a func declDjordje Todorovic2019-06-271-0/+5
* [DebugInfo] Move Value struct out of DebugLocEntry as DbgValueLoc (NFC)Nikola Prica2019-06-131-11/+11
* [DebugInfo] More strict debug range for stack variablesNikola Prica2019-06-101-88/+131
* Stop undef fragments from closing non-overlapping fragmentsDavid Stenberg2019-05-281-12/+10
* DWARF v5: emit DW_AT_addr_base if DW_AT_low_pc references .debug_addrFangrui Song2019-05-141-7/+7
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-4/+4
OpenPOWER on IntegriCloud