[all-commits] [llvm/llvm-project] 4df1be: [CodeGen][NewPM] Port RegAllocGreedy to NPM

Akshat Oke via All-commits all-commits at lists.llvm.org
Tue Feb 25 01:47:35 PST 2025


  Branch: refs/heads/users/Akshat-Oke/12-11-_codegen_newpm_port_regallocgreedy_to_npm
  Home:   https://github.com/llvm/llvm-project
  Commit: 4df1be45fac8f95ef550728bdf1e247b84227353
      https://github.com/llvm/llvm-project/commit/4df1be45fac8f95ef550728bdf1e247b84227353
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/CodeGen.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.h
    M llvm/lib/Passes/PassBuilder.cpp

  Log Message:
  -----------
  [CodeGen][NewPM] Port RegAllocGreedy to NPM


  Commit: 7e9530cc322dcbc7ff611b98df2ee5f498a9999d
      https://github.com/llvm/llvm-project/commit/7e9530cc322dcbc7ff611b98df2ee5f498a9999d
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    A llvm/include/llvm/CodeGen/RegAllocGreedyPass.h
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/RegAllocGreedy.cpp

  Log Message:
  -----------
  Move pass to a new header, add options


  Commit: 530b11e976757683c5347fdf6e6990892ef6622b
      https://github.com/llvm/llvm-project/commit/530b11e976757683c5347fdf6e6990892ef6622b
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/lib/CodeGen/RegAllocGreedy.cpp

  Log Message:
  -----------
  Move VRM after LiveIntervals


  Commit: 1e220d59b10c58cde7fd1e7ec2e410346fd50986
      https://github.com/llvm/llvm-project/commit/1e220d59b10c58cde7fd1e7ec2e410346fd50986
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/RegAllocGreedy.cpp

  Log Message:
  -----------
  AS: Rename to greedy, CFG obviation, comment fix


  Commit: 124951791722a65d5eb10f50d4b8b42883562264
      https://github.com/llvm/llvm-project/commit/124951791722a65d5eb10f50d4b8b42883562264
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocGreedyPass.h
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.h

  Log Message:
  -----------
  AS, remove setAnlayses and use constructor itself


  Commit: 82edd7a1f02a1d37f09ec1c15ccfe3a1c9f2dcbc
      https://github.com/llvm/llvm-project/commit/82edd7a1f02a1d37f09ec1c15ccfe3a1c9f2dcbc
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.h

  Log Message:
  -----------
  remove setAnalyses()


  Commit: 431264db4326d2a92651d745d7e88a181082a710
      https://github.com/llvm/llvm-project/commit/431264db4326d2a92651d745d7e88a181082a710
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/lib/CodeGen/RegAllocGreedy.cpp

  Log Message:
  -----------
  keep pass name same as legacy (greedy)


  Commit: fb10f1c61c5ebae32a0b439fa4cd099d7b02f450
      https://github.com/llvm/llvm-project/commit/fb10f1c61c5ebae32a0b439fa4cd099d7b02f450
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.h

  Log Message:
  -----------
  Set analyses in constructors


  Commit: 5781e08aa849a449c1ba6ef4dc32c21c4ef06e42
      https://github.com/llvm/llvm-project/commit/5781e08aa849a449c1ba6ef4dc32c21c4ef06e42
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.h

  Log Message:
  -----------
  Move RequiredAnalyses and correct preserved analyses


  Commit: 8441dc6f0ed0f9172505e004170d04efd691ae88
      https://github.com/llvm/llvm-project/commit/8441dc6f0ed0f9172505e004170d04efd691ae88
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocGreedyPass.h
    M llvm/lib/CodeGen/RegAllocGreedy.cpp

  Log Message:
  -----------
  clang-format diff main


Compare: https://github.com/llvm/llvm-project/compare/082ff42aa4d3...8441dc6f0ed0

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list