From 1cca9aed6e7acef005b42463dc6e3fed0eef199a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 20 Nov 2024 16:51:13 +0100 Subject: [PATCH 1/5] [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 c3f98c9bbdff5..8f806104e066d 100644 --- a/llvm/Maintainers.md +++ b/llvm/Maintainers.md @@ -180,8 +180,8 @@ marksl@synopsys.com (email), [markschimmel](https://github.com/markschimmel) (Gi #### ARM backend -Renato Golin \ -rengolin@systemcall.eu (email), [rengolin](https://github.com/rengolin) (GitHub) +David Green \ +david.green@arm.com (email), [davemgreen](https://github.com/davemgreen) (GitHub) #### AVR backend @@ -470,6 +470,7 @@ sabre@nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattn Justin Bogner (mail@justinbogner.com, [bogner](https://github.com/bogner)) -- SelectionDAG \ Evan Cheng (evan.cheng@apple.com) -- Parts of code generator not covered by someone else \ +Renato Golin (rengolin@systemcall.eu), [rengolin](https://github.com/rengolin)) -- ARM backend \ Hans Wennborg (hans@chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \ ### Former maintainers of removed components From 3c2a477285797351954518b8b270cd1be3a053cd Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 21 Nov 2024 17:19:25 +0100 Subject: [PATCH 2/5] 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 8f806104e066d..b962c48b890de 100644 --- a/llvm/Maintainers.md +++ b/llvm/Maintainers.md @@ -406,11 +406,6 @@ echristo@gmail.com (email), [echristo](https://github.com/echristo) (GitHub) Anton Korobeynikov \ anton@korobeynikov.info (email), [asl](https://github.com/asl) (GitHub) -#### ARM EABI - -Anton Korobeynikov \ -anton@korobeynikov.info (email), [asl](https://github.com/asl) (GitHub) - #### LLVM Buildbot Galina Kistanova \ @@ -471,6 +466,7 @@ sabre@nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattn Justin Bogner (mail@justinbogner.com, [bogner](https://github.com/bogner)) -- SelectionDAG \ Evan Cheng (evan.cheng@apple.com) -- Parts of code generator not covered by someone else \ Renato Golin (rengolin@systemcall.eu), [rengolin](https://github.com/rengolin)) -- ARM backend \ +Anton Korobeynikov (anton@korobeynikov.info, [asl](https://github.com/asl)) -- ARM EABI \ Hans Wennborg (hans@chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \ ### Former maintainers of removed components From 8ad4efa08589833d9de76b7181515fa385623b5c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 21 Nov 2024 18:04:10 +0100 Subject: [PATCH 3/5] 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 b962c48b890de..4fd99f4dfe23d 100644 --- a/llvm/Maintainers.md +++ b/llvm/Maintainers.md @@ -181,7 +181,11 @@ marksl@synopsys.com (email), [markschimmel](https://github.com/markschimmel) (Gi #### ARM backend David Green \ -david.green@arm.com (email), [davemgreen](https://github.com/davemgreen) (GitHub) +david.green@arm.com (email), [davemgreen](https://github.com/davemgreen) (GitHub) \ +Oliver Stannard \ +oliver.stannard@arm.com (email), [ostannard](https://github.com/ostannard) (GitHub) \ +Nashe Mncube \ +nashe.mncube@arm.com (email), [nasherm](https://github.com/nasherm) (GitHub) #### AVR backend From f360abf10c37e829567ce5fbed3422d847b4096d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 22 Nov 2024 09:58:53 +0100 Subject: [PATCH 4/5] More maintainers as suggested by davemgreen --- llvm/Maintainers.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md index 4fd99f4dfe23d..c776e1d10590f 100644 --- a/llvm/Maintainers.md +++ b/llvm/Maintainers.md @@ -182,10 +182,14 @@ marksl@synopsys.com (email), [markschimmel](https://github.com/markschimmel) (Gi David Green \ david.green@arm.com (email), [davemgreen](https://github.com/davemgreen) (GitHub) \ -Oliver Stannard \ +Oliver Stannard (Especially assembly/dissassembly) \ oliver.stannard@arm.com (email), [ostannard](https://github.com/ostannard) (GitHub) \ Nashe Mncube \ -nashe.mncube@arm.com (email), [nasherm](https://github.com/nasherm) (GitHub) +nashe.mncube@arm.com (email), [nasherm](https://github.com/nasherm) (GitHub) \ +Peter Smith (Anything ABI) \ +peter.smith@arm.com (email), [smithp35](https://github.com/smithp35) (GitHub) \ +Ties Stuij (GlobalISel and early arch support) \ +ties.stuij@arm.com (email), [stuij](https://github.com/stuij) (GitHub) \ #### AVR backend From fc42416c04f30227e6e9100d63cf29f18f0117c4 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 22 Nov 2024 10:02:48 +0100 Subject: [PATCH 5/5] Fix typos --- llvm/Maintainers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md index c776e1d10590f..9744aa1aa43be 100644 --- a/llvm/Maintainers.md +++ b/llvm/Maintainers.md @@ -189,7 +189,7 @@ nashe.mncube@arm.com (email), [nasherm](https://github.com/nasherm) (GitHub) \ Peter Smith (Anything ABI) \ peter.smith@arm.com (email), [smithp35](https://github.com/smithp35) (GitHub) \ Ties Stuij (GlobalISel and early arch support) \ -ties.stuij@arm.com (email), [stuij](https://github.com/stuij) (GitHub) \ +ties.stuij@arm.com (email), [stuij](https://github.com/stuij) (GitHub) #### AVR backend @@ -473,7 +473,7 @@ sabre@nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattn Justin Bogner (mail@justinbogner.com, [bogner](https://github.com/bogner)) -- SelectionDAG \ Evan Cheng (evan.cheng@apple.com) -- Parts of code generator not covered by someone else \ -Renato Golin (rengolin@systemcall.eu), [rengolin](https://github.com/rengolin)) -- ARM backend \ +Renato Golin (rengolin@systemcall.eu, [rengolin](https://github.com/rengolin)) -- ARM backend \ Anton Korobeynikov (anton@korobeynikov.info, [asl](https://github.com/asl)) -- ARM EABI \ Hans Wennborg (hans@chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \