Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfFile.cpp
6e07bfd
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
3462a42
Make a DWARF generator so we can unit test DWARF APIs with gtest.
by Greg Clayton
· 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
7c384cc
DwarfDebug: emit type units immediately.
by Peter Collingbourne
· 10 years ago
827200c
AsmPrinter: Use an intrusively linked list for DIE::Children
by Duncan P. N. Exon Smith
· 10 years ago
9dbb501
AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
by Duncan P. N. Exon Smith
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
8d3197f
AsmPrinter: Stop exposing underlying DIE children list, NFC
by Duncan P. N. Exon Smith
· 10 years ago
5188a2a
[AsmPrinter] Destroy allocated DIEAbbrevs on teardown.
by Benjamin Kramer
· 10 years ago
a68b880
AsmPrinter: Avoid a warning in NDEBUG, NFC
by Duncan P. N. Exon Smith
· 10 years ago
88a8fc5
AsmPrinter: Stop exposing underlying DIEValue list, NFC
by Duncan P. N. Exon Smith
· 10 years ago
815a6eb5
AsmPrinter: Store abbreviation data directly in DIE and DIEValue
by Duncan P. N. Exon Smith
· 10 years ago
e7e1d0c
Reapply "AsmPrinter: Change DIEValue to be stored by value"
by Duncan P. N. Exon Smith
· 10 years ago
583bc03
Revert "AsmPrinter: Change DIEValue to be stored by value"
by Duncan P. N. Exon Smith
· 10 years ago
7735b48
AsmPrinter: Change DIEValue to be stored by value
by Duncan P. N. Exon Smith
· 10 years ago
0709a7b
Move alignment from MCSectionData to MCSection.
by Rafael Espindola
· 10 years ago
a9308c4
IR: Give 'DI' prefix to debug info metadata
by Duncan P. N. Exon Smith
· 11 years ago
9ff69c8
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
by Lang Hames
· 11 years ago
60635e3
DebugInfo: Drop rest of DIDescriptor subclasses
by Duncan P. N. Exon Smith
· 11 years ago
7348dda
DebugInfo: Gut DIVariable and DIGlobalVariable
by Duncan P. N. Exon Smith
· 11 years ago
063d725
Store an optional section start label in MCSection.
by Rafael Espindola
· 11 years ago
9412d63
Move emitDIE and emitAbbrevs to AsmPrinter. NFC.
by Frederic Riss
· 11 years ago
ca7e470
Debug Info: Support variables that are described by more than one MMI
by Adrian Prantl
· 11 years ago
e7d4734
Revert "PR21408: Workaround the appearance of duplicate variables due to problems when inlining two calls to the same function from the same call site."
by David Blaikie
· 11 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
ae57e66
Sink dwarf unit length emission down into DwarfUnit::emitHeader
by David Blaikie
· 11 years ago
983bfea
Remove DwarfUnit::LabelEnd in favor of computing the length of the section directly
by David Blaikie
· 11 years ago
fb2efde
Correct assert text from r220923
by David Blaikie
· 11 years ago
76fd43c
PR21408: Workaround the appearance of duplicate variables due to problems when inlining two calls to the same function from the same call site.
by David Blaikie
· 11 years ago
80e5b1e
DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFile
by David Blaikie
· 11 years ago
f4c504e
DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial wrapper
by David Blaikie
· 11 years ago
1dd573d
DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argument ordering of other arguments (abstract arguments) in the same way and already have code for that too.
by David Blaikie
· 11 years ago
3b5c840
DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.
by David Blaikie
· 11 years ago
bcfa8a5
Remove explicit (void) use of DwarfFile::DD that was accidentally left in r220452.
by David Blaikie
· 11 years ago
f299947
[DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.
by David Blaikie
· 11 years ago
2b22b1e
[DebugInfo] Add DwarfDebug& to DwarfFile.
by David Blaikie
· 11 years ago
6741bb0
Remove the unused string section symbol parameter from DwarfFile::emitStrings
by David Blaikie
· 11 years ago
daefdbf
Encapsulate the DWARF string pool in a separate type.
by David Blaikie
· 12 years ago
adcde36
Return DIE by reference instead of pointer from DwarfUnit::getUnitDie
by David Blaikie
· 12 years ago
e226b08
Separate out the DWARF address pool into its own type/files.
by David Blaikie
· 12 years ago
05e736f
clang-format r207010
by David Blaikie
· 12 years ago
85f80d7
Split out DwarfFile from DwarfDebug into its own .h/.cpp files.
by David Blaikie
· 12 years ago