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
*
NFC: Rename (PDB) RawSession to NativeSession
Adrian McCarthy
2017-01-25
1
-174
/
+0
*
[pdb] Correctly parse the hash adjusters table from TPI stream.
Zachary Turner
2017-01-25
1
-9
/
+6
*
[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...
Eugene Zelenko
2016-11-23
1
-7
/
+8
*
[pdb] Write TPI hash values to the TPI stream.
Zachary Turner
2016-09-14
1
-92
/
+4
*
[pdb] Pass CVRecord's through the visitor as non-const references.
Zachary Turner
2016-09-09
1
-8
/
+7
*
[pdb] Write PDB TPI Stream from Yaml.
Zachary Turner
2016-09-09
1
-67
/
+42
*
[codeview] Properly propagate the TypeLeafKind through the pipeline.
Zachary Turner
2016-09-01
1
-3
/
+3
*
[codeview] Have visitTypeBegin return the record type.
Zachary Turner
2016-08-31
1
-2
/
+3
*
[codeview] Add TypeVisitorCallbackPipeline.
Zachary Turner
2016-08-31
1
-2
/
+8
*
[CodeView] Decouple record deserialization from visitor dispatch.
Zachary Turner
2016-08-05
1
-6
/
+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
-7
/
+4
*
Get rid of IMsfStreamData class.
Zachary Turner
2016-07-28
1
-1
/
+0
*
[msf] Create LLVMDebugInfoMsf
Zachary Turner
2016-07-22
1
-3
/
+4
*
Re-enable TPI hash verification for enum records.
Rui Ueyama
2016-07-12
1
-1
/
+1
*
[pdb] Round trip the PDB stream between YAML and binary PDB.
Zachary Turner
2016-07-06
1
-0
/
+2
*
Disable hash verification of enums.
Zachary Turner
2016-07-06
1
-1
/
+1
*
[pdb] Check the display name for <unnamed-tag>, not the linkage name
Reid Kleckner
2016-07-01
1
-1
/
+1
*
[PDB] Indicate which type record failed hash validation
Reid Kleckner
2016-07-01
1
-2
/
+8
*
[codeview] Add an extra check for TPI hash values.
Rui Ueyama
2016-06-20
1
-2
/
+10
*
[codeview] Use hashBufferV8 to verify all type records.
Rui Ueyama
2016-06-16
1
-15
/
+15
*
Resubmit "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
1
-19
/
+21
*
Revert "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
1
-21
/
+19
*
[pdb] Change type visitor pattern to be dynamic.
Zachary Turner
2016-06-16
1
-19
/
+21
*
[codeview] Pass CVRecord to visitTypeBegin callback.
Rui Ueyama
2016-06-16
1
-3
/
+1
*
[codeview] Remove unused parameter.
Rui Ueyama
2016-06-16
1
-9
/
+7
*
Implement pdb::hashBufferV8 hash function.
Rui Ueyama
2016-06-16
1
-10
/
+1
*
Remove redundant namespace specifiers.
Rui Ueyama
2016-06-16
1
-9
/
+9
*
[codeview] Use CVTypeVisitor instead of a hand-written switch-cases.
Rui Ueyama
2016-06-16
1
-68
/
+64
*
[pdbdump] Verify LF_{CLASS,ENUM,INTERFACE,STRUCTURE,UNION} records.
Rui Ueyama
2016-06-15
1
-8
/
+53
*
[pdbdump] Verify TPI hash for LF_ENUM type records.
Rui Ueyama
2016-06-14
1
-5
/
+21
*
[pdbdump] Verify part of TPI hash streams.
Rui Ueyama
2016-06-09
1
-0
/
+28
*
[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
[next]