[llvm] fdead4d - [BOLT] Update maintainers list
Maksim Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 8 13:57:45 PST 2026
Author: Maksim Panchenko
Date: 2026-01-08T13:57:26-08:00
New Revision: fdead4dfe4561fbb4527aadfa1a7a7d347d9feb3
URL: https://github.com/llvm/llvm-project/commit/fdead4dfe4561fbb4527aadfa1a7a7d347d9feb3
DIFF: https://github.com/llvm/llvm-project/commit/fdead4dfe4561fbb4527aadfa1a7a7d347d9feb3.diff
LOG: [BOLT] Update maintainers list
Added:
bolt/Maintainers.md
Modified:
llvm/Maintainers.md
Removed:
bolt/Maintainers.txt
################################################################################
diff --git a/bolt/Maintainers.md b/bolt/Maintainers.md
new file mode 100644
index 0000000000000..5080460f7d650
--- /dev/null
+++ b/bolt/Maintainers.md
@@ -0,0 +1,69 @@
+# BOLT Maintainers
+
+This file is a list of the
+[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for BOLT.
+
+## Current Maintainers
+
+The following people are the active maintainers for the project. Please reach
+out to them for code reviews, questions about their area of expertise, or other
+assistance.
+
+### Lead Maintainer
+
+Responsible for project as a whole, and for any areas not covered by a specific maintainer.
+
+Maksim Panchenko
+maks at meta.com (email), [maksfb](https://github.com/maksfb) (GitHub)
+
+### Aarch64 Backend
+
+Alexey Moksyakov
+moksyakov.alexey at huawei.com (email), [yavtuk](https://github.com/yavtuk) (GitHub)
+
+Paschalis Mpeis
+paschalis.mpeis at arm.com (email), [paschalis-mpeis](https://github.com/paschalis-mpeis) (GitHub)
+
+### X86 Backend
+
+Maksim Panchenko
+maks at meta.com (email), [maksfb](https://github.com/maksfb) (GitHub)
+
+### Profiling
+
+Amir Ayupov
+aaupov at meta.com (email), [aaupov](https://github.com/aaupov) (GitHub)
+
+### Test Infra
+
+Amir Ayupov
+aaupov at meta.com (email), [aaupov](https://github.com/aaupov) (GitHub)
+
+Paschalis Mpeis
+paschalis.mpeis at arm.com (email), [paschalis-mpeis](https://github.com/paschalis-mpeis) (GitHub)
+
+### Gadget Scanner
+
+Anatoly Trosinenko
+atrosinenko at accesssoftek.com (email), [atrosinenko](https://github.com/atrosinenko) (GitHub)
+
+Kristof Beyls
+kristof_github at kriel.be (email), [kbeyls](https://github.com/kbeyls) (GitHub)
+
+### Debug Info (DWARF)
+
+Alexander Yermolovich
+[ayermolo](https://github.com/ayermolo) (GitHub)
+
+### Former Maintainers
+
+The following people have graciously spent time performing maintainership duties but are no longer active in that role. Thank you for all your help with the success of the project!
+
+Rafael Auler
+[rafaelauler](https://github.com/rafaelauler) (GitHub)
+
+Vladislav Khmelevsky
+[yota9](https://github.com/yota9) (GitHub)
+
+Job Noorman
+[mtvec](https://github.com/mtvec) (GitHub)
diff --git a/bolt/Maintainers.txt b/bolt/Maintainers.txt
deleted file mode 100644
index 192af4801b846..0000000000000
--- a/bolt/Maintainers.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-This file is a list of the people responsible for ensuring that patches for a
-particular part of BOLT are reviewed, either by themself or by someone else.
-They are also the gatekeepers for their part of BOLT, with the final word on
-what goes in or not.
-
-The list is sorted by surname and formatted to allow easy grepping and
-beautification by scripts. The fields are: name (N), email (E), web-address
-(W), PGP key ID and fingerprint (P), and description (D). Each entry should
-contain at least the (N), (E) and (D) fields.
-
-N: Maksim Panchenko, Rafael Auler
-E: maks at fb.com, rafaelauler at fb.com
-D: All parts not covered by someone else
-
-N: Alexander Yermolovich
-E: ayermolo at fb.com
-D: DWARF support
-
-N: Vladislav Khmelevsky
-E: och95 at yandex.ru
-D: AArch64 backend
-
-N: Paschalis Mpeis
-E: paschalis.mpeis at arm.com
-D: AArch64 backend
-
-N: Job Noorman
-E: jnoorman at igalia.com
-D: RISC-V backend
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 2f897332f40c9..b638c9044abf2 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -495,7 +495,7 @@ gkistanova at gmail.com (email), [gkistanova](https://github.com/gkistanova) (GitHu
Some subprojects maintain their own list of per-component maintainers.
-[Bolt maintainers](https://github.com/llvm/llvm-project/blob/main/bolt/Maintainers.txt)
+[BOLT maintainers](https://github.com/llvm/llvm-project/blob/main/bolt/Maintainers.md)
[Clang maintainers](https://github.com/llvm/llvm-project/blob/main/clang/Maintainers.rst)
More information about the llvm-commits
mailing list