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
/
tools
/
llvm-pdbdump
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename llvm-pdbdump -> llvm-pdbutil.
Zachary Turner
2017-06-09
43
-6579
/
+0
*
[llvm-pdbdump] Fix -Wpessimizing-move warnings.
Craig Topper
2017-06-09
1
-2
/
+2
*
[pdb] Don't crash on unknown debug subsections.
Zachary Turner
2017-06-09
2
-0
/
+14
*
[CodeView] Support remaining debug subsection types
Zachary Turner
2017-06-09
4
-14
/
+102
*
[llvm-pdbdump] Support native ordering of subsections in raw mode.
Zachary Turner
2017-06-08
5
-262
/
+101
*
[llvm-pdbdump] Improve consistency among subcommands.
Zachary Turner
2017-06-08
4
-100
/
+154
*
[PDB] Don't crash on /debug:fastlink PDBs.
Zachary Turner
2017-06-08
1
-64
/
+68
*
[CodeView] Handle Cross Module Imports and Exports.
Zachary Turner
2017-06-05
4
-8
/
+63
*
[PDB] Fix use after free.
Zachary Turner
2017-06-03
3
-5
/
+6
*
[CodeView] Support CodeView subsections in any order.
Zachary Turner
2017-06-02
6
-183
/
+34
*
[CodeView] Properly align symbol records on read/write.
Zachary Turner
2017-06-01
2
-4
/
+7
*
[ObjectYAML] Split CodeViewYAML into 3 pieces.
Zachary Turner
2017-05-31
4
-3
/
+4
*
[ObjectYAML] Clean up the CodeView headers a bit.
Zachary Turner
2017-05-31
1
-1
/
+0
*
[CodeView] Move CodeView symbol yaml logic to ObjectYAML.
Zachary Turner
2017-05-30
7
-514
/
+7
*
[CodeView] Move CodeView YAML code to ObjectYAML.
Zachary Turner
2017-05-30
13
-1125
/
+69
*
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
Zachary Turner
2017-05-30
5
-40
/
+39
*
[llvm-pdbdump] pdb2yaml: add an -all option to dump everything we can
Bob Haarman
2017-05-26
3
-0
/
+18
*
[llvm-pdbdump] Don't crash when displaying padding.
Zachary Turner
2017-05-26
1
-1
/
+2
*
[llvm-pdbdump] [yaml2pdb] always include object file name in module info
Bob Haarman
2017-05-25
1
-1
/
+1
*
Fix broken build.
Zachary Turner
2017-05-24
1
-2
/
+2
*
[PDB] Hash types up front when merging types instead of using StringMap
Reid Kleckner
2017-05-23
1
-8
/
+6
*
Revert "Make TypeSerializer's StringMap use the same allocator."
Zachary Turner
2017-05-23
1
-2
/
+2
*
Implement various flavors of type merging.
Zachary Turner
2017-05-22
1
-9
/
+9
*
Make TypeSerializer's StringMap use the same allocator.
Zachary Turner
2017-05-22
1
-2
/
+2
*
Resubmit "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
9
-82
/
+73
*
Fix compilation failure.
Zachary Turner
2017-05-19
1
-1
/
+1
*
Revert "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
9
-74
/
+84
*
Fix some build errors and warnings.
Zachary Turner
2017-05-18
2
-2
/
+2
*
[CodeView] Raise the source to ID map out of the TypeStreamMerger.
Zachary Turner
2017-05-18
1
-4
/
+8
*
[llvm-pdbdump] Add the ability to merge PDBs.
Zachary Turner
2017-05-18
1
-0
/
+68
*
[CodeView] Provide a common interface for type collections.
Zachary Turner
2017-05-18
8
-83
/
+72
*
[llvm-pdbdump] in yaml2pdb, generate default output filename if none given
Bob Haarman
2017-05-17
1
-4
/
+10
*
[CodeView] Simplify the use of visiting type records & streams.
Zachary Turner
2017-05-17
4
-92
/
+49
*
[llvm-pdbdump] Add the option to sort functions and data.
Zachary Turner
2017-05-14
4
-11
/
+136
*
[CodeView] Add a random access type visitor.
Zachary Turner
2017-05-12
1
-1
/
+1
*
[CodeView] Reserve TypeDatabase records up front.
Zachary Turner
2017-05-05
2
-4
/
+4
*
[pdb] Don't verify TPI hash values up front.
Zachary Turner
2017-05-04
1
-6
/
+16
*
[PDB] Don't build the entire source file list up front.
Zachary Turner
2017-05-04
3
-36
/
+45
*
[llvm-pdbdump] Only build the TypeDatabase if necessary.
Zachary Turner
2017-05-04
2
-41
/
+77
*
Remove unused private field.
Zachary Turner
2017-05-03
1
-1
/
+1
*
[CodeView] Use actual strings for dealing with checksums and lines.
Zachary Turner
2017-05-03
1
-40
/
+13
*
[llvm-readobj] Update readobj to re-use parsing code.
Zachary Turner
2017-05-03
3
-19
/
+42
*
Rename pdb::StringTable -> pdb::PDBStringTable.
Zachary Turner
2017-05-02
3
-4
/
+4
*
[PDB/CodeView] Read/write codeview inlinee line information.
Zachary Turner
2017-05-02
9
-26
/
+203
*
[CodeView] Write CodeView line information.
Zachary Turner
2017-05-01
3
-4
/
+66
*
[PDB/CodeView] Rename some classes.
Zachary Turner
2017-05-01
6
-18
/
+16
*
Remove unused private field.
Zachary Turner
2017-04-29
1
-4
/
+3
*
[llvm-pdbdump] Abstract some of the YAML/Raw printing code.
Zachary Turner
2017-04-29
7
-165
/
+288
*
[llvm-pdbdump] Allow printing only a portion of a stream.
Zachary Turner
2017-04-28
3
-5
/
+45
*
Fix a few pedantic warnings.
Frederich Munch
2017-04-27
1
-5
/
+5
[next]