Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c86da6bcfe16e9334e492c6fa774e028e3f1123a
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 8 years ago
8024425
Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info emission."
by Eric Christopher
· 8 years ago
242706b
[DEBUG] Initial adaptation of NVPTX target for debug info emission.
by Alexey Bataev
· 8 years ago
3fb39c7
[CodeGen/Dwarf] Make debug_names compatible with split-dwarf
by Pavel Labath
· 8 years ago
eadfac8
[CodeGen/AccelTable] Don't emit zero-CU name indexes
by Pavel Labath
· 8 years ago
889bf9f
[CodeGen/AccelTable]: Don't emit accelerator entries for functions with no names
by Pavel Labath
· 8 years ago
e92f0cf
[CodeGen] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 8 years ago
0cc0306
Fix build breakage from r329201
by Pavel Labath
· 8 years ago
6088c23
Re-commit r329179 after fixing build&test issues
by Pavel Labath
· 8 years ago
55fcd07
Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it doesn't build.
by Nico Weber
· 8 years ago
69baab1
[CodeGen] Generate DWARF v5 Accelerator Tables
by Pavel Labath
· 8 years ago
4b4d85f
Style update. NFC.
by Rafael Espindola
· 8 years ago
b271f31
Reapply "[DWARFv5] Emit file 0 to the line table."
by Paul Robinson
· 8 years ago
202f809
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
by Alexander Potapenko
· 8 years ago
07480bd
Reapply "[DWARFv5] Emit file 0 to the line table."
by Paul Robinson
· 8 years ago
7cb26ad
[DWARF] Suppress split line tables more carefully.
by Paul Robinson
· 8 years ago
6054e65
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
by David Blaikie
· 8 years ago
bff3608
[DEBUGINFO] Add flag for DWARF2 to use sections as references.
by Alexey Bataev
· 8 years ago
858a7dd
[DEBUGINFO] Add -no-dwarf-debug-ranges option.
by Alexey Bataev
· 8 years ago
648ed2d
[DEBUGINFO] Add flag -no-dwarf-pub-sections to disable pub sections.
by Alexey Bataev
· 8 years ago
a223f815
[SelectionDAG] Improve handling of dangling debug info
by Bjorn Pettersson
· 8 years ago
e12a48b
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
by Alexander Kornienko
· 8 years ago
4428e90
Reapply "[DWARFv5] Emit file 0 to the line table."
by Paul Robinson
· 8 years ago
732e443
Revert "[DWARFv5] Emit file 0 to the line table." Caused an asan failure.
by Paul Robinson
· 8 years ago
d5069ba
[DWARFv5] Emit file 0 to the line table.
by Paul Robinson
· 8 years ago
d7c6fdb
Revert "[DEBUGINFO] Add flag for DWARF2 or less to use sections as references."
by Alexey Bataev
· 8 years ago
1e0116c
[DWARF] Emit a split line table only if there are split type units.
by Paul Robinson
· 8 years ago
9de940b
[DEBUGINFO] Add flag for DWARF2 or less to use sections as references.
by Alexey Bataev
· 8 years ago
46d02de
[DebugInfo] Stable sort symbols to remove non-deterministic ordering
by Mandeep Singh Grang
· 8 years ago
16c7bda
[DebugInfo] Support DWARF v5 source code embedding extension
by Scott Linder
· 8 years ago
bd786944
[DEBUGINFO] Do not output labels for empty macinfo sections.
by Alexey Bataev
· 8 years ago
0d6aead
[DEBUGINFO] Add support for emission of the inlined strings.
by Alexey Bataev
· 8 years ago
a7c457d
[CodeGen] Refactor AppleAccelTable
by Pavel Labath
· 8 years ago
ee88ed6
[DWARF] Fix incorrect prologue end line record.
by Paul Robinson
· 8 years ago
855fc3b
[NFC] Rename DwarfAccelTable and move header.
by Jonas Devlieghere
· 8 years ago
e699dfa
[NFC] Refactor Apple Accelerator Tables
by Jonas Devlieghere
· 8 years ago
456b555
[DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.
by Wolfgang Pieb
· 8 years ago
67530e4
Don't emit apple accelerator tables on non-darwin targets
by Pavel Labath
· 8 years ago
612e89d
[DWARFv5] CodeGen support for MD5 file checksums
by Paul Robinson
· 8 years ago
29f5f98
[DWARFv5] MC support for MD5 file checksums
by Paul Robinson
· 8 years ago
f1caa28
MachineFunction: Return reference from getFunction(); NFC
by Matthias Braun
· 8 years ago
b3bde2e
Fix a bunch more layering of CodeGen headers that are in Target
by David Blaikie
· 8 years ago
48e7549
[DWARF] Fix bad comparator in sortGlobalExprs.
by Eli Friedman
· 8 years ago
4d93120
Reinstantiate old/bad deduplication logic that was removed in r315279.
by Daniel Jasper
· 8 years ago
fdf9bf4
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
by Justin Bogner
· 8 years ago
d36bbe9
Ignore all duplicate frame index expression
by Bjorn Steinbrink
· 8 years ago
b52e236
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
by Peter Collingbourne
· 8 years ago
51529eb
Revert "[DWARF] Incorrect prologue end line record."
by Robert Lougher
· 8 years ago
f696a22
[DWARF] Incorrect prologue end line record.
by Robert Lougher
· 8 years ago
bb92137
[DWARF] Line 0 should not have a discriminator.
by Paul Robinson
· 8 years ago
a1e97a7
Untabify.
by NAKAMURA Takumi
· 8 years ago
2116dd3
Filter out non-constant DIGlobalVariableExpressions reachable via the CU
by Adrian Prantl
· 8 years ago
6e07bfd
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
bd6d291
Assert that the offset of a DBG_VALUE is always 0. (NFC)
by Adrian Prantl
· 8 years ago
5577363
Remove the unused Offset field from MachineLocation (NFC)
by Adrian Prantl
· 8 years ago
2049c0d
Remove unreachable code. (NFC)
by Adrian Prantl
· 8 years ago
c2be863
DebugInfo: Update flag description that'd been copypasted from another
by David Blaikie
· 8 years ago
038e28a
DebugInfo: Put range base specifier entry functionality behind a flag
by David Blaikie
· 8 years ago
4dd6637
DebugInfo: Fix r309526, ensure resetting base address selection entries are used
by David Blaikie
· 8 years ago
89c81a0
DebugInfo: Use base address selection entries in debug_ranges to reduce relocations
by David Blaikie
· 8 years ago
89daf77
DebugInfo: Consider a CU containing only local imported entities to be 'empty'
by David Blaikie
· 8 years ago
960e766
remove redundant check
by Adrian Prantl
· 8 years ago
2195e13
DebugInfo: Ensure imported entities at the top level of an inlined function don't cause degenerate concrete definitions
by David Blaikie
· 8 years ago
833ad37
Do a better job at emitting prefrabricated skeleton CUs.
by Adrian Prantl
· 8 years ago
be66271
Debug Info: Support fragmented variables in the MMI side table
by Adrian Prantl
· 8 years ago
b6d5faf
Revert "Debug Info: Support fragmented variables in the MMI side table"
by Adrian Prantl
· 8 years ago
3d1ab0c
Debug Info: Support fragmented variables in the MMI side table
by Adrian Prantl
· 8 years ago
65e7ca9
Debug Info: Don't strip clang module skeleton CUs.
by Adrian Prantl
· 8 years ago
25422dc
Fix a crash in DwarfDebug::validThroughout.
by Adrian Prantl
· 8 years ago
274bcbc
Improve the accuracy of variable ranges .debug_loc location lists.
by Adrian Prantl
· 8 years ago
ffc498d
Align definition of DW_OP_plus with DWARF spec [3/3]
by Florian Hahn
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
96ab48f
DebugInfo: Include .dwo file name when hashing multiple CUs in a single file
by Mehdi Amini
· 8 years ago
4181205
DebugInfo: Omit an empty CU when a subprogram was moved into its use
by Mehdi Amini
· 8 years ago
e161ced
Revert "DebugInfo: Omit an empty CU when a subprogram was moved into its use"
by Mehdi Amini
· 8 years ago
d8056bb
Revert "DebugInfo: Include .dwo file name when hashing multiple CUs in a single file"
by Mehdi Amini
· 8 years ago
ce0c205
DebugInfo: Include .dwo file name when hashing multiple CUs in a single file
by David Blaikie
· 8 years ago
f2f898a
DebugInfo: Omit an empty CU when a subprogram was moved into its use
by David Blaikie
· 8 years ago
07963bd
DebugInfo: Do not emit empty CUs
by David Blaikie
· 8 years ago
7f2b717
DebugInfo: Don't include locations for debug-having code inlined into nodebug functions
by David Blaikie
· 8 years ago
2c78f18
DebugInfo: Simplify scopes+subprogram handling since the subprogram<>cu link inversion
by David Blaikie
· 8 years ago
b3cee2f
DebugInfo: Produce debug_{gnu_}pub{names,types} entries when explicitly requested, even in -gmlt or when empty
by David Blaikie
· 8 years ago
fb31da1
Don't generate line&scope debug info for meta-instructions.
by Adrian Prantl
· 8 years ago
334a130
Revert "Don't generate line&scope debug info for meta-instructions."
by Adrian Prantl
· 8 years ago
4c047f8
Don't generate line&scope debug info for meta-instructions.
by Adrian Prantl
· 8 years ago
488393f
DWARF: Avoid cross-CU references under Fission
by David Blaikie
· 8 years ago
96b1ed5
Move Split DWARF handling to an MC option/command line argument rather than using metadata
by David Blaikie
· 9 years ago
c12cee3
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
by Adrian Prantl
· 9 years ago
295c952
Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations"
by Adrian Prantl
· 9 years ago
78ff122
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
by Adrian Prantl
· 9 years ago
6825fb6
PR32382: Fix emitting complex DWARF expressions.
by Adrian Prantl
· 9 years ago
dc77b2e
Distinguish between code pointer size and DataLayout::getPointerSize() in DWARF info generation
by Konstantin Zhuravlyov
· 9 years ago
9ea300f
If the DIUnit has flags passed on it then have DW_AT_producer be a combination of DICompileUnit::Producer and Flags.
by Eric Christopher
· 9 years ago
5503077
Fix PR32298 by adding an early exit to getFrameIndexExprs().
by Adrian Prantl
· 9 years ago
82a0c97
Add a function to MD5 a file's contents.
by Zachary Turner
· 9 years ago
956484b
Replace uses of DwarfExpression::addMachineReg* with addMachineRegExpression
by Adrian Prantl
· 9 years ago
a63b8e8
Rename methods in DwarfExpression to adhere to the LLVM coding guidelines. NFC.
by Adrian Prantl
· 9 years ago
19aadf5
Revert "Debug Info: Add basic support for external types references."
by Adrian Prantl
· 9 years ago
67c2442
Debug Info: Sort frame index expressions before emitting them.
by Adrian Prantl
· 9 years ago
b2fbb4b
Refactor DebugHandlerBase a bit to common non-debug-having-function filtering
by David Blaikie
· 9 years ago
Next »