diff options
author | Christoph Mallon <christoph.mallon@gmx.de> | 2018-08-13 12:43:11 +0200 |
---|---|---|
committer | Christoph Mallon <christoph.mallon@gmx.de> | 2018-08-15 12:06:05 +0200 |
commit | fc851301e9d92a6faae672d636ff34573016dffe (patch) | |
tree | 9ef1e7e24d88c62231877177df29f3de81ddd997 | |
parent | bdecb0ebfc9671a74f6baadc4d00fed60757d391 (diff) |
Add the RISC-V 32 backend.
-rw-r--r-- | NEWS.md | 1 | ||||
-rw-r--r-- | cparser.1 | 2 | ||||
m--------- | libfirm | 0 |
3 files changed, 3 insertions, 0 deletions
@@ -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) @@ -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 -Subproject 73961e8ead2d3c4af78bbe504479bcd7a750898 +Subproject b031096c75829e287eb18942542ebcd4c6daa8a |