]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/riscv/riscv-builtins.cc
RISC-V Port: gcc
authorPalmer Dabbelt <palmer@dabbelt.com>
Mon, 6 Feb 2017 21:38:37 +0000 (21:38 +0000)
committerPalmer Dabbelt <palmer@gcc.gnu.org>
Mon, 6 Feb 2017 21:38:37 +0000 (21:38 +0000)
commit09cae7507d9e88f2b05cf3a9404bf181e65ccbac
tree4068c1ab645786d53f4bb817e680cf0963f2f03d
parent44a6da7bac79f288af814cd401a666c81fb8735c
RISC-V Port: gcc

gcc/ChangeLog:

2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>

        * config/riscv/riscv.c: New file.
        * gcc/common/config/riscv/riscv-common.c: Likewise.
        * config.gcc: Likewise.
        * config/riscv/constraints.md: Likewise.
        * config/riscv/elf.h: Likewise.
        * config/riscv/generic.md: Likewise.
        * config/riscv/linux.h: Likewise.
        * config/riscv/multilib-generator: Likewise.
        * config/riscv/peephole.md: Likewise.
        * config/riscv/pic.md: Likewise.
        * config/riscv/predicates.md: Likewise.
        * config/riscv/riscv-builtins.c: Likewise.
        * config/riscv/riscv-c.c: Likewise.
        * config/riscv/riscv-ftypes.def: Likewise.
        * config/riscv/riscv-modes.def: Likewise.
        * config/riscv/riscv-opts.h: Likewise.
        * config/riscv/riscv-protos.h: Likewise.
        * config/riscv/riscv.h: Likewise.
        * config/riscv/riscv.md: Likewise.
        * config/riscv/riscv.opt: Likewise.
        * config/riscv/sync.md: Likewise.
        * config/riscv/t-elf-multilib: Likewise.
        * config/riscv/t-linux: Likewise.
        * config/riscv/t-linux-multilib: Likewise.
        * config/riscv/t-riscv: Likewise.
        * configure.ac: Likewise.
        * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
        Waterman as RISC-V maintainers.
        * doc/install.texi: Add RISC-V entries.
        * doc/invoke.texi: Add RISC-V options section.
        * doc/md.texi: Add RISC-V constraints section.

From-SVN: r245224
31 files changed:
gcc/ChangeLog
gcc/common/config/riscv/riscv-common.c [new file with mode: 0644]
gcc/config.gcc
gcc/config/riscv/constraints.md [new file with mode: 0644]
gcc/config/riscv/elf.h [new file with mode: 0644]
gcc/config/riscv/generic.md [new file with mode: 0644]
gcc/config/riscv/linux.h [new file with mode: 0644]
gcc/config/riscv/multilib-generator [new file with mode: 0755]
gcc/config/riscv/peephole.md [new file with mode: 0644]
gcc/config/riscv/pic.md [new file with mode: 0644]
gcc/config/riscv/predicates.md [new file with mode: 0644]
gcc/config/riscv/riscv-builtins.c [new file with mode: 0644]
gcc/config/riscv/riscv-c.c [new file with mode: 0644]
gcc/config/riscv/riscv-ftypes.def [new file with mode: 0644]
gcc/config/riscv/riscv-modes.def [new file with mode: 0644]
gcc/config/riscv/riscv-opts.h [new file with mode: 0644]
gcc/config/riscv/riscv-protos.h [new file with mode: 0644]
gcc/config/riscv/riscv.c [new file with mode: 0644]
gcc/config/riscv/riscv.h [new file with mode: 0644]
gcc/config/riscv/riscv.md [new file with mode: 0644]
gcc/config/riscv/riscv.opt [new file with mode: 0644]
gcc/config/riscv/sync.md [new file with mode: 0644]
gcc/config/riscv/t-elf-multilib [new file with mode: 0644]
gcc/config/riscv/t-linux [new file with mode: 0644]
gcc/config/riscv/t-linux-multilib [new file with mode: 0644]
gcc/config/riscv/t-riscv [new file with mode: 0644]
gcc/configure.ac
gcc/doc/contrib.texi
gcc/doc/install.texi
gcc/doc/invoke.texi
gcc/doc/md.texi