This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d5fca75 [AMDGPU] Assembler: remove unused AMDGPUMCObjectWriter. new d79f714 GlobalISel: pass Function to lowerFormalArguments directly (NFC). new c297159 GlobalISel: produce correct code for signext/zeroext ABI flags.
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/CallLowering.h | 29 ++- include/llvm/CodeGen/LowLevelType.h | 2 + lib/CodeGen/GlobalISel/CallLowering.cpp | 71 +++++++- lib/CodeGen/GlobalISel/IRTranslator.cpp | 3 +- lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 7 +- lib/CodeGen/LowLevelType.cpp | 18 ++ lib/Target/AArch64/AArch64CallLowering.cpp | 196 +++++++++++---------- lib/Target/AArch64/AArch64CallLowering.h | 17 +- lib/Target/AArch64/AArch64CallingConvention.td | 1 + lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 6 +- lib/Target/AMDGPU/AMDGPUCallLowering.h | 6 +- test/CodeGen/AArch64/GlobalISel/call-translator.ll | 40 +++++ 12 files changed, 274 insertions(+), 122 deletions(-)