This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d241bc3accb Unify sorted asserts to use the existing atomic pattern new 5f4316253c2 AMDGPU: Fix assert on aggregate type kernel arguments new 2f8e5b3099f AMDGPU: Fix AMDGPUCodeGenPrepare using uninitialized AMDGPU [...] new fe32d1437e3 AMDGPU: Error on calls from graphics shaders new 90f8cc80db5 AMDGPU: Remove MFI::ABIArgOffset new 8f542571d7b s/TablesChecked/TableChecked/ after r335823
The 5 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: lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 4 +- lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 3 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 10 +- lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +- lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp | 6 +- lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 3 +- lib/Target/AMDGPU/AMDGPUMachineFunction.h | 26 ++-- lib/Target/AMDGPU/R600ISelLowering.cpp | 5 +- lib/Target/AMDGPU/SIISelLowering.cpp | 12 +- lib/Target/ARM/ARMExpandPseudoInsts.cpp | 2 +- lib/Target/X86/X86EvexToVex.cpp | 2 +- test/CodeGen/AMDGPU/lower-kernargs.ll | 171 +++++++++++++++++++++++ test/CodeGen/AMDGPU/unsupported-calls.ll | 7 + 13 files changed, 215 insertions(+), 38 deletions(-)