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
*
Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLoc...
David Blaikie
2019-12-18
1
-11
/
+2
*
Temporarily revert "NFC: DebugInfo: Refactor RangeSpanList to be a struct, li...
Eric Christopher
2019-12-12
1
-2
/
+11
*
NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::List
David Blaikie
2019-12-12
1
-11
/
+2
*
DebugInfo: Move loclist base address from DwarfFile to DebugLocStream
David Blaikie
2019-10-17
1
-7
/
+0
*
DebugInfo: Simplify RangeSpan to be a plain struct
David Blaikie
2019-10-02
1
-9
/
+3
*
[AsmPrinter] Delete unused RangeSpanList::addRange
Fangrui Song
2019-04-10
1
-1
/
+0
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-1
/
+1
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-1
/
+1
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
NFC: DebugInfo: Track the origin CU rather than just the base address for ran...
David Blaikie
2018-11-08
1
-6
/
+5
*
[Codegen] - Implement basic .debug_loclists section emission (DWARF5).
George Rimar
2018-10-26
1
-2
/
+7
*
DebugInfo: Use address pool forms in debug_rnglists
David Blaikie
2018-10-20
1
-0
/
+43
*
Revert BTF commit series.
Eli Friedman
2018-10-12
1
-4
/
+3
*
[BPF] Don't include linux/types.h and fix style
Fangrui Song
2018-10-12
1
-3
/
+1
*
[BPF] Add BTF generation for BPF target
Yonghong Song
2018-10-12
1
-0
/
+3
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-17
1
-3
/
+15
*
Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...
Bruno Cardoso Lopes
2018-08-14
1
-15
/
+3
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-14
1
-3
/
+15
*
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
[next]