Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfUnit.cpp
c4e08fe
Recommit r348806: DebugInfo: Use symbol difference for CU length to simplify assembly reading/editing
by David Blaikie
· 7 years ago
61c127c
DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnit
by David Blaikie
· 7 years ago
e833cd4
Revert "debuginfo: Use symbol difference for CU length to simplify assembly reading/editing"
by Jordan Rupprecht
· 7 years ago
dbe67c4
debuginfo: Use symbol difference for CU length to simplify assembly reading/editing
by David Blaikie
· 7 years ago
088d96b
[Codegen] - Implement basic .debug_loclists section emission (DWARF5).
by George Rimar
· 7 years ago
2df23a4
DebugInfo: Use DW_OP_addrx in DWARFv5
by David Blaikie
· 7 years ago
161dd3c
DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5
by David Blaikie
· 7 years ago
425f751
[DWARF] - Emit the correct value for DW_AT_addr_base.
by George Rimar
· 7 years ago
609bf36
Remove addBlockByrefAddress(), it is dead code as far as clang is concerned.
by Adrian Prantl
· 7 years ago
2532ac8
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
by Hsiangkai Wang
· 7 years ago
66cf14d
DebugInfo: Add metadata support for disabling DWARF pub sections
by David Blaikie
· 7 years ago
55f4262
[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
by Adrian Prantl
· 7 years ago
f446282
Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)"
by Bruno Cardoso Lopes
· 7 years ago
ccae278
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
by Hsiangkai Wang
· 7 years ago
2f08811
[DebugInfo] Reduce debug_str_offsets section size
by Pavel Labath
· 7 years ago
d4dd721
[DEBUGINFO] Disable emission of the dwarf sections, but allow directives.
by Alexey Bataev
· 7 years ago
48ed9ac
Revert "[DebugInfo] Generate DWARF debug information for labels."
by Vlad Tsyrklevich
· 7 years ago
cbc58ad
[DebugInfo] Generate DWARF debug information for labels.
by Hsiangkai Wang
· 7 years ago
f78650a
Remove trailing space
by Fangrui Song
· 7 years ago
f5938bf
Revert "[DebugInfo] Generate DWARF debug information for labels."
by Shiva Chen
· 7 years ago
d6b2cdf
[DebugInfo] Generate DWARF debug information for labels.
by Shiva Chen
· 7 years ago
f9adc20
[DebugInfo] Generate .debug_names section when it makes sense
by Pavel Labath
· 7 years ago
fcf3810
[DWARF v5] Generate range list tables into the .debug_rnglists section. No support for split DWARF
by Wolfgang Pieb
· 7 years ago
b7243ed
[CodeGen/Dwarf] Rename the "sizetype" synthetic type and add it to the accelerator table
by Pavel Labath
· 7 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
4c77cb7
[DebugInfo] Add DW_AT_byte_size to vectors
by Matt Davis
· 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
16c7bda
[DebugInfo] Support DWARF v5 source code embedding extension
by Scott Linder
· 8 years ago
0d6aead
[DEBUGINFO] Add support for emission of the inlined strings.
by Alexey Bataev
· 8 years ago
bf83be9
[DebugInfo] Removed assert on missing CountVarDIE
by Sander de Smalen
· 8 years ago
6acc0e5
[DebugInfo] Accept enumeration types without underlying integer type present in
by Momchil Velikov
· 8 years ago
7160384
[DebugInfo] Unify ChecksumKind and Checksum value in DIFile
by Scott Linder
· 8 years ago
08dc66e
Re-commit r324489: [DebugInfo] Improvements to representation of enumeration types (PR36168)
by Momchil Velikov
· 8 years ago
74906a4
Revert "[DebugInfo] Improvements to representation of enumeration types (PR36168)"
by Momchil Velikov
· 8 years ago
c502027
[DebugInfo] Improvements to representation of enumeration types (PR36168)
by Momchil Velikov
· 8 years ago
8c59921
Add DWARF for discriminated unions
by Adrian Prantl
· 8 years ago
456b555
[DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.
by Wolfgang Pieb
· 8 years ago
dc00bec
[DebugInfo] Emit DWARF reference for DIVariable 'count' in DISubrange
by Sander de Smalen
· 8 years ago
fdf4091
[Metadata] Extend 'count' field of DISubrange to take a metadata node
by Sander de Smalen
· 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
74bfafa
Re-land "Fix faulty assertion in debug info"
by Adrian McCarthy
· 8 years ago
a29aac7
Debug Info: Support DW_AT_calling_convention on composite types.
by Adrian Prantl
· 8 years ago
86795d9
Revert "Fix faulty assertion in debug info"
by Adrian McCarthy
· 8 years ago
2ed8f36
Fix faulty assertion in debug info
by Adrian McCarthy
· 8 years ago
b3bde2e
Fix a bunch more layering of CodeGen headers that are in Target
by David Blaikie
· 8 years ago
a8e5645
Let replaceVTableHolder accept any type.
by Adrian Prantl
· 8 years ago
2049c0d
Remove unreachable code. (NFC)
by Adrian Prantl
· 8 years ago
e60147c
[DWARF] Move a couple of member functions to the DWARFUnit baseclass. NFC.
by Wolfgang Pieb
· 8 years ago
ffc498d
Align definition of DW_OP_plus with DWARF spec [3/3]
by Florian Hahn
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
6f0ecca
IR: Give function GlobalValue::getRealLinkageName() a less misleading name: dropLLVMManglingEscape().
by Peter Collingbourne
· 8 years ago
488393f
DWARF: Avoid cross-CU references under Fission
by David Blaikie
· 8 years ago
fed4f39
Remove line and file from DINamespace.
by Adrian Prantl
· 8 years ago
1d12b88
Add support for DW_TAG_thrown_type.
by Adrian Prantl
· 8 years ago
85366ac
Avoid using relocations for ref_addr in .dwo files
by David Blaikie
· 8 years ago
c12cee3
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
by Adrian Prantl
· 8 years ago
295c952
Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations"
by Adrian Prantl
· 8 years ago
78ff122
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
by Adrian Prantl
· 8 years ago
6825fb6
PR32382: Fix emitting complex DWARF expressions.
by Adrian Prantl
· 8 years ago
dc77b2e
Distinguish between code pointer size and DataLayout::getPointerSize() in DWARF info generation
by Konstantin Zhuravlyov
· 8 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
d5561e0
[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer and reference types
by Konstantin Zhuravlyov
· 9 years ago
d4f1c48
Alphabetize some cases (NFC)
by Paul Robinson
· 9 years ago
91d7481
[DWARF] Default lower bound should respect requested DWARF version.
by Paul Robinson
· 9 years ago
cddd604
[DWARFv5] Emit new unit header format.
by Paul Robinson
· 9 years ago
a0e3c75
DebugInfo: ensure type and namespace names are included in pubnames/pubtypes even when they are only present in type units
by David Blaikie
· 9 years ago
0944a8c
Change debug-info-for-profiling from a TargetOption to a function attribute.
by Dehao Chen
· 9 years ago
1ce8d6c
Add -debug-info-for-profiling to emit more debug info for sample pgo profile collection
by Dehao Chen
· 9 years ago
cbddae7
DebugInfo: support for DW_FORM_implicit_const
by Victor Leschuk
· 9 years ago
8fafb8d
Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.
by Adrian Prantl
· 9 years ago
941fa75
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
by Adrian Prantl
· 9 years ago
dad4907
[DWARF] Put linkage-name on abstract origin even when there's a declaration.
by Paul Robinson
· 9 years ago
35630c3
This change removes the dependency on DwarfDebug that was used for DW_FORM_ref_addr by making a new DIEUnit class in DIE.cpp.
by Greg Clayton
· 9 years ago
ce3c8ef
[DebugInfo] Add support for DW_AT_main_subprogram on subprograms
by David Blaikie
· 9 years ago
e654397
Rely on a single DWARF version instead of having two copies
by Greg Clayton
· 9 years ago
dbfda63
Add DWARF debug info support for C++11 inline namespaces.
by Adrian Prantl
· 9 years ago
e1156c2
DebugInfo: make DW_TAG_atomic_type valid
by Victor Leschuk
· 9 years ago
a37660c
DebugInfo: fix incorrect alignment type (NFC)
by Victor Leschuk
· 9 years ago
3c98998
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
by Victor Leschuk
· 9 years ago
df5042a
Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".
by Vassil Vassilev
· 9 years ago
e398c6a
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
by Victor Leschuk
· 9 years ago
2ede126
DebugInfo: preparation to implement DW_AT_alignment
by Victor Leschuk
· 9 years ago
197aa31
DebugInfo: change alignment type from uint64_t to uint32_t to save space.
by Victor Leschuk
· 9 years ago
1804a77
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes.
by Eugene Zelenko
· 9 years ago
c19dee7
Support the DW_AT_noreturn DWARF flag.
by Adrian Prantl
· 9 years ago
acee568
[codeview] Improved array type support.
by Amjad Aboud
· 9 years ago
28c3646
[COFF, Dwarf] Don't emit DW_AT_location for dllimported entities
by David Majnemer
· 9 years ago
de3d8b5
[DebugInfo] Add calling convention support for DWARF and CodeView
by Reid Kleckner
· 9 years ago
c53e18d
DWARF: Omit DW_AT_APPLE attributes (except ObjC ones) when not targeting LLDB
by David Blaikie
· 9 years ago
Next »