This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac657a1 [LockFileManager] Reduce lock timeout new c78bc91 Capitalize ArgListEntry fields. NFC. new 11fdc78 Make library calls sensitive to regparm module flag (Fixes PR3997).
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/FastISel.h | 28 +------ include/llvm/IR/Module.h | 4 + include/llvm/Target/TargetLowering.h | 70 +++++++++++------ lib/CodeGen/SelectionDAG/FastISel.cpp | 16 +--- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 92 +++++++++++++---------- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 15 ++-- lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 13 ++-- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 30 ++++---- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 78 ++++++++++--------- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 41 +++++----- lib/IR/Module.cpp | 8 ++ lib/Target/AArch64/AArch64ISelLowering.cpp | 9 ++- lib/Target/AArch64/AArch64SelectionDAGInfo.cpp | 10 ++- lib/Target/ARM/ARMISelLowering.cpp | 24 +++--- lib/Target/ARM/ARMSelectionDAGInfo.cpp | 12 +-- lib/Target/AVR/AVRISelLowering.cpp | 3 +- lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp | 11 +-- lib/Target/Mips/MipsISelLowering.cpp | 5 +- lib/Target/PowerPC/PPCISelLowering.cpp | 7 +- lib/Target/Sparc/SparcISelLowering.cpp | 4 +- lib/Target/X86/X86ISelLowering.cpp | 56 +++++++++++--- 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 ++++++++++++ 26 files changed, 356 insertions(+), 253 deletions(-) create mode 100644 test/CodeGen/X86/regparm.ll