This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4a1e3574262 [AArch64][RegisterBankInfo] Change the default mapping of f [...] new f019c6b2199 [CodeView] Add support for random access type visitors.
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/CVTypeVisitor.h | 4 ++ include/llvm/DebugInfo/CodeView/TypeDatabase.h | 29 +++++++- .../llvm/DebugInfo/CodeView/TypeDatabaseVisitor.h | 15 ++++- .../CodeView/TypeVisitorCallbackPipeline.h | 8 +++ .../llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | 9 ++- lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 36 ++++++++-- lib/DebugInfo/CodeView/TypeDatabase.cpp | 53 +++++++++++++-- lib/DebugInfo/CodeView/TypeDatabaseVisitor.cpp | 78 ++++++++++++++++------ 8 files changed, 197 insertions(+), 35 deletions(-)