summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-3/+3
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* [DWARF] Fix bad comparator in sortGlobalExprs.Eli Friedman2017-10-121-7/+12
* Reinstantiate old/bad deduplication logic that was removed in r315279.Daniel Jasper2017-10-121-0/+10
* CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner2017-10-101-1/+1
* Ignore all duplicate frame index expressionBjorn Steinbrink2017-10-101-0/+25
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-91/+52
* Revert "[DWARF] Incorrect prologue end line record."Robert Lougher2017-09-121-3/+1
* [DWARF] Incorrect prologue end line record.Robert Lougher2017-09-121-1/+3
* [DWARF] Line 0 should not have a discriminator.Paul Robinson2017-09-071-2/+2
* Untabify.NAKAMURA Takumi2017-08-281-5/+5
* Filter out non-constant DIGlobalVariableExpressions reachable via the CUAdrian Prantl2017-08-191-2/+9
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-29/+51
* Assert that the offset of a DBG_VALUE is always 0. (NFC)Adrian Prantl2017-08-021-2/+4
* Remove the unused Offset field from MachineLocation (NFC)Adrian Prantl2017-08-021-5/+1
* Remove unreachable code. (NFC)Adrian Prantl2017-08-021-7/+1
* DebugInfo: Update flag description that'd been copypasted from anotherDavid Blaikie2017-08-011-1/+1
* DebugInfo: Put range base specifier entry functionality behind a flagDavid Blaikie2017-07-311-4/+9
* DebugInfo: Fix r309526, ensure resetting base address selection entries are usedDavid Blaikie2017-07-311-0/+6
* DebugInfo: Use base address selection entries in debug_ranges to reduce reloc...David Blaikie2017-07-301-10/+35
* DebugInfo: Consider a CU containing only local imported entities to be 'empty'David Blaikie2017-07-281-11/+14
* remove redundant checkAdrian Prantl2017-07-271-1/+1
* DebugInfo: Ensure imported entities at the top level of an inlined function d...David Blaikie2017-07-271-0/+2
* Do a better job at emitting prefrabricated skeleton CUs.Adrian Prantl2017-07-261-4/+14
* Debug Info: Support fragmented variables in the MMI side tableAdrian Prantl2017-07-251-1/+6
* Revert "Debug Info: Support fragmented variables in the MMI side table"Adrian Prantl2017-07-251-6/+1
* Debug Info: Support fragmented variables in the MMI side tableAdrian Prantl2017-07-251-1/+6
* Debug Info: Don't strip clang module skeleton CUs.Adrian Prantl2017-07-211-1/+2
* Fix a crash in DwarfDebug::validThroughout.Adrian Prantl2017-06-201-3/+5
* Improve the accuracy of variable ranges .debug_loc location lists.Adrian Prantl2017-06-161-12/+54
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-141-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* DebugInfo: Include .dwo file name when hashing multiple CUs in a single fileMehdi Amini2017-05-291-1/+9
* DebugInfo: Omit an empty CU when a subprogram was moved into its useMehdi Amini2017-05-291-8/+12
* Revert "DebugInfo: Omit an empty CU when a subprogram was moved into its use"Mehdi Amini2017-05-291-12/+8
* Revert "DebugInfo: Include .dwo file name when hashing multiple CUs in a sing...Mehdi Amini2017-05-291-9/+1
* DebugInfo: Include .dwo file name when hashing multiple CUs in a single fileDavid Blaikie2017-05-291-1/+9
* DebugInfo: Omit an empty CU when a subprogram was moved into its useDavid Blaikie2017-05-281-8/+12
* DebugInfo: Do not emit empty CUsDavid Blaikie2017-05-261-14/+29
* DebugInfo: Don't include locations for debug-having code inlined into nodebug...David Blaikie2017-05-261-0/+4
* DebugInfo: Simplify scopes+subprogram handling since the subprogram<>cu link ...David Blaikie2017-05-251-18/+8
* DebugInfo: Produce debug_{gnu_}pub{names,types} entries when explicitly reque...David Blaikie2017-05-251-10/+18
* Don't generate line&scope debug info for meta-instructions.Adrian Prantl2017-05-221-2/+2
* Revert "Don't generate line&scope debug info for meta-instructions."Adrian Prantl2017-05-221-2/+2
* Don't generate line&scope debug info for meta-instructions.Adrian Prantl2017-05-221-2/+2
* DWARF: Avoid cross-CU references under FissionDavid Blaikie2017-05-121-54/+35
* Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie2017-04-211-15/+4
* Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locationsAdrian Prantl2017-04-191-1/+3
* Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locat...Adrian Prantl2017-04-191-3/+1
* Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locationsAdrian Prantl2017-04-191-1/+3
OpenPOWER on IntegriCloud