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
*
[pdb] handle missing pdb streams more gracefully
Bob Haarman
2016-12-05
2
-30
/
+75
*
[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...
Eugene Zelenko
2016-11-23
18
-125
/
+166
*
Remove PDBFileBuilder::build() and related functions.
Rui Ueyama
2016-11-22
4
-103
/
+0
*
Align Modi and FileInfo substreams on 32-byte offsets.
Rui Ueyama
2016-11-16
1
-4
/
+4
*
Fix Modi and File count if there are more than 65535 modules/files.
Rui Ueyama
2016-11-16
1
-2
/
+2
*
Improve DWARF parsing speed by improving DWARFAbbreviationDeclaration
Greg Clayton
2016-11-15
3
-36
/
+132
*
Remove extra semicolon.
Rui Ueyama
2016-11-12
1
-1
/
+1
*
Define DbiStreamBuilder::addSectionContribs.
Rui Ueyama
2016-11-11
1
-3
/
+40
*
Fixed issues found by Paul Robinson with my patch for:
Greg Clayton
2016-11-11
1
-4
/
+7
*
Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...
Greg Clayton
2016-11-11
2
-182
/
+235
*
Fix some size_t / uint32_t ambiguity errors.
Zachary Turner
2016-11-08
1
-7
/
+7
*
[CodeView] Hook up CodeViewRecordIO to type serialization path.
Zachary Turner
2016-11-08
13
-850
/
+374
*
PDB: Fix some APIs to avoid use-after-frees
Justin Bogner
2016-11-03
4
-14
/
+13
*
Add CodeViewRecordIO for reading and writing.
Zachary Turner
2016-11-02
9
-436
/
+657
*
Define DbiStreamBuilder::addSectionMap.
Rui Ueyama
2016-10-31
1
-2
/
+85
*
Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.
Greg Clayton
2016-10-31
4
-32
/
+36
*
Define calculateDbgStreamSize for consistency.
Rui Ueyama
2016-10-29
1
-1
/
+5
*
Import/update constants from the DWARF 5 public review draft document.
Adrian Prantl
2016-10-28
3
-4
/
+4
*
Switch all DWARF variables for tags, attributes and forms over to use the llv...
Greg Clayton
2016-10-27
4
-37
/
+47
*
[codeview] support emitting indirect virtual base class information
Bob Haarman
2016-10-25
1
-2
/
+2
*
[pdb] added support for dumping globals stream
Bob Haarman
2016-10-21
6
-46
/
+236
*
[CodeView] Refactor serialization to use StreamInterface.
Zachary Turner
2016-10-20
4
-217
/
+242
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
5
-5
/
+5
*
[pdb] Improve error messages when DIA is not found.
Zachary Turner
2016-10-19
3
-22
/
+27
*
dwarfdump: add space missing from the type unit header description
David Blaikie
2016-10-18
1
-1
/
+1
*
dwarfdump: Include the name in the unit description, even in non-summarized mode
David Blaikie
2016-10-18
1
-0
/
+1
*
dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...
David Blaikie
2016-10-18
3
-8
/
+25
*
Truncate long names in type records
Reid Kleckner
2016-10-13
2
-18
/
+29
*
Update _MSC_VER equality checks for msdiaNNN.dll
Reid Kleckner
2016-10-12
1
-10
/
+6
*
Avoid braced initialization for default member initializers for MSVC 2013
Reid Kleckner
2016-10-11
1
-1
/
+1
*
Re-submit r283823: Define DbiStreamBuilder::addDbgStream to add stream.
Rui Ueyama
2016-10-11
1
-2
/
+30
*
Revert r283824 and r283823: Define DbiStreamBuilder::addDbgStream to add stream.
Rui Ueyama
2016-10-11
1
-30
/
+2
*
Fix a bug in DbiStreamBuilder::addDbgStream.
Rui Ueyama
2016-10-10
1
-1
/
+1
*
Define DbiStreamBuilder::addDbgStream to add stream.
Rui Ueyama
2016-10-10
1
-2
/
+30
*
[pdb] Dump Module Symbols to Yaml.
Zachary Turner
2016-10-08
1
-2
/
+1
*
Refactor Symbol visitor code.
Zachary Turner
2016-10-07
3
-93
/
+223
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
6
-29
/
+36
*
Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""
Mehdi Amini
2016-10-05
5
-32
/
+27
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
5
-27
/
+32
*
Revert "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
5
-32
/
+27
*
Use StringRef in Support/Darf APIs (NFC)
Mehdi Amini
2016-10-04
5
-27
/
+32
*
Do not pass a superblock to PDBFileBuilder.
Rui Ueyama
2016-09-30
2
-11
/
+6
*
Pass a filename instead of a msf::WritableStream to PDBFileBuilder::commit.
Rui Ueyama
2016-09-30
1
-3
/
+11
*
Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd...
George Rimar
2016-09-23
3
-0
/
+194
*
Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."
George Rimar
2016-09-23
3
-193
/
+0
*
[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.
George Rimar
2016-09-23
3
-0
/
+193
*
[pdb] Write the IPI stream.
Zachary Turner
2016-09-15
2
-7
/
+30
*
[pdb] Fix the TPI stream size computation.
Zachary Turner
2016-09-15
1
-2
/
+1
*
[pdb] Get rid of Data and RawData in CVType.
Zachary Turner
2016-09-14
4
-62
/
+116
*
[pdb] Write TPI hash values to the TPI stream.
Zachary Turner
2016-09-14
8
-116
/
+208
[next]