From 0ba26af40d2d9582dd8ed42a2d97908207728d59 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Tue, 1 Nov 2016 17:27:54 +0000 Subject: [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 --- CODE_OWNERS.TXT | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CODE_OWNERS.TXT') diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT index 8b3d956ab72..8163c8b7389 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 -- cgit v1.2.3