summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-03-10 18:34:37 +0000
committerMatthias Braun <matze@braunis.de>2017-03-10 18:34:37 +0000
commitb30be7321e0eca8b303f08996079e605f014af3d (patch)
tree3795acfbaf05a776193538b775eb783a9e28df8a
parent05da18f5c2cd982c9cf744ab6db9974c7d2f3ad3 (diff)
CODE_OWNERS: Take code ownership of instruction scheduling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297490 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CODE_OWNERS.TXT14
-rw-r--r--CREDITS.TXT4
2 files changed, 12 insertions, 6 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT
index 4332f44e608..ec4561d9916 100644
--- a/CODE_OWNERS.TXT
+++ b/CODE_OWNERS.TXT
@@ -5,8 +5,9 @@ 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), description (D), and snail-mail address
-(S). Each entry should contain at least the (N), (E) and (D) fields.
+(W), PGP key ID and fingerprint (P), description (D), snail-mail address
+(S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
+(D) fields.
N: Justin Bogner
E: mail@justinbogner.com
@@ -17,6 +18,11 @@ N: Alex Bradbury
E: asb@lowrisc.org
D: RISC-V backend (lib/Target/RISCV/*)
+N: Matthias Braun
+E: matze@braunis.de
+I: MatzeB
+D: Instruction Scheduling
+
N: Chandler Carruth
E: chandlerc@gmail.com
E: chandlerc@google.com
@@ -191,10 +197,6 @@ N: Craig Topper
E: craig.topper@gmail.com
D: X86 Backend
-N: Andrew Trick
-E: atrick@apple.com
-D: Instruction Scheduling
-
N: Ulrich Weigand
E: uweigand@de.ibm.com
D: SystemZ Backend
diff --git a/CREDITS.TXT b/CREDITS.TXT
index c354900a6e9..15d822a6809 100644
--- a/CREDITS.TXT
+++ b/CREDITS.TXT
@@ -457,6 +457,10 @@ N: Adam Treat
E: manyoso@yahoo.com
D: C++ bugs filed, and C++ front-end bug fixes.
+N: Andrew Trick
+E: atrick@apple.com
+D: Instruction Scheduling, ...
+
N: Lauro Ramos Venancio
E: lauro.venancio@indt.org.br
D: ARM backend improvements