This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9769d9a ARM: fix CodeGen for 64-bit shifts. new 34c84f4 Bitcode: Introduce initial multi-module reader API. new 99e15d0 [ImplicitNullChecks] Do not not handle call MachineInstrs new fb82552 X86: Simplify X86ISD::Wrapper operand checks. NFCI.
The 3 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/BitcodeReader.h | 38 ++++++++ lib/Bitcode/Reader/BitcodeReader.cpp | 148 ++++++++++++++++++++---------- lib/CodeGen/ImplicitNullChecks.cpp | 5 +- lib/Target/X86/X86ISelDAGToDAG.cpp | 21 +---- lib/Target/X86/X86ISelLowering.h | 5 +- test/Bitcode/invalid.test | 22 ++--- test/Bitcode/null-type.ll | 2 +- test/CodeGen/X86/implicit-null-checks.mir | 57 ++++++++++++ 8 files changed, 218 insertions(+), 80 deletions(-)