This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40 in repository llvm.
from 8f89f7255e2 Merging r302183: new f3d3277bb71 Merging r298179:
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/FastISel.h | 41 ++++++++++++++++ include/llvm/IR/Module.h | 4 ++ include/llvm/Target/TargetLowering.h | 20 +++++++- lib/CodeGen/SelectionDAG/FastISel.cpp | 2 + lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 60 ++++++++++++++--------- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 7 +-- lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 9 ++-- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 30 ++++++------ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 16 +++--- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 13 +++-- lib/IR/Module.cpp | 8 +++ lib/Target/AArch64/AArch64ISelLowering.cpp | 5 +- lib/Target/AArch64/AArch64SelectionDAGInfo.cpp | 10 ++-- lib/Target/ARM/ARMISelLowering.cpp | 6 +-- lib/Target/ARM/ARMSelectionDAGInfo.cpp | 10 ++-- lib/Target/AVR/AVRISelLowering.cpp | 2 +- lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp | 11 +++-- lib/Target/Mips/MipsISelLowering.cpp | 5 +- lib/Target/PowerPC/PPCISelLowering.cpp | 7 ++- lib/Target/X86/X86ISelLowering.cpp | 48 +++++++++++++++--- lib/Target/X86/X86ISelLowering.h | 3 ++ lib/Target/X86/X86SelectionDAGInfo.cpp | 10 ++-- lib/Target/XCore/XCoreISelLowering.cpp | 2 +- lib/Target/XCore/XCoreSelectionDAGInfo.cpp | 10 ++-- test/CodeGen/X86/regparm.ll | 48 ++++++++++++++++++ 25 files changed, 285 insertions(+), 102 deletions(-) create mode 100644 test/CodeGen/X86/regparm.ll