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

Akshat Oke via All-commits all-commits at lists.llvm.org
Thu Feb 20 02:16:26 PST 2025


  Branch: refs/heads/users/Akshat-Oke/12-11-_codegen_newpm_port_regallocgreedy_to_npm
  Home:   https://github.com/llvm/llvm-project
  Commit: d331248b7592570f4ecb21816f8b1e0296a5ba54
      https://github.com/llvm/llvm-project/commit/d331248b7592570f4ecb21816f8b1e0296a5ba54
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 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: 2cb684da248940d0ef57b60c472ca659125c34ee
      https://github.com/llvm/llvm-project/commit/2cb684da248940d0ef57b60c472ca659125c34ee
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 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: 19d125a8f47871d85c17794f7120d02a6cf47146
      https://github.com/llvm/llvm-project/commit/19d125a8f47871d85c17794f7120d02a6cf47146
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

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

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


  Commit: 958638e6cc2d466372a84e66365dc1fc3b0cc7de
      https://github.com/llvm/llvm-project/commit/958638e6cc2d466372a84e66365dc1fc3b0cc7de
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 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: 70a9787a200c6156d6f40bcef285763133a6bac4
      https://github.com/llvm/llvm-project/commit/70a9787a200c6156d6f40bcef285763133a6bac4
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 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: 68978b664d3d0468f181394ed693b13ffd83a250
      https://github.com/llvm/llvm-project/commit/68978b664d3d0468f181394ed693b13ffd83a250
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

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

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


  Commit: 8b76532cbc3b475158e04f95ea94475f6b6279c3
      https://github.com/llvm/llvm-project/commit/8b76532cbc3b475158e04f95ea94475f6b6279c3
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

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

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


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

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

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


  Commit: c716a1e2cfa98255bebc54873d9fde10410c6ef1
      https://github.com/llvm/llvm-project/commit/c716a1e2cfa98255bebc54873d9fde10410c6ef1
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 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: 082ff42aa4d3511f43391092e8c608eadee3cabc
      https://github.com/llvm/llvm-project/commit/082ff42aa4d3511f43391092e8c608eadee3cabc
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-20 (Thu, 20 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/22b89d29e4d4...082ff42aa4d3

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