[all-commits] [llvm/llvm-project] cd2a85: [CodeGen][NewPM] Port RegAllocGreedy to NPM
Akshat Oke via All-commits
all-commits at lists.llvm.org
Wed Feb 5 20:21:31 PST 2025
Branch: refs/heads/users/Akshat-Oke/12-11-_codegen_newpm_port_regallocgreedy_to_npm
Home: https://github.com/llvm/llvm-project
Commit: cd2a8523cba0c1815fca2de99ef848a73b2d458a
https://github.com/llvm/llvm-project/commit/cd2a8523cba0c1815fca2de99ef848a73b2d458a
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 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: ae13c0b25eff32c438cc77ea4bc6414c1476d7e3
https://github.com/llvm/llvm-project/commit/ae13c0b25eff32c438cc77ea4bc6414c1476d7e3
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 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: a34208637dc7a0de41cd5a5bfc60474cc5234605
https://github.com/llvm/llvm-project/commit/a34208637dc7a0de41cd5a5bfc60474cc5234605
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
Move VRM after LiveIntervals
Commit: 544a9051f9f841d8ca8f20efd5e2dd7005b3d5f9
https://github.com/llvm/llvm-project/commit/544a9051f9f841d8ca8f20efd5e2dd7005b3d5f9
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 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: 5df2256f464e2200682233486da09d106e6605b1
https://github.com/llvm/llvm-project/commit/5df2256f464e2200682233486da09d106e6605b1
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 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: c8935c69cd3b3ec669becd4adaac936533a1cb8e
https://github.com/llvm/llvm-project/commit/c8935c69cd3b3ec669becd4adaac936533a1cb8e
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/lib/CodeGen/RegAllocGreedy.h
Log Message:
-----------
remove setAnalyses()
Compare: https://github.com/llvm/llvm-project/compare/614f463a72a8...c8935c69cd3b
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