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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Vlad Tsyrklevich
2018-07-31
1
-15
/
+3
*
[DebugInfo] Generate DWARF debug information for labels.
Hsiangkai Wang
2018-07-31
1
-3
/
+15
*
dwarfgen: Add support for generating the debug_str_offsets section, take 3
Pavel Labath
2018-07-26
1
-3
/
+0
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...
Pavel Labath
2018-07-25
1
-0
/
+3
*
dwarfgen: Add support for generating the debug_str_offsets section, take 2
Pavel Labath
2018-07-25
1
-3
/
+0
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section"
Pavel Labath
2018-07-25
1
-0
/
+3
*
dwarfgen: Add support for generating the debug_str_offsets section
Pavel Labath
2018-07-25
1
-3
/
+0
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Shiva Chen
2018-07-24
1
-15
/
+3
*
[DebugInfo] Generate DWARF debug information for labels.
Shiva Chen
2018-07-24
1
-3
/
+15
*
[DWARF v5] Generate range list tables into the .debug_rnglists section. No su...
Wolfgang Pieb
2018-07-12
1
-0
/
+8
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-8
/
+8
*
Fix a crash when emitting DIEs for variable-length arrays
Adrian Prantl
2018-02-06
1
-3
/
+11
*
[DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.
Wolfgang Pieb
2018-01-26
1
-2
/
+17
*
Modularize: Include some required headers
David Blaikie
2017-11-03
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2017-08-17
1
-12
/
+11
*
DWARF: Avoid cross-CU references under Fission
David Blaikie
2017-05-12
1
-0
/
+4
*
Make a DWARF generator so we can unit test DWARF APIs with gtest.
Greg Clayton
2016-12-08
1
-13
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
DwarfDebug: emit type units immediately.
Peter Collingbourne
2016-02-11
1
-3
/
+13
*
One more batch of self-containing headers.
Benjamin Kramer
2016-01-27
1
-0
/
+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: Store abbreviation data directly in DIE and DIEValue
Duncan P. N. Exon Smith
2015-05-27
1
-2
/
+7
*
AsmPrinter: Prune an include, NFC
Duncan P. N. Exon Smith
2015-05-24
1
-0
/
+1
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-3
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-3
/
+3
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-1
/
+0
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
1
-1
/
+1
*
Move emitDIE and emitAbbrevs to AsmPrinter. NFC.
Frederic Riss
2015-03-04
1
-4
/
+1
*
Debug Info: Support variables that are described by more than one MMI
Adrian Prantl
2015-02-10
1
-1
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-5
/
+4
*
Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere w...
David Blaikie
2014-11-04
1
-0
/
+12
*
Sink DwarfDebug::AbstractSPDies down into DwarfFile
David Blaikie
2014-11-01
1
-0
/
+7
*
Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit.
David Blaikie
2014-10-31
1
-0
/
+1
*
DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFile
David Blaikie
2014-10-24
1
-0
/
+7
*
DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...
David Blaikie
2014-10-24
1
-1
/
+1
*
DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...
David Blaikie
2014-10-23
1
-1
/
+0
*
DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.
David Blaikie
2014-10-23
1
-0
/
+1
*
[DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.
David Blaikie
2014-10-23
1
-0
/
+4
*
[DebugInfo] Add DwarfDebug& to DwarfFile.
David Blaikie
2014-10-23
1
-2
/
+5
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
1
-2
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Encapsulate the DWARF string pool in a separate type.
David Blaikie
2014-04-25
1
-21
/
+4
*
Move the AddressPool from DwarfFile to DwarfDebug.
David Blaikie
2014-04-23
1
-4
/
+0
*
clang-format for my previous commit (I keep forgetting... )
David Blaikie
2014-04-23
1
-0
/
+1
*
Separate out the DWARF address pool into its own type/files.
David Blaikie
2014-04-23
1
-20
/
+3
*
Split out DwarfFile from DwarfDebug into its own .h/.cpp files.
David Blaikie
2014-04-23
1
-0
/
+121