summaryrefslogtreecommitdiff
path: root/llvm/CODE_OWNERS.TXT
diff options
context:
space:
mode:
authorAndrei Safronov <andrei.safronov@espressif.com>2022-12-26 11:37:28 +0100
committerstefan.stipanovic <stefan.stipanovic@espressif.com>2022-12-26 13:30:51 +0100
commit8c618e8f53b166818e4465405fae676efb4cb1b2 (patch)
tree384b7b4cd3d558d394e9586642675d53b5095dfc /llvm/CODE_OWNERS.TXT
parent77fad4c31e9c32a61da78946f41e8db28ec6a6a7 (diff)
downloadllvm-8c618e8f53b166818e4465405fae676efb4cb1b2.tar.gz
[Xtensa 1/10] Recognize Xtensa in triple parsing code
I'm sharing initial set of patches that adds LLVM backend for Xtensa architecture. It is based on this LLVM fork https://github.com/espressif/llvm-xtensa. I prepared patches by similar way like it was already successfully done for RISCV, i.e. incrementally add an initial MC layer for Xtensa by small chunks which could be reviewable. Differential Revision: https://reviews.llvm.org/D64826
Diffstat (limited to 'llvm/CODE_OWNERS.TXT')
-rw-r--r--llvm/CODE_OWNERS.TXT4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/CODE_OWNERS.TXT b/llvm/CODE_OWNERS.TXT
index c6ac488c4c54..64e646dc10fa 100644
--- a/llvm/CODE_OWNERS.TXT
+++ b/llvm/CODE_OWNERS.TXT
@@ -201,6 +201,10 @@ N: Chad Rosier
E: mcrosier@codeaurora.org
D: Fast-Isel
+N: Andrei Safronov
+E: andrei.safronov@espressif.com
+D: Xtensa backend (lib/Target/Xtensa/*)
+
N: Duncan Sands
E: baldrick@free.fr
D: DragonEgg