This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c678874 Silence unused warning in non-assert builds. new 4b6c339 [X86] Basic additions to support RegCall Calling Convention.
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/IR/CallingConv.h | 3 + lib/AsmParser/LLLexer.cpp | 1 + lib/AsmParser/LLParser.cpp | 1 + lib/AsmParser/LLToken.h | 1 + lib/IR/AsmWriter.cpp | 1 + lib/Target/X86/X86CallingConv.h | 7 + lib/Target/X86/X86CallingConv.td | 190 ++++++++++ lib/Target/X86/X86RegisterInfo.cpp | 26 ++ test/CodeGen/X86/avx512-regcall-NoMask.ll | 607 ++++++++++++++++++++++++++++++ test/CodeGen/X86/sse-regcall.ll | 207 ++++++++++ 10 files changed, 1044 insertions(+) create mode 100644 test/CodeGen/X86/avx512-regcall-NoMask.ll create mode 100644 test/CodeGen/X86/sse-regcall.ll