index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-pdbdump
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-17
[pdb] Don't error on missing FPO streams
Reid Kleckner
1
-35
/
+48
2016-06-16
Resubmit "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
1
-4
/
+8
2016-06-16
Revert "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
1
-8
/
+4
2016-06-16
[pdb] Change type visitor pattern to be dynamic.
Zachary Turner
1
-4
/
+8
2016-06-14
Resubmit "[pdb] Actually write a PDB to disk from YAML.""
Zachary Turner
4
-66
/
+126
2016-06-14
Revert "[pdb] Actually write a PDB to disk from YAML."
Zachary Turner
4
-126
/
+66
2016-06-14
[pdb] Actually write a PDB to disk from YAML.
Zachary Turner
4
-66
/
+126
2016-06-10
Make PDBFile take a StreamInterface instead of a MemBuffer.
Zachary Turner
1
-1
/
+19
2016-06-09
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
1
-1
/
+1
2016-06-09
[pdbdump-fuzzer] Try to fix build errors in fuzzer.
Zachary Turner
1
-1
/
+9
2016-06-08
[pdb] Handle stream index errors better.
Zachary Turner
1
-130
/
+133
2016-06-08
[pdb] Try to fix use after free.
Zachary Turner
2
-2
/
+8
2016-06-07
[pdbdump] Print out # of hash buckets.
Rui Ueyama
1
-0
/
+1
2016-06-07
[pdbdump] Print out TPI hash key size.
Rui Ueyama
1
-0
/
+1
2016-06-07
[pdb] Use MappedBlockStream to parse the PDB directory.
Zachary Turner
1
-2
/
+5
2016-06-06
[pdbdump] Print section header flags.
Rui Ueyama
1
-1
/
+2
2016-06-06
[llvm-pdbdump] Dump stream sizes and stream blocks to yaml.
Zachary Turner
3
-4
/
+51
2016-06-06
[llvm-pdbdump] Dump MSF headers to YAML.
Zachary Turner
9
-0
/
+280
2016-06-06
[pdbdump] Print out New FPO stream contents.
Rui Ueyama
5
-0
/
+36
2016-06-03
pdbdump: print out TPI hashes.
Rui Ueyama
3
-1
/
+27
2016-06-03
[llvm-pdbdump] Introduce an abstraction for the output style.
Zachary Turner
6
-653
/
+788
2016-06-03
[pdb] Print out file names instead of file offsets.
Zachary Turner
1
-17
/
+37
2016-06-03
[pdb] Dump file checksums from pdb codeview line info.
Zachary Turner
1
-5
/
+13
2016-06-03
[codeview] Dump line number and column information.
Zachary Turner
1
-12
/
+64
2016-06-03
Fix indentation.
Rui Ueyama
1
-6
/
+6
2016-06-02
[llvm-pdbdump] Dump CodeView line information.
Zachary Turner
1
-16
/
+42
2016-06-02
pdbdump: print out COFF section headers.
Rui Ueyama
1
-0
/
+39
2016-06-02
[pdb] Parse and dump section map and section contribs
Zachary Turner
1
-13
/
+95
2016-05-31
llvm-pdbdump-fuzzer: fix the build
Kostya Serebryany
1
-8
/
+9
2016-05-31
Speculative build fix for codeview type dumper API change
Reid Kleckner
1
-1
/
+1
2016-05-31
[codeview] Improve readability of type record assembly
Reid Kleckner
1
-1
/
+1
2016-05-31
[llvm-pdbdump-fuzzer] Add a fuzzer for llvm-pdbdump
David Majnemer
3
-0
/
+96
2016-05-28
llvm-pdbdump should have a non-zero exit code on error
David Majnemer
1
-19
/
+10
2016-05-28
[pdb] Finish conversion to zero copy pdb access.
Zachary Turner
1
-4
/
+14
2016-05-27
[codeview] Remove StreamReader copying method.
Zachary Turner
1
-1
/
+7
2016-05-27
[codeview,pdb] Try really hard to conserve memory when reading.
Zachary Turner
1
-5
/
+5
2016-05-27
pdbdump: print out the name of the stream 0.
Rui Ueyama
1
-1
/
+3
2016-05-26
pdbdump: Add -raw-all to enable all -raw-* flags.
Rui Ueyama
1
-0
/
+16
2016-05-26
Fix typo.
Rui Ueyama
1
-15
/
+15
2016-05-25
[codeview] Move StreamInterface and StreamReader to libcodeview.
Zachary Turner
1
-3
/
+3
2016-05-25
[llvm-pdbdump] Dump raw stream contents as binary block.
Zachary Turner
1
-2
/
+3
2016-05-25
[llvm-pdbdump] Decipher the remaining PDB streams.
Zachary Turner
1
-0
/
+22
2016-05-25
[llvm-pdbdump] Dump the IPI stream and all records.
Zachary Turner
1
-20
/
+60
2016-05-25
[llvm-pdbdump] Stream 0 isn't actually the MSF superblock.
Zachary Turner
1
-4
/
+9
2016-05-25
[llvm-pdbdump] Dump stream summary list.
Zachary Turner
1
-13
/
+78
2016-05-24
[codeview] Add support for new type records.
Zachary Turner
1
-2
/
+2
2016-05-24
[llvm-pdbdump] Rework command line options.
Zachary Turner
1
-71
/
+110
2016-05-24
[codeview, pdb] Dump symbol records in publics stream
Zachary Turner
1
-3
/
+12
2016-05-24
Dump symbol record details in llvm-pdbdump
Zachary Turner
1
-20
/
+48
2016-05-20
pdbdump: print out symbol names referred by publics stream.
Rui Ueyama
1
-0
/
+1
[next]