[PATCH] D155863: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32

Bing Yu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 2 22:59:00 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6ee497aa0b48: [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32 (authored by yubing).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155863/new/

https://reviews.llvm.org/D155863

Files:
  clang/include/clang/Basic/LangOptions.def
  clang/include/clang/Driver/Options.td
  clang/lib/AST/ItaniumMangle.cpp
  clang/lib/AST/Mangle.cpp
  clang/lib/AST/MicrosoftMangle.cpp
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/CodeGen/check-regcall4-moduleflag.c
  clang/test/CodeGen/regcall4.c
  clang/test/CodeGenCXX/regcall4.cpp
  clang/test/Driver/cl-cc-flags.c
  llvm/lib/Target/X86/X86CallingConv.td
  llvm/test/CodeGen/X86/sse-regcall4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155863.546702.patch
Type: text/x-patch
Size: 45809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230803/fcc3eda6/attachment-0001.bin>


More information about the cfe-commits mailing list