[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
Fri Jul 14 13:16:16 PDT 2017


mstorsjo updated this revision to Diff 106698.
mstorsjo retitled this revision from "[AArch64] Add a win64 specific aarch64 calling convention" to "[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well".
mstorsjo edited the summary of this revision.
mstorsjo added a comment.

Updated as suggested, by changing the existing CallingConvention::X86_64_Win64 into a generic CallingConvention::Win64, retaining binary compatiblity with old bitcode but changing the textual representation.


https://reviews.llvm.org/D34474

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34474.106698.patch
Type: text/x-patch
Size: 27812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170714/36013dfb/attachment.bin>


More information about the llvm-commits mailing list