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
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite the cached map used for locating the most precise DIE among
Chandler Carruth
2017-12-22
1
-26
/
+360
*
[DWARF] Fix formatting bug with r321295. This fixes a MIPS buildbot failure.
Wolfgang Pieb
2017-12-22
1
-1
/
+1
*
[DWARF v5] Rework of string offsets table reader
Wolfgang Pieb
2017-12-21
2
-66
/
+206
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."
Paul Robinson
2017-12-18
2
-14
/
+39
*
Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""
Paul Robinson
2017-12-15
2
-39
/
+14
*
Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."
Paul Robinson
2017-12-15
2
-14
/
+39
*
Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."
Paul Robinson
2017-12-15
2
-39
/
+14
*
[DWARFv5] Dump an MD5 checksum in the line-table header.
Paul Robinson
2017-12-15
2
-14
/
+39
*
[COFF] Teach LLD to use the COFF .debug$H section.
Zachary Turner
2017-12-14
2
-13
/
+116
*
[CodeView] Teach clang to emit the .debug$H COFF section.
Zachary Turner
2017-12-13
2
-0
/
+128
*
Remove redundant includes from lib/DebugInfo.
Michael Zolotukhin
2017-12-13
24
-33
/
+0
*
[dwarfdump] Fix off-by-one bug in accelerator table extractor.
Jonas Devlieghere
2017-12-11
3
-8
/
+14
*
dwarfdump: Add support for the --diff option.
Adrian Prantl
2017-12-08
2
-21
/
+29
*
[DebugInfo] Fix register variables not showing up in pdb.
Zachary Turner
2017-12-07
1
-0
/
+3
*
Teach llvm-pdbutil to dump types from object files.
Zachary Turner
2017-12-05
1
-4
/
+10
*
Fix -Wmissing-braces error.
Zachary Turner
2017-12-05
1
-2
/
+2
*
[CodeView] Add support for content hashing CodeView type records.
Zachary Turner
2017-12-05
3
-34
/
+83
*
[DebugInfo] Bail out if making no progress dumping line tables.
Paul Robinson
2017-12-01
1
-0
/
+4
*
Simplify the DenseSet used for hashing CodeView records.
Zachary Turner
2017-11-30
1
-96
/
+44
*
Split TypeTableBuilder into two classes.
Zachary Turner
2017-11-30
4
-48
/
+143
*
[CodeView] Factor some code out of TypeTableBuilder.
Zachary Turner
2017-11-29
2
-38
/
+36
*
Make TypeTableBuilder inherit from TypeCollection.
Zachary Turner
2017-11-29
1
-0
/
+37
*
llvm-dwarfdump: honor the --show-children option when dumping a specific DIE.
Adrian Prantl
2017-11-29
1
-1
/
+1
*
Fix a warning.
Zachary Turner
2017-11-29
1
-1
/
+1
*
[NFC] Minor cleanups in CodeView TypeTableBuilder.
Zachary Turner
2017-11-28
1
-10
/
+7
*
Fix non assert build warnings.
Rafael Espindola
2017-11-28
1
-0
/
+3
*
[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.
Zachary Turner
2017-11-28
8
-393
/
+530
*
Fixed the ability to recursively get an attribute value from a DWARFDie.
Greg Clayton
2017-11-27
1
-10
/
+9
*
[BinaryStream] Support growable streams.
Zachary Turner
2017-11-27
1
-4
/
+4
*
[llvm-dwarfdump] Display DW_AT_high_pc as absolute value
Jonas Devlieghere
2017-11-27
1
-3
/
+11
*
[DwarfDump] -debug-line=offset applies to .dwo too.
Paul Robinson
2017-11-22
1
-1
/
+3
*
[DebugInfo] Dump a .debug_line section, including line-number program,
Paul Robinson
2017-11-22
2
-5
/
+18
*
[DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header.
Paul Robinson
2017-11-22
2
-33
/
+70
*
[DWARF] Fix handling of extended line-number opcodes
Paul Robinson
2017-11-22
1
-5
/
+24
*
Don't #include MemoryBuffer.h from Host.h.
Zachary Turner
2017-11-17
1
-0
/
+1
*
Fix my typo of PDB_TableType
Reid Kleckner
2017-11-16
1
-1
/
+1
*
Fix -Wreturn-type falling off the end of a function in new DIA code
Reid Kleckner
2017-11-16
1
-0
/
+1
*
[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...
Aaron Smith
2017-11-16
8
-0
/
+151
*
Test commit. Add a missing dash to the standard llvm file header; NFC.
Aaron Smith
2017-11-16
1
-1
/
+1
*
Convert FileOutputBuffer to Expected. NFC.
Rafael Espindola
2017-11-08
1
-3
/
+2
*
[DWARFv5] Support DW_FORM_strp in the .debug_line header.
Paul Robinson
2017-11-07
6
-27
/
+31
*
Fix warnings discovered by rL317076. [-Wunused-private-field]
NAKAMURA Takumi
2017-11-01
1
-2
/
+1
*
Revert "[DWARF] Now that Optional is standard layout, put it into an union in...
Benjamin Kramer
2017-10-31
1
-2
/
+2
*
[DWARF] Now that Optional is standard layout, put it into an union instead of...
Benjamin Kramer
2017-10-31
1
-2
/
+2
*
Fix BB after r316756 "[llvm-dwarfdump] - Teach verifier to report broken DWAR...
George Rimar
2017-10-27
1
-1
/
+1
*
[llvm-dwarfdump] - Teach verifier to report broken DWARF expressions.
George Rimar
2017-10-27
2
-29
/
+45
*
[PDB] Handle an empty globals hash table with no buckets
Reid Kleckner
2017-10-27
1
-2
/
+3
*
Re-land "[dwarfdump] Add -lookup option"
Jonas Devlieghere
2017-10-25
2
-2
/
+30
*
[llvm-dwarfdump] - Fix array out of bounds access crash.
George Rimar
2017-10-25
2
-0
/
+17
[next]