aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-26[DWARF] Rename getDwarf5OrGNUCallSite{Attr,Tag}, NFCVedant Kumar1-2/+1
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-2/+2
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-7/+7
2019-08-14[DebugInfo] Consider debug label scope has an extra lexical block fileTaewook Oh1-2/+5
2019-08-06Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin1-2/+2
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-1/+2
2019-07-31Fix unused variable warning for non-assert builds.Eric Christopher1-0/+1
2019-07-31Reland "[DwarfDebug] Dump call site debug info"Djordje Todorovic1-15/+197
2019-07-12Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic1-172/+15
2019-07-09[NFC][AsmPrinter] Fix the formatting for the rL365467Djordje Todorovic1-8/+6
2019-07-09[DwarfDebug] Dump call site debug infoDjordje Todorovic1-14/+173
2019-06-27[DWARF] Handle the DW_OP_entry_value operandDjordje Todorovic1-5/+11
2019-06-27[IR] Add DISuprogram and DIE for a func declDjordje Todorovic1-0/+5
2019-06-13[DebugInfo] Move Value struct out of DebugLocEntry as DbgValueLoc (NFC)Nikola Prica1-11/+11
2019-06-10[DebugInfo] More strict debug range for stack variablesNikola Prica1-88/+131
2019-05-28Stop undef fragments from closing non-overlapping fragmentsDavid Stenberg1-12/+10
2019-05-14DWARF v5: emit DW_AT_addr_base if DW_AT_low_pc references .debug_addrFangrui Song1-7/+7
2019-05-07[DebugInfo] Delete TypedDINodeRefFangrui Song1-4/+4
2019-04-30[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.Markus Lavin1-0/+4
2019-04-24DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...David Blaikie1-0/+16
2019-04-23Reapply: "DebugInfo: Emit only one kind of accelerated access/name table""David Blaikie1-1/+1
2019-04-23Revert "DebugInfo: Emit only one kind of accelerated access/name table"David Blaikie1-3/+0
2019-04-23Use llvm::stable_sortFangrui Song1-13/+12
2019-04-22DebugInfo: Emit only one kind of accelerated access/name tableDavid Blaikie1-0/+3
2019-04-10[DebugInfo] Improve handling of clobbered fragmentsDavid Stenberg1-47/+83
2019-04-10[DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg1-14/+13
2019-04-10[DebugInfo] Make InstrRange into a class, NFCDavid Stenberg1-5/+5
2019-04-09[DebugInfo] Pass all values in DebugLocEntry's constructor, NFCDavid Stenberg1-18/+5
2019-04-09[DebugInfo] Remove redundant DebugLocEntry::MergeValues() function, NFCDavid Stenberg1-50/+4
2019-03-26Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...Ali Tamur1-1/+0
2019-03-26[llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."Ali Tamur1-0/+1
2019-03-25Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur1-1/+0
2019-03-25[llvm] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur1-0/+1
2019-03-19[DwarfDebug] Skip entries to big for 16 bit size field in Dwarf < 5.Florian Hahn1-1/+7
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-12/+69
2019-03-19Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin1-69/+12
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-12/+69
2019-02-12DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anythi...David Blaikie1-2/+2
2019-02-01[DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...Wolfgang Pieb1-2/+4
2019-01-25[TEST][COMMIT] - fix comment typo in AsmPrinter/DwarfDebug.cpp - NFCTom Weaver1-1/+1
2019-01-22[DEBUG_INFO, NVPTX] Fix relocation info.Alexey Bataev1-22/+45
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-16[AsmPrinter] Collapse .loc 0 0 directivesJonas Devlieghere1-1/+1
2019-01-12Give helper classes/functions local linkage. NFC.Benjamin Kramer1-2/+2
2019-01-09[DebugInfo] Omit location list entries with empty rangesDavid Stenberg1-0/+13
2018-12-20DebugInfo: Fix for missing comp_dir handling with r349207David Blaikie1-9/+10
2018-12-18DebugInfo: Fix missing local imported entities after r349207David Blaikie1-3/+3
2018-12-14DebugInfo: Avoid using split DWARF when the split unit would be empty.David Blaikie1-28/+37
2018-11-13[AsmPrinter] Rename a comment of .debug_gnu_pubnames entryFangrui Song1-2/+2
2018-11-13DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie1-1/+1