summaryrefslogtreecommitdiffstats
path: root/CODE_OWNERS.TXT
diff options
context:
space:
mode:
authorAlex Bradbury <asb@lowrisc.org>2016-11-01 17:27:54 +0000
committerAlex Bradbury <asb@lowrisc.org>2016-11-01 17:27:54 +0000
commit0ba26af40d2d9582dd8ed42a2d97908207728d59 (patch)
treee1b148fdfa4601d4b05f2eca3e7fbf2c2f7e3eff /CODE_OWNERS.TXT
parent5216ee3a5fc4b203ef7f54a34249e18caf5a7d62 (diff)
[RISCV] Add stub backend
This contains just enough for lib/Target/RISCV to compile. Notably a basic RISCVTargetMachine and RISCVTargetInfo. At this point you can attempt llc -march=riscv32 myinput.ll and will find it fails due to the lack of MCAsmInfo. See http://lists.llvm.org/pipermail/llvm-dev/2016-August/103748.html for further discussion Differential Revision: https://reviews.llvm.org/D23560 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r--CODE_OWNERS.TXT4
1 files changed, 4 insertions, 0 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT
index 8b3d956ab723..8163c8b7389c 100644
--- a/CODE_OWNERS.TXT
+++ b/CODE_OWNERS.TXT
@@ -17,6 +17,10 @@ E: mail@justinbogner.com
D: InstrProfiling and related parts of ProfileData
D: SelectionDAG (lib/CodeGen/SelectionDAG/*)
+N: Alex Bradbury
+E: asb@lowrisc.org
+D: RISC-V backend (lib/Target/RISCV/*)
+
N: Chandler Carruth
E: chandlerc@gmail.com
E: chandlerc@google.com