summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [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-0/+16
* Reapply: "DebugInfo: Emit only one kind of accelerated access/name table""David Blaikie2019-04-231-1/+1
* Revert "DebugInfo: Emit only one kind of accelerated access/name table"David Blaikie2019-04-231-3/+0
* Use llvm::stable_sortFangrui Song2019-04-231-13/+12
* DebugInfo: Emit only one kind of accelerated access/name tableDavid Blaikie2019-04-221-0/+3
* [DebugInfo] Improve handling of clobbered fragmentsDavid Stenberg2019-04-101-47/+83
* [DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg2019-04-101-14/+13
* [DebugInfo] Make InstrRange into a class, NFCDavid Stenberg2019-04-101-5/+5
* [DebugInfo] Pass all values in DebugLocEntry's constructor, NFCDavid Stenberg2019-04-091-18/+5
* [DebugInfo] Remove redundant DebugLocEntry::MergeValues() function, NFCDavid Stenberg2019-04-091-50/+4
* Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...Ali Tamur2019-03-261-1/+0
* [llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-261-0/+1
* Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-251-1/+0
* [llvm] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur2019-03-251-0/+1
* [DwarfDebug] Skip entries to big for 16 bit size field in Dwarf < 5.Florian Hahn2019-03-191-1/+7
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-12/+69
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-69/+12
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-12/+69
* DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anythi...David Blaikie2019-02-121-2/+2
* [DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...Wolfgang Pieb2019-02-011-2/+4
* [TEST][COMMIT] - fix comment typo in AsmPrinter/DwarfDebug.cpp - NFCTom Weaver2019-01-251-1/+1
OpenPOWER on IntegriCloud