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
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-03
1
-1
/
+1
*
[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2017-06-30
13
-56
/
+78
*
[llvm-pdbutil] Output the symbol offset when dumping.
Zachary Turner
2017-06-30
1
-4
/
+24
*
[llvm-pdbutil] Add the ability to dump the dependency tree for a type
Zachary Turner
2017-06-30
1
-0
/
+19
*
[DWARF] Added verification checks for the .apple_names section.
Spyridoula Gravani
2017-06-29
2
-3
/
+102
*
[DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.
Paul Robinson
2017-06-29
12
-94
/
+96
*
[DWARF] - Fix message reporting about broken relocation.
George Rimar
2017-06-29
1
-1
/
+1
*
[CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-06-29
11
-46
/
+127
*
Introduce symbol cache to PDB NativeSession
Adrian McCarthy
2017-06-28
2
-5
/
+20
*
Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any...
George Rimar
2017-06-28
1
-9
/
+21
*
Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early wh...
George Rimar
2017-06-28
1
-21
/
+9
*
[ELF] - Add ability for DWARFContextInMemory to exit early when any error hap...
George Rimar
2017-06-28
1
-9
/
+21
*
[DWARF] NFC: Make string-offset handling more like address-table handling;
Paul Robinson
2017-06-27
2
-12
/
+3
*
[DWARF] NFC: Give DwarfFormat a 1-byte base type.
Paul Robinson
2017-06-26
1
-2
/
+2
*
[DWARF] NFC: Collect info used by DWARFFormValue into a helper.
Paul Robinson
2017-06-26
5
-150
/
+99
*
[pdb] Fix reading of llvm-generated PDBs by cvdump.
Zachary Turner
2017-06-25
1
-6
/
+18
*
[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.
Zachary Turner
2017-06-23
1
-8
/
+28
*
[DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...
Eugene Zelenko
2017-06-23
7
-35
/
+61
*
[llvm-pdbutil] Dump raw bytes of type and id records.
Zachary Turner
2017-06-23
2
-1
/
+18
*
[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.
Zachary Turner
2017-06-23
1
-16
/
+36
*
[llvm-pdbutil] Dump raw bytes of pdb name map.
Zachary Turner
2017-06-23
1
-0
/
+8
*
[llvm-pdbutil] Add a function for formatting MSF data.
Zachary Turner
2017-06-23
1
-0
/
+8
*
Fix build break by using llvm::make_unique instead of std::make_unique.
Adrian McCarthy
2017-06-22
2
-2
/
+5
*
Add IDs and clone methods to NativeRawSymbol
Adrian McCarthy
2017-06-22
5
-10
/
+17
*
Make IPDBSession::getGlobalScope a non-const method
Adrian McCarthy
2017-06-22
2
-5
/
+4
*
[DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}
Wolfgang Pieb
2017-06-21
1
-1
/
+17
*
[PDB] Add symbols to the PDB
Reid Kleckner
2017-06-21
1
-0
/
+82
*
[PDB] Don't write uninitialized bytes to a PDB file.
Zachary Turner
2017-06-20
2
-0
/
+3
*
Remove convenient but probably not worthwhile macro for lambda workaround
David Blaikie
2017-06-19
1
-15
/
+18
*
[PDB] Start emitting source file and line information
Reid Kleckner
2017-06-19
3
-12
/
+32
*
[CodeView] Fix dumping of public symbol record flags
Reid Kleckner
2017-06-19
3
-2
/
+12
*
Delete TypeDatabase.
Zachary Turner
2017-06-18
5
-585
/
+86
*
Don't crash if a type record can't be found.
Zachary Turner
2017-06-17
1
-0
/
+9
*
[CodeView] Fix random access of type names.
Zachary Turner
2017-06-16
3
-10
/
+258
*
Remove some dead code / includes.
Zachary Turner
2017-06-16
2
-4
/
+0
*
[DWARF] Corrected behavior for when no .apple_names section is present in the...
Spyridoula Gravani
2017-06-16
1
-3
/
+3
*
[llvm-pdbutil] Add support for dumping lines and inlinee lines.
Zachary Turner
2017-06-15
3
-9
/
+17
*
[llvm-pdbutil] Add back support for dumping file checksums.
Zachary Turner
2017-06-15
1
-0
/
+9
*
[llvm-pdbutil] Add back the ability to dump hashes and index offsets.
Zachary Turner
2017-06-15
1
-0
/
+1
*
Resubmit "[llvm-pdbutil] rewrite the "raw" output style."
Zachary Turner
2017-06-15
5
-77
/
+96
*
Revert "[llvm-pdbutil] rewrite the "raw" output style."
Zachary Turner
2017-06-15
5
-96
/
+77
*
[DWARF] Removed dead code. The verifier functionality is provided by
Spyridoula Gravani
2017-06-15
1
-242
/
+0
*
[llvm-pdbutil] rewrite the "raw" output style.
Zachary Turner
2017-06-15
5
-77
/
+96
*
Specified ReportError as noreturn friendly to old compilers.
Galina Kistanova
2017-06-14
1
-9
/
+14
*
Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
8
-38
/
+67
*
Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
Zachary Turner
2017-06-14
7
-65
/
+37
*
[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
Zachary Turner
2017-06-14
7
-37
/
+65
*
Added partial verification for .apple_names accelerator table in llvm-dwarfdu...
Spyridoula Gravani
2017-06-14
3
-0
/
+46
*
Reverted r305339 as MSVC is not happy with noreturn in lambda.
Galina Kistanova
2017-06-13
1
-1
/
+2
*
Specified LLVM_ATTRIBUTE_NORETURN for ReportError.
Galina Kistanova
2017-06-13
1
-2
/
+1
[next]