This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ad46a07 GlobalISel: make G_CONSTANT take a ConstantInt rather than int64_t. new e1db4f7 GlobalISel: translate constants larger than 64 bits. new cfa4450 [IR] Fix some Clang-tidy modernize-use-equals-delete and Incl [...]
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/IR/DerivedTypes.h | 43 ++- include/llvm/IR/GlobalAlias.h | 10 +- include/llvm/IR/GlobalIFunc.h | 10 +- include/llvm/IR/GlobalIndirectSymbol.h | 15 +- include/llvm/IR/GlobalObject.h | 15 +- include/llvm/IR/Instruction.h | 33 +- include/llvm/IR/Instructions.h | 374 ++++++++++++++------- include/llvm/Support/CommandLine.h | 1 - lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 9 + 10 files changed, 348 insertions(+), 164 deletions(-)