From fc851301e9d92a6faae672d636ff34573016dffe Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Mon, 13 Aug 2018 12:43:11 +0200 Subject: Add the RISC-V 32 backend. --- NEWS.md | 1 + cparser.1 | 2 ++ libfirm | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 3d0d530..c4e81ec 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,6 +16,7 @@ cparser 1.22.1 (2016-01-23) * Add option `-Wlabel-at-end-of-block` * Split `-Wparentheses` into `Wparentheses-assignment`, `Wparentheses-comparison`, `Wparentheses-else`, `Wparentheses-logical` and `Wparentheses-shift` * Add target `mips` +* Add target `riscv32` * Bugfixes cparser 1.22.0 (2015-12-31) diff --git a/cparser.1 b/cparser.1 index f1c3c18..0c4f48d 100644 --- a/cparser.1 +++ b/cparser.1 @@ -76,6 +76,8 @@ Set target, for which code is generated. .It .Cm mips .It +.Cm riscv32 +.It .Cm sparc .El .No Supported Ar vendor Ns s are: diff --git a/libfirm b/libfirm index 73961e8..b031096 160000 --- a/libfirm +++ b/libfirm @@ -1 +1 @@ -Subproject commit 73961e8ead2d3c4af78bbe504479bcd7a7508984 +Subproject commit b031096c75829e287eb18942542ebcd4c6daa8a9 -- cgit v1.0-21-g2218