This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2458d2d4505 [AArch64] Fix BITCAST lowering crash new 68041a58acf Remove useless comment - seems to be a copy+paste typo. NFCI new feaa594c1db Fix emission of PDB string table.
The 2 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/PDB/Native/HashTable.h | 115 +++++++++++++++- include/llvm/DebugInfo/PDB/Native/InfoStream.h | 2 +- include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h | 25 ++-- lib/DebugInfo/PDB/Native/HashTable.cpp | 94 ++----------- lib/DebugInfo/PDB/Native/InfoStream.cpp | 3 +- lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 3 +- lib/DebugInfo/PDB/Native/NamedStreamMap.cpp | 146 +++++++++------------ .../InstCombine/InstCombineSimplifyDemanded.cpp | 1 - tools/llvm-pdbutil/Diff.cpp | 4 +- unittests/DebugInfo/PDB/HashTableTest.cpp | 41 ++++++ 10 files changed, 245 insertions(+), 189 deletions(-)