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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 13:37:19 PDT 2017


mstorsjo updated this revision to Diff 105199.
mstorsjo retitled this revision from "[RFC] [AArch64] Add a win64 specific aarch64 calling convention, for va_list handling" to "[RFC] [AArch64] Add a win64 specific aarch64 calling convention for vararg functions".
mstorsjo edited the summary of this revision.
mstorsjo added a comment.

Implemented correct handling of passing of floats in calls to vararg functions as well.


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/AArch64CallingConvention.td
  lib/Target/AArch64/AArch64FastISel.cpp
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.h
  lib/Target/AArch64/AArch64Subtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34474.105199.patch
Type: text/x-patch
Size: 11927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170704/f46ffcd0/attachment-0001.bin>


More information about the llvm-commits mailing list