This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d794576ede AMDGPU: Stop trying to extend arguments for clover new f02d879e99f DAG: Add calling convention argument to calling convention funcs
The 1 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/TargetLowering.h | 7 +- lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +- lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 8 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 209 ++++++++++++---------- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 10 +- lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 3 +- lib/CodeGen/TargetLoweringBase.cpp | 7 +- lib/Target/AArch64/AArch64FastISel.cpp | 2 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 7 +- lib/Target/ARM/ARMFastISel.cpp | 2 +- lib/Target/Mips/MipsCallLowering.cpp | 3 +- lib/Target/Mips/MipsFastISel.cpp | 2 +- lib/Target/Mips/MipsISelLowering.cpp | 6 +- lib/Target/Mips/MipsISelLowering.h | 5 +- lib/Target/PowerPC/PPCFastISel.cpp | 2 +- lib/Target/PowerPC/PPCISelLowering.cpp | 2 + lib/Target/PowerPC/PPCISelLowering.h | 2 + lib/Target/X86/X86FastISel.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 6 +- lib/Target/X86/X86ISelLowering.h | 3 +- 20 files changed, 163 insertions(+), 127 deletions(-)