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
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Vlad Tsyrklevich
2018-07-31
1
-5
/
+0
*
[DebugInfo] Generate DWARF debug information for labels.
Hsiangkai Wang
2018-07-31
1
-0
/
+5
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
dwarfgen: Add support for generating the debug_str_offsets section, take 3
Pavel Labath
2018-07-26
1
-20
/
+0
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...
Pavel Labath
2018-07-25
1
-0
/
+20
*
dwarfgen: Add support for generating the debug_str_offsets section, take 2
Pavel Labath
2018-07-25
1
-20
/
+0
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section"
Pavel Labath
2018-07-25
1
-0
/
+20
*
dwarfgen: Add support for generating the debug_str_offsets section
Pavel Labath
2018-07-25
1
-20
/
+0
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Shiva Chen
2018-07-24
1
-5
/
+0
*
[DebugInfo] Generate DWARF debug information for labels.
Shiva Chen
2018-07-24
1
-0
/
+5
*
[DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encod...
Wolfgang Pieb
2018-05-10
1
-2
/
+2
*
Style update. NFC.
Rafael Espindola
2018-03-29
1
-3
/
+3
*
Fix a crash when emitting DIEs for variable-length arrays
Adrian Prantl
2018-02-06
1
-29
/
+10
*
[DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.
Wolfgang Pieb
2018-01-26
1
-2
/
+23
*
[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
[next]