This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 98215808d6c Revert "Restore with fix "[ThinLTO] Ensure we always select [...] new 6c132cb7499 [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
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 | 14 ++++++---- lib/AsmParser/LLLexer.cpp | 2 +- lib/AsmParser/LLParser.cpp | 4 +-- lib/AsmParser/LLToken.h | 2 +- lib/IR/AsmWriter.cpp | 2 +- lib/Target/AArch64/AArch64FrameLowering.cpp | 3 ++- lib/Target/AArch64/AArch64ISelLowering.cpp | 16 +++++++---- lib/Target/AArch64/AArch64Subtarget.h | 11 ++++++++ lib/Target/X86/X86CallingConv.td | 4 +-- lib/Target/X86/X86FastISel.cpp | 4 +-- lib/Target/X86/X86ISelLowering.cpp | 2 +- lib/Target/X86/X86RegisterInfo.cpp | 6 ++--- lib/Target/X86/X86Subtarget.h | 2 +- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 4 +-- test/Bitcode/compatibility-3.6.ll | 6 ++--- test/Bitcode/compatibility-3.7.ll | 6 ++--- test/Bitcode/compatibility-3.8.ll | 6 ++--- test/Bitcode/compatibility-3.9.ll | 6 ++--- test/Bitcode/compatibility-4.0.ll | 6 ++--- test/Bitcode/compatibility.ll | 6 ++--- .../{win64_vararg.ll => aarch64_win64cc_vararg.ll} | 31 ++++------------------ test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll | 2 +- test/CodeGen/X86/fast-isel-x86-64.ll | 2 +- test/CodeGen/X86/sibcall-win64.ll | 22 +++++++-------- test/CodeGen/X86/win64-nosse-csrs.ll | 2 +- test/CodeGen/X86/win64_nonvol.ll | 2 +- test/CodeGen/X86/win64_params.ll | 2 +- test/CodeGen/X86/win_chkstk.ll | 2 +- test/CodeGen/X86/win_coreclr_chkstk.ll | 4 +-- test/CodeGen/X86/x86-64-ms_abi-vararg.ll | 14 +++++----- utils/vim/syntax/llvm.vim | 2 +- 31 files changed, 99 insertions(+), 98 deletions(-) copy test/CodeGen/AArch64/{win64_vararg.ll => aarch64_win64cc_vararg.ll} (62%)