This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e3e0fb [LDist] Match behavior between invoking via optimization pipe [...] new 7327d6f [X86] Vectorcall Calling Convention - Adding CodeGen Complete [...]
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/CallingConvLower.h | 48 +++++++ include/llvm/Target/TargetCallingConv.h | 18 +++ lib/CodeGen/CallingConvLower.cpp | 18 +++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 26 +++- lib/Target/X86/X86CallingConv.cpp | 154 ++++++++++++++++++++++- lib/Target/X86/X86CallingConv.h | 31 +++-- lib/Target/X86/X86CallingConv.td | 64 ++++------ lib/Target/X86/X86ISelLowering.cpp | 42 ++++++- test/CodeGen/X86/vectorcall.ll | 142 ++++++++++++++++++++- 9 files changed, 471 insertions(+), 72 deletions(-)