diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2018-06-21 09:59:44 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2018-06-21 09:59:44 +0000 |
commit | f38e631343c08bbd06ed3a0bef1ef661a343b344 (patch) | |
tree | 8cc2a6190adc8cbdedc5a5369f977f1033a78378 | |
parent | ffaaf7d64281fb3c7e82677617c5d96bf52bbcae (diff) | |
download | bcm5719-llvm-f38e631343c08bbd06ed3a0bef1ef661a343b344.tar.gz bcm5719-llvm-f38e631343c08bbd06ed3a0bef1ef661a343b344.zip |
CODE_OWNERS: Take ownership of the MIPS backend
As agreed with Simon Dardis, I'm taking over as a code owner
for the MIPS backend.
llvm-svn: 335213
-rw-r--r-- | llvm/CODE_OWNERS.TXT | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/CODE_OWNERS.TXT b/llvm/CODE_OWNERS.TXT index 14b51e4ff3e..ad284ff879d 100644 --- a/llvm/CODE_OWNERS.TXT +++ b/llvm/CODE_OWNERS.TXT @@ -9,6 +9,10 @@ beautification by scripts. The fields are: name (N), email (E), web-address (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and (D) fields. +N: Simon Atanasyan +E: simon@atanasyan.com +D: MIPS Backend (lib/Target/Mips/*) + N: Justin Bogner E: mail@justinbogner.com D: InstrProfiling and related parts of ProfileData @@ -64,10 +68,6 @@ N: Quentin Colombet E: quentin.colombet@gmail.com D: Loop Strength Reduction, Register allocators -N: Simon Dardis -E: simon.dardis@mips.com -D: MIPS Backend (lib/Target/Mips/*) - N: Andrea Di Biagio E: andrea.dibiagio@sony.com E: andrea.dibiagio@gmail.com |