This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 921f454dae7 Replace hardcoded intrinsic list with speculatable attribute. new d947f15959b Fix use after free in BinaryStream library.
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/CVRecord.h | 2 +- .../CodeView/ModuleDebugFileChecksumFragment.h | 6 +- .../DebugInfo/CodeView/ModuleDebugFragmentRecord.h | 8 +- .../CodeView/ModuleDebugInlineeLinesFragment.h | 5 +- .../DebugInfo/CodeView/ModuleDebugLineFragment.h | 4 +- .../DebugInfo/PDB/Native/DbiModuleDescriptor.h | 2 +- include/llvm/Support/BinaryStreamArray.h | 232 +++++++++++++-------- include/llvm/Support/BinaryStreamReader.h | 24 ++- .../CodeView/ModuleDebugFileChecksumFragment.cpp | 2 +- .../CodeView/ModuleDebugInlineeLinesFragment.cpp | 7 +- .../PDB/Native/DbiModuleDescriptorBuilder.cpp | 8 + unittests/Support/BinaryStreamTest.cpp | 14 +- 12 files changed, 198 insertions(+), 116 deletions(-)