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
/
llvm-pdbdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[codeview] Improve readability of type record assembly
Reid Kleckner
2016-05-31
1
-1
/
+1
*
llvm-pdbdump should have a non-zero exit code on error
David Majnemer
2016-05-28
1
-19
/
+10
*
[pdb] Finish conversion to zero copy pdb access.
Zachary Turner
2016-05-28
1
-4
/
+14
*
[codeview] Remove StreamReader copying method.
Zachary Turner
2016-05-27
1
-1
/
+7
*
[codeview,pdb] Try really hard to conserve memory when reading.
Zachary Turner
2016-05-27
1
-5
/
+5
*
pdbdump: print out the name of the stream 0.
Rui Ueyama
2016-05-27
1
-1
/
+3
*
pdbdump: Add -raw-all to enable all -raw-* flags.
Rui Ueyama
2016-05-26
1
-0
/
+16
*
Fix typo.
Rui Ueyama
2016-05-26
1
-15
/
+15
*
[codeview] Move StreamInterface and StreamReader to libcodeview.
Zachary Turner
2016-05-25
1
-3
/
+3
*
[llvm-pdbdump] Dump raw stream contents as binary block.
Zachary Turner
2016-05-25
1
-2
/
+3
*
[llvm-pdbdump] Decipher the remaining PDB streams.
Zachary Turner
2016-05-25
1
-0
/
+22
*
[llvm-pdbdump] Dump the IPI stream and all records.
Zachary Turner
2016-05-25
1
-20
/
+60
*
[llvm-pdbdump] Stream 0 isn't actually the MSF superblock.
Zachary Turner
2016-05-25
1
-4
/
+9
*
[llvm-pdbdump] Dump stream summary list.
Zachary Turner
2016-05-25
1
-13
/
+78
*
[llvm-pdbdump] Rework command line options.
Zachary Turner
2016-05-24
1
-71
/
+110
*
[codeview, pdb] Dump symbol records in publics stream
Zachary Turner
2016-05-24
1
-3
/
+12
*
Dump symbol record details in llvm-pdbdump
Zachary Turner
2016-05-24
1
-20
/
+48
*
pdbdump: print out symbol names referred by publics stream.
Rui Ueyama
2016-05-20
1
-0
/
+1
*
pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.
Rui Ueyama
2016-05-19
1
-1
/
+1
*
pdbdump: Print out section offsets in the publics stream.
Rui Ueyama
2016-05-18
1
-0
/
+1
*
pdbdump: Print out more strcutures.
Rui Ueyama
2016-05-17
1
-0
/
+3
*
pdbdump: Print "Publics" stream.
Rui Ueyama
2016-05-13
1
-1
/
+24
*
[codeview] Try to handle errors better in record iterator
Reid Kleckner
2016-05-12
1
-1
/
+6
*
Fix build error with ambiguity of size_t.
Zachary Turner
2016-05-09
1
-1
/
+1
*
[pdb] Parse the module info stream for each module.
Zachary Turner
2016-05-09
1
-11
/
+31
*
Make TypeIterator generic so it can iterate symbols too.
Zachary Turner
2016-05-09
1
-1
/
+1
*
Make llvm-pdbdump print CV type records
Zachary Turner
2016-05-06
1
-10
/
+16
*
Port DebugInfoPDB over to using llvm::Error.
Zachary Turner
2016-05-06
1
-65
/
+75
*
Reland "Use ScopedPrinter in llvm-pdbdump"
Reid Kleckner
2016-05-04
1
-139
/
+169
*
Revert "Use ScopedPrinter in llvm-pdbdump"
Chad Rosier
2016-05-04
1
-169
/
+139
*
Use ScopedPrinter in llvm-pdbdump
Zachary Turner
2016-05-04
1
-139
/
+169
*
Fix template type deduction error on some compilers.
Zachary Turner
2016-05-03
1
-1
/
+1
*
Move CodeViewTypeStream to DebugInfo/CodeView
Zachary Turner
2016-05-03
1
-16
/
+13
*
Parse the TPI (type information) stream of PDB files.
Zachary Turner
2016-05-03
1
-0
/
+34
*
Parse PDB Name Hash Table
Zachary Turner
2016-05-02
1
-25
/
+9
*
Put PDB parsing code into a pdb namespace.
Zachary Turner
2016-04-29
1
-22
/
+22
*
Refactor the PDB Stream reading interface.
Zachary Turner
2016-04-29
1
-4
/
+7
*
[llvm-pdbdump] Restore error messages, handle bad block sizes
David Majnemer
2016-04-28
1
-14
/
+23
*
Read the rest of the DBI substreams, and parse source info.
Zachary Turner
2016-04-28
1
-15
/
+20
*
Parse module information from DBI stream.
Zachary Turner
2016-04-27
1
-0
/
+23
*
Parse and dump PDB DBI Stream Header Information
Zachary Turner
2016-04-26
1
-4
/
+18
*
Refactor some more PDB reading code into DebugInfoPDB.
Zachary Turner
2016-04-26
1
-126
/
+13
*
Resubmit "Refactor raw pdb dumper into library"
Zachary Turner
2016-04-25
1
-312
/
+84
*
Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into library
Daniel Sanders
2016-04-22
1
-84
/
+312
*
Fix PDB warnings and test
Reid Kleckner
2016-04-21
1
-1
/
+1
*
Refactor raw pdb dumper into library
Zachary Turner
2016-04-21
1
-312
/
+84
*
[llvm-pdbdump] Print a better error message when PDB loading fails.
Zachary Turner
2016-04-19
1
-2
/
+8
*
[llvm-pdbdump] Dump line table information.
Zachary Turner
2016-03-08
1
-3
/
+22
*
[llvm-pdbdump] Start to decode some streams
David Majnemer
2016-02-12
1
-29
/
+253
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
[prev]
[next]