This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a4aee34a90 Fix some undefined behavior (excessive shift of signed valu [...] new 8ded3ca9a96 [X86] Remove isTypePromotionOfi1ZeroUpBits and its helpers. new 22d9c5c34d7 BitStream reader: propagate errors
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/Bitcode/BitstreamReader.h | 149 +++++--- include/llvm/Support/Error.h | 10 +- lib/Bitcode/Reader/BitcodeReader.cpp | 556 ++++++++++++++++++++---------- lib/Bitcode/Reader/BitstreamReader.cpp | 273 +++++++++++---- lib/Bitcode/Reader/MetadataLoader.cpp | 189 +++++++--- lib/Target/X86/X86ISelLowering.cpp | 71 ---- test/Bitcode/invalid.test | 14 +- test/tools/llvm-lto/error.ll | 2 +- tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 131 +++++-- unittests/Bitcode/BitstreamReaderTest.cpp | 36 +- 10 files changed, 938 insertions(+), 493 deletions(-)