This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9163bca MachineScheduler: Add constructor functions for the DAGMutations new 7b7f7a5 GlobalISel: translate insertvalue instructions. new 046622b GlobalISel: fix stale comment new 843c638 GlobalISel: fix insert/extract to work on ConstantExprs too. new d0d4756 GlobalISel: support translating select instructions. new b8957bd GlobalISel: translate float/int conversion instructions. new 31b3913 GlobalISel: translate floating-point constants
The 6 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/CodeGen/GlobalISel/IRTranslator.h | 23 ++++-- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 30 +++++++- include/llvm/Target/GenericOpcodes.td | 53 ++++++++++++- include/llvm/Target/TargetOpcodes.def | 21 +++++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 56 ++++++++++++-- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 15 ++++ .../AArch64/GlobalISel/arm64-irtranslator.ll | 89 ++++++++++++++++++++++ 7 files changed, 272 insertions(+), 15 deletions(-)