forked from llvm-mirror/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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] | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|