[all-commits] [llvm/llvm-project] 6ee497: [X86][Regcall] Add an option to respect regcall AB...

Wenju He via All-commits all-commits at lists.llvm.org
Wed Aug 2 22:58:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ee497aa0b48ad892447f29a90b4e61241949295
      https://github.com/llvm/llvm-project/commit/6ee497aa0b48ad892447f29a90b4e61241949295
  Author: Bing1 Yu <bing1.yu at intel.com>
  Date:   2023-08-03 (Thu, 03 Aug 2023)

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

  Log Message:
  -----------
  [X86][Regcall] Add an option to respect regcall ABI v.4 in win64&win32

Reviewed By: pengfei

Differential Revision: https://reviews.llvm.org/D155863


  Commit: 8b9c412aec413fb073b960569b844e989ee32491
      https://github.com/llvm/llvm-project/commit/8b9c412aec413fb073b960569b844e989ee32491
  Author: Wenju He <wenju.he at intel.com>
  Date:   2023-08-03 (Thu, 03 Aug 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/DominanceFrontierImpl.h

  Log Message:
  -----------
  [DominanceFrontier] fix addToFrontier to use insert

No new lits are added since addToFrontier is only used in MachineDominanceFrontier::addToFrontier.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D155417


Compare: https://github.com/llvm/llvm-project/compare/2772c267ea74...8b9c412aec41


More information about the All-commits mailing list