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
/
LLVMOutputStyle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
revert inadvertedly introduced build break
Bob Haarman
2016-12-06
1
-9
/
+1
*
[pdb] handle missing pdb streams more gracefully
Bob Haarman
2016-12-05
1
-3
/
+51
*
Do not print out Flags field twice.
Rui Ueyama
2016-10-28
1
-1
/
+0
*
[pdb] added support for dumping globals stream
Bob Haarman
2016-10-21
1
-0
/
+24
*
Refactor Symbol visitor code.
Zachary Turner
2016-10-07
1
-6
/
+13
*
[pdb] Get rid of Data and RawData in CVType.
Zachary Turner
2016-09-14
1
-3
/
+3
*
[pdb] Print out some more info when dumping a raw stream.
Zachary Turner
2016-09-09
1
-16
/
+37
*
[pdb] Add command line options for dumping individual streams and blocks
Zachary Turner
2016-09-09
1
-63
/
+52
*
[CodeView] Decouple record deserialization from visitor dispatch.
Zachary Turner
2016-08-05
1
-8
/
+8
*
[msf] Make FPM reader use MappedBlockStream.
Zachary Turner
2016-08-03
1
-3
/
+2
*
pdbdump: Do not treat stream 0 pages as allocated pages.
Rui Ueyama
2016-08-02
1
-6
/
+8
*
[msf] Teach LLVM to parse a split Fpm.
Zachary Turner
2016-08-01
1
-9
/
+83
*
pdbdump: Dump Free Page Map contents.
Rui Ueyama
2016-07-29
1
-0
/
+19
*
[msf] Resubmit "Rename Msf -> MSF".
Zachary Turner
2016-07-29
1
-2
/
+2
*
Revert "[msf] Rename Msf to MSF."
Zachary Turner
2016-07-29
1
-2
/
+2
*
[msf] Rename Msf to MSF.
Zachary Turner
2016-07-29
1
-2
/
+2
*
[pdb] Refactor library to more clearly separate reading/writing
Zachary Turner
2016-07-28
1
-16
/
+14
*
Get rid of IMsfStreamData class.
Zachary Turner
2016-07-28
1
-1
/
+0
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
1
-3
/
+6
*
[pdb] Teach MsfBuilder and other classes about the Free Page Map.
Zachary Turner
2016-07-15
1
-1
/
+1
*
[pdb] Use MsfBuilder to handle the writing PDBs.
Zachary Turner
2016-07-15
1
-1
/
+0
*
[codeview] Drop unused private inheritance.
Benjamin Kramer
2016-07-10
1
-1
/
+0
*
Update llvm-pdbdump to use subcommands.
Zachary Turner
2016-06-30
1
-30
/
+80
*
[pdb] Don't error on missing FPO streams
Reid Kleckner
2016-06-17
1
-35
/
+48
*
Resubmit "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
1
-4
/
+8
*
Revert "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
1
-8
/
+4
*
[pdb] Change type visitor pattern to be dynamic.
Zachary Turner
2016-06-16
1
-4
/
+8
*
[pdb] Handle stream index errors better.
Zachary Turner
2016-06-08
1
-130
/
+133
*
[pdb] Try to fix use after free.
Zachary Turner
2016-06-08
1
-2
/
+6
*
[pdbdump] Print out # of hash buckets.
Rui Ueyama
2016-06-07
1
-0
/
+1
*
[pdbdump] Print out TPI hash key size.
Rui Ueyama
2016-06-07
1
-0
/
+1
*
[pdb] Use MappedBlockStream to parse the PDB directory.
Zachary Turner
2016-06-07
1
-2
/
+5
*
[pdbdump] Print section header flags.
Rui Ueyama
2016-06-06
1
-1
/
+2
*
[llvm-pdbdump] Dump MSF headers to YAML.
Zachary Turner
2016-06-06
1
-0
/
+1
*
[pdbdump] Print out New FPO stream contents.
Rui Ueyama
2016-06-06
1
-0
/
+25
*
pdbdump: print out TPI hashes.
Rui Ueyama
2016-06-03
1
-0
/
+19
*
[llvm-pdbdump] Introduce an abstraction for the output style.
Zachary Turner
2016-06-03
1
-0
/
+652