Skip to content

Commit

Permalink
CODE_OWNERS: Take code ownership of instruction scheduling.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297490 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
MatzeB committed Mar 10, 2017
1 parent 05da18f commit b30be73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 8 additions & 6 deletions CODE_OWNERS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand All @@ -17,6 +18,11 @@ N: Alex Bradbury
E: [email protected]
D: RISC-V backend (lib/Target/RISCV/*)

N: Matthias Braun
E: [email protected]
I: MatzeB
D: Instruction Scheduling

N: Chandler Carruth
E: [email protected]
E: [email protected]
Expand Down Expand Up @@ -191,10 +197,6 @@ N: Craig Topper
E: [email protected]
D: X86 Backend

N: Andrew Trick
E: [email protected]
D: Instruction Scheduling

N: Ulrich Weigand
E: [email protected]
D: SystemZ Backend
Expand Down
4 changes: 4 additions & 0 deletions CREDITS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,10 @@ N: Adam Treat
E: [email protected]
D: C++ bugs filed, and C++ front-end bug fixes.

N: Andrew Trick
E: [email protected]
D: Instruction Scheduling, ...

N: Lauro Ramos Venancio
E: [email protected]
D: ARM backend improvements
Expand Down

0 comments on commit b30be73

Please sign in to comment.