[all-commits] [llvm/llvm-project] 423ad0: [PowerPC] Add an alias for -mregnames so that full...

Stefan Pintilie via All-commits all-commits at lists.llvm.org
Mon Nov 6 09:30:33 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 423ad04c67b7fbe7c6a6b4e0591bff40844c6027
      https://github.com/llvm/llvm-project/commit/423ad04c67b7fbe7c6a6b4e0591bff40844c6027
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Driver/Options.td
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    A clang/test/CodeGen/PowerPC/ppc-full-reg-names.c
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/include/llvm/MC/MCTargetOptions.h
    M llvm/lib/CodeGen/LLVMTargetMachine.cpp
    M llvm/lib/MC/MCAsmInfo.cpp
    M llvm/lib/MC/MCTargetOptions.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp

  Log Message:
  -----------
  [PowerPC] Add an alias for -mregnames so that full register names used in assembly. (#70255)

This option already exists on GCC and so it is being added to LLVM so
that we use the same option as them.




More information about the All-commits mailing list