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
...
*
[pdb] Re-add code to write PDB files.
Zachary Turner
2016-06-30
1
-23
/
+33
*
Update llvm-pdbdump to use subcommands.
Zachary Turner
2016-06-30
1
-270
/
+221
*
Resubmit "[pdb] Actually write a PDB to disk from YAML.""
Zachary Turner
2016-06-14
1
-2
/
+71
*
Revert "[pdb] Actually write a PDB to disk from YAML."
Zachary Turner
2016-06-14
1
-71
/
+2
*
[pdb] Actually write a PDB to disk from YAML.
Zachary Turner
2016-06-14
1
-2
/
+71
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
[pdb] Try to fix use after free.
Zachary Turner
2016-06-08
1
-0
/
+2
*
[llvm-pdbdump] Dump MSF headers to YAML.
Zachary Turner
2016-06-06
1
-0
/
+4
*
[pdbdump] Print out New FPO stream contents.
Rui Ueyama
2016-06-06
1
-0
/
+8
*
pdbdump: print out TPI hashes.
Rui Ueyama
2016-06-03
1
-0
/
+6
*
[llvm-pdbdump] Introduce an abstraction for the output style.
Zachary Turner
2016-06-03
1
-653
/
+29
*
[pdb] Print out file names instead of file offsets.
Zachary Turner
2016-06-03
1
-17
/
+37
*
[pdb] Dump file checksums from pdb codeview line info.
Zachary Turner
2016-06-03
1
-5
/
+13
*
[codeview] Dump line number and column information.
Zachary Turner
2016-06-03
1
-12
/
+64
*
Fix indentation.
Rui Ueyama
2016-06-03
1
-6
/
+6
*
[llvm-pdbdump] Dump CodeView line information.
Zachary Turner
2016-06-02
1
-16
/
+42
*
pdbdump: print out COFF section headers.
Rui Ueyama
2016-06-02
1
-0
/
+39
*
[pdb] Parse and dump section map and section contribs
Zachary Turner
2016-06-02
1
-13
/
+95
*
[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
[prev]
[next]