[PATCH] D34474: [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 13:06:36 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL308208: [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well (authored by mstorsjo).

Changed prior to commit:
  https://reviews.llvm.org/D34474?vs=106698&id=106924#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D34474

Files:
  llvm/trunk/include/llvm/IR/CallingConv.h
  llvm/trunk/lib/AsmParser/LLLexer.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/AsmParser/LLToken.h
  llvm/trunk/lib/IR/AsmWriter.cpp
  llvm/trunk/lib/Target/AArch64/AArch64FrameLowering.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/trunk/lib/Target/AArch64/AArch64Subtarget.h
  llvm/trunk/lib/Target/X86/X86CallingConv.td
  llvm/trunk/lib/Target/X86/X86FastISel.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp
  llvm/trunk/lib/Target/X86/X86Subtarget.h
  llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/trunk/test/Bitcode/compatibility-3.6.ll
  llvm/trunk/test/Bitcode/compatibility-3.7.ll
  llvm/trunk/test/Bitcode/compatibility-3.8.ll
  llvm/trunk/test/Bitcode/compatibility-3.9.ll
  llvm/trunk/test/Bitcode/compatibility-4.0.ll
  llvm/trunk/test/Bitcode/compatibility.ll
  llvm/trunk/test/CodeGen/AArch64/aarch64_win64cc_vararg.ll
  llvm/trunk/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
  llvm/trunk/test/CodeGen/X86/fast-isel-x86-64.ll
  llvm/trunk/test/CodeGen/X86/sibcall-win64.ll
  llvm/trunk/test/CodeGen/X86/win64-nosse-csrs.ll
  llvm/trunk/test/CodeGen/X86/win64_nonvol.ll
  llvm/trunk/test/CodeGen/X86/win64_params.ll
  llvm/trunk/test/CodeGen/X86/win_chkstk.ll
  llvm/trunk/test/CodeGen/X86/win_coreclr_chkstk.ll
  llvm/trunk/test/CodeGen/X86/x86-64-ms_abi-vararg.ll
  llvm/trunk/utils/vim/syntax/llvm.vim

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34474.106924.patch
Type: text/x-patch
Size: 28872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170717/ee31cffe/attachment.bin>


More information about the llvm-commits mailing list