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
/
lib
/
DebugInfo
/
PDB
/
Raw
/
TpiStream.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pdb] Handle stream index errors better.
Zachary Turner
2016-06-08
1
-8
/
+10
*
[pdb] Try to fix use after free.
Zachary Turner
2016-06-08
1
-0
/
+4
*
[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
/
+2
*
[pdb] Use MappedBlockStream to parse the PDB directory.
Zachary Turner
2016-06-07
1
-3
/
+7
*
[pdbdump] Verify the size of TPI hash records.
Rui Ueyama
2016-06-06
1
-0
/
+5
*
pdbdump: print out TPI hashes.
Rui Ueyama
2016-06-03
1
-9
/
+29
*
Add comments.
Rui Ueyama
2016-06-02
1
-0
/
+2
*
[pdb] Add unit tests for PDB MappedBlockStream and zero copy
Zachary Turner
2016-05-31
1
-0
/
+1
*
[pdb] Finish conversion to zero copy pdb access.
Zachary Turner
2016-05-28
1
-3
/
+4
*
[codeview,pdb] Try really hard to conserve memory when reading.
Zachary Turner
2016-05-27
1
-7
/
+6
*
[codeview] Move StreamInterface and StreamReader to libcodeview.
Zachary Turner
2016-05-25
1
-3
/
+3
*
[llvm-pdbdump] Dump the IPI stream and all records.
Zachary Turner
2016-05-25
1
-2
/
+2
*
[llvm-pdbdump] Dump stream summary list.
Zachary Turner
2016-05-25
1
-0
/
+8
*
[codeview] Try to handle errors better in record iterator
Reid Kleckner
2016-05-12
1
-2
/
+2
*
Port DebugInfoPDB over to using llvm::Error.
Zachary Turner
2016-05-06
1
-12
/
+26
*
[codeview] Add a type visitor to help abstract away type stream handling
Reid Kleckner
2016-05-04
1
-1
/
+1
*
Remove unused variable.
Zachary Turner
2016-05-03
1
-2
/
+0
*
Move CodeViewTypeStream to DebugInfo/CodeView
Zachary Turner
2016-05-03
1
-23
/
+2
*
Parse the TPI (type information) stream of PDB files.
Zachary Turner
2016-05-03
1
-0
/
+143