[PATCH] D34474: [RFC] [AArch64] Add a win64 specific aarch64 calling convention

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 5 04:41:59 PDT 2017


mstorsjo updated this revision to Diff 105252.
mstorsjo retitled this revision from "[RFC] [AArch64] Add a win64 specific aarch64 calling convention for vararg functions" to "[RFC] [AArch64] Add a win64 specific aarch64 calling convention".
mstorsjo edited the summary of this revision.
mstorsjo added a dependency: D35006: [AArch64] Implement support for windows style vararg functions.
mstorsjo added a comment.

Split the patch into two, one prerequisite (https://reviews.llvm.org/D35006) which adds generic support for win64/arm64 varargs, and this one adds the necessary things for enabling this while targeting e.g. linux (basically for using it in wine).


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34474.105252.patch
Type: text/x-patch
Size: 7836 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170705/1cc3a473/attachment-0001.bin>


More information about the llvm-commits mailing list