index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2017-08-17
1
-7
/
+9
*
Make a DWARF generator so we can unit test DWARF APIs with gtest.
Greg Clayton
2016-12-08
1
-67
/
+3
*
This change removes the dependency on DwarfDebug that was used for DW_FORM_re...
Greg Clayton
2016-12-01
1
-1
/
+1
*
DwarfDebug: emit type units immediately.
Peter Collingbourne
2016-02-11
1
-16
/
+23
*
AsmPrinter: Use an intrusively linked list for DIE::Children
Duncan P. N. Exon Smith
2015-06-25
1
-1
/
+1
*
AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
Duncan P. N. Exon Smith
2015-06-24
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
AsmPrinter: Stop exposing underlying DIE children list, NFC
Duncan P. N. Exon Smith
2015-05-28
1
-5
/
+2
*
[AsmPrinter] Destroy allocated DIEAbbrevs on teardown.
Benjamin Kramer
2015-05-28
1
-1
/
+4
*
AsmPrinter: Avoid a warning in NDEBUG, NFC
Duncan P. N. Exon Smith
2015-05-27
1
-0
/
+1
*
AsmPrinter: Stop exposing underlying DIEValue list, NFC
Duncan P. N. Exon Smith
2015-05-27
1
-5
/
+2
*
AsmPrinter: Store abbreviation data directly in DIE and DIEValue
Duncan P. N. Exon Smith
2015-05-27
1
-18
/
+21
*
Reapply "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-2
/
+2
*
Revert "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-2
/
+2
*
AsmPrinter: Change DIEValue to be stored by value
Duncan P. N. Exon Smith
2015-05-27
1
-2
/
+2
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-4
/
+3
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-2
/
+2
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-1
/
+1
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+2
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
1
-2
/
+2
*
Move emitDIE and emitAbbrevs to AsmPrinter. NFC.
Frederic Riss
2015-03-04
1
-16
/
+5
*
Debug Info: Support variables that are described by more than one MMI
Adrian Prantl
2015-02-10
1
-3
/
+7
*
Revert "PR21408: Workaround the appearance of duplicate variables due to prob...
David Blaikie
2015-01-22
1
-6
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-3
/
+2
*
Sink dwarf unit length emission down into DwarfUnit::emitHeader
David Blaikie
2014-11-01
1
-7
/
+0
*
Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...
David Blaikie
2014-11-01
1
-1
/
+0
*
Correct assert text from r220923
David Blaikie
2014-10-31
1
-1
/
+1
*
PR21408: Workaround the appearance of duplicate variables due to problems whe...
David Blaikie
2014-10-30
1
-1
/
+6
*
DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFile
David Blaikie
2014-10-24
1
-1
/
+1
*
DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...
David Blaikie
2014-10-24
1
-2
/
+1
*
DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...
David Blaikie
2014-10-23
1
-22
/
+1
*
DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.
David Blaikie
2014-10-23
1
-0
/
+32
*
Remove explicit (void) use of DwarfFile::DD that was accidentally left in r22...
David Blaikie
2014-10-23
1
-3
/
+1
*
[DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.
David Blaikie
2014-10-23
1
-0
/
+23
*
[DebugInfo] Add DwarfDebug& to DwarfFile.
David Blaikie
2014-10-23
1
-4
/
+7
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
1
-3
/
+2
*
Encapsulate the DWARF string pool in a separate type.
David Blaikie
2014-04-25
1
-62
/
+3
*
Return DIE by reference instead of pointer from DwarfUnit::getUnitDie
David Blaikie
2014-04-25
1
-4
/
+4
*
Separate out the DWARF address pool into its own type/files.
David Blaikie
2014-04-23
1
-28
/
+0
*
clang-format r207010
David Blaikie
2014-04-23
1
-3
/
+2
*
Split out DwarfFile from DwarfDebug into its own .h/.cpp files.
David Blaikie
2014-04-23
1
-0
/
+244