[llvm] [LLVM] Update ARM maintainer (PR #117002)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 09:04:32 PST 2024


https://github.com/nikic updated https://github.com/llvm/llvm-project/pull/117002

>From 70e0a8d6b1a9d5405d13346c45a9974caf9621d7 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Wed, 20 Nov 2024 16:51:13 +0100
Subject: [PATCH 1/3] [LLVM] Update ARM maintainer

---
 llvm/Maintainers.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index bd22b3264508c9..d29ee60801ec4e 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -175,8 +175,8 @@ marksl at synopsys.com (email), [markschimmel](https://github.com/markschimmel) (Gi
 
 #### ARM backend
 
-Renato Golin \
-rengolin at systemcall.eu (email), [rengolin](https://github.com/rengolin) (GitHub)
+David Green \
+david.green at arm.com (email), [davemgreen](https://github.com/davemgreen) (GitHub)
 
 #### AVR backend
 
@@ -464,6 +464,7 @@ sabre at nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattn
 ### Inactive or former component maintainers
 
 Justin Bogner (mail at justinbogner.com, [bogner](https://github.com/bogner)) -- SelectionDAG \
+Renato Golin (rengolin at systemcall.eu), [rengolin](https://github.com/rengolin)) -- ARM backend \
 Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \
 
 ### Former maintainers of removed components

>From 17dff072d2af32a6dcfeb842a764f52d2dfdffbd Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Thu, 21 Nov 2024 17:19:25 +0100
Subject: [PATCH 2/3] Move ARM EABI entry to former list

---
 llvm/Maintainers.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index d29ee60801ec4e..360683a720251f 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -401,11 +401,6 @@ echristo at gmail.com (email), [echristo](https://github.com/echristo) (GitHub)
 Anton Korobeynikov \
 anton at korobeynikov.info (email), [asl](https://github.com/asl) (GitHub)
 
-#### ARM EABI
-
-Anton Korobeynikov \
-anton at korobeynikov.info (email), [asl](https://github.com/asl) (GitHub)
-
 #### LLVM Buildbot
 
 Galina Kistanova \
@@ -465,6 +460,7 @@ sabre at nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattn
 
 Justin Bogner (mail at justinbogner.com, [bogner](https://github.com/bogner)) -- SelectionDAG \
 Renato Golin (rengolin at systemcall.eu), [rengolin](https://github.com/rengolin)) -- ARM backend \
+Anton Korobeynikov (anton at korobeynikov.info, [asl](https://github.com/asl)) -- ARM EABI \
 Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \
 
 ### Former maintainers of removed components

>From c41e8d2ad3ad9f7bb8bda63c0c211b6b06b064a8 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Thu, 21 Nov 2024 18:04:10 +0100
Subject: [PATCH 3/3] Add additional ARM maintainers

---
 llvm/Maintainers.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 360683a720251f..2d1d39791401cd 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -176,7 +176,11 @@ marksl at synopsys.com (email), [markschimmel](https://github.com/markschimmel) (Gi
 #### ARM backend
 
 David Green \
-david.green at arm.com (email), [davemgreen](https://github.com/davemgreen) (GitHub)
+david.green at arm.com (email), [davemgreen](https://github.com/davemgreen) (GitHub) \
+Oliver Stannard \
+oliver.stannard at arm.com (email), [ostannard](https://github.com/ostannard) (GitHub) \
+Nashe Mncube \
+nashe.mncube at arm.com (email), [nasherm](https://github.com/nasherm) (GitHub)
 
 #### AVR backend
 



More information about the llvm-commits mailing list