This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d3b78e0 GlobalISel: use G_TYPE to annotate physregs with a type. new 4d1149d [codeview] Add TypeVisitorCallbackPipeline.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 14 +--- .../CodeView/TypeVisitorCallbackPipeline.h | 83 ++++++++++++++++++++++ lib/DebugInfo/CodeView/TypeDumper.cpp | 25 +++++-- lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 19 +++-- lib/DebugInfo/PDB/Raw/TpiStream.cpp | 10 ++- tools/llvm-pdbdump/CodeViewYaml.cpp | 18 +++-- tools/llvm-pdbdump/PdbYaml.cpp | 11 ++- 7 files changed, 149 insertions(+), 31 deletions(-) create mode 100644 include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h