This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b339184 [PM] Port SymbolRewriter to the new PM new dad4827 GlobalISel[AArch64]: support pointer types in argument lowering. new 967b508 GlobalISel: add generic casts to IRTranslator
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/CodeGen/GlobalISel/IRTranslator.h | 8 +++ include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 9 ++++ include/llvm/Target/GenericOpcodes.td | 19 +++++++ include/llvm/Target/TargetOpcodes.def | 10 ++++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 25 +++++++++ lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 12 +++++ lib/CodeGen/MIRPrinter.cpp | 2 +- lib/Target/AArch64/AArch64CallLowering.cpp | 7 ++- lib/Target/AArch64/AArch64CallingConvention.td | 6 +++ .../AArch64/GlobalISel/arm64-callingconv.ll | 52 +++++++++++++++++++ .../AArch64/GlobalISel/arm64-irtranslator.ll | 60 ++++++++++++++++++---- 11 files changed, 198 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/arm64-callingconv.ll