This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dde79d7 Add missing initialization for MachineOptimizationRemarkEmitter new 02e6cb0 [APInt] Add APInt::setBits() method to set all bits in range
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/ADT/APInt.h | 3 + lib/Support/APInt.cpp | 33 +++++++++ lib/Target/X86/X86ISelLowering.cpp | 12 ++-- lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 3 +- unittests/ADT/APIntTest.cpp | 94 +++++++++++++++++++++++++ 5 files changed, 136 insertions(+), 9 deletions(-)