This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 56582e5 [mips][msa] Accept more values for constant splats new 943d3e0 [APInt] Add APInt::insertBits() method to insert an APInt int [...]
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 ++-- lib/Support/APInt.cpp | 59 +++++++++++++++++++++++++ lib/Target/X86/X86ISelLowering.cpp | 7 ++- lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 3 +- unittests/ADT/APIntTest.cpp | 53 ++++++++++++++++++++++ 6 files changed, 123 insertions(+), 10 deletions(-)