]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/csky/csky_tables.opt
C-SKY port: Backend implementation
authorJojo <jijie_rong@c-sky.com>
Fri, 17 Aug 2018 19:03:27 +0000 (19:03 +0000)
committerSandra Loosemore <sandra@gcc.gnu.org>
Fri, 17 Aug 2018 19:03:27 +0000 (15:03 -0400)
commitcc7232b999b8336cf4e261407ed9289c77bed1f0
treef6bfad5bda50f31f3a8ae03d5b0d59285370c601
parent56856b587e08ccf096756327adc59a5b1f2ae3af
C-SKY port: Backend implementation

2018-08-17  Jojo  <jijie_rong@c-sky.com>
    Huibin Wang  <huibin_wang@c-sky.com>
    Sandra Loosemore  <sandra@codesourcery.com>
    Chung-Lin Tang  <cltang@codesourcery.com>

C-SKY port: Backend implementation

gcc/
* config/csky/*: New.
* common/config/csky/*: New.

Co-Authored-By: Chung-Lin Tang <cltang@codesourcery.com>
Co-Authored-By: Huibin Wang <huibin_wang@c-sky.com>
Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>
From-SVN: r263628
28 files changed:
gcc/ChangeLog
gcc/common/config/csky/csky-common.c [new file with mode: 0644]
gcc/config/csky/constraints.md [new file with mode: 0644]
gcc/config/csky/csky-elf.h [new file with mode: 0644]
gcc/config/csky/csky-linux-elf.h [new file with mode: 0644]
gcc/config/csky/csky-protos.h [new file with mode: 0644]
gcc/config/csky/csky.c [new file with mode: 0644]
gcc/config/csky/csky.h [new file with mode: 0644]
gcc/config/csky/csky.md [new file with mode: 0644]
gcc/config/csky/csky.opt [new file with mode: 0644]
gcc/config/csky/csky_cores.def [new file with mode: 0644]
gcc/config/csky/csky_genopt.sh [new file with mode: 0644]
gcc/config/csky/csky_insn_dsp.md [new file with mode: 0644]
gcc/config/csky/csky_insn_fpu.md [new file with mode: 0644]
gcc/config/csky/csky_isa.def [new file with mode: 0644]
gcc/config/csky/csky_isa.h [new file with mode: 0644]
gcc/config/csky/csky_opts.h [new file with mode: 0644]
gcc/config/csky/csky_pipeline_ck801.md [new file with mode: 0644]
gcc/config/csky/csky_pipeline_ck802.md [new file with mode: 0644]
gcc/config/csky/csky_pipeline_ck803.md [new file with mode: 0644]
gcc/config/csky/csky_pipeline_ck810.md [new file with mode: 0644]
gcc/config/csky/csky_tables.opt [new file with mode: 0644]
gcc/config/csky/predicates.md [new file with mode: 0644]
gcc/config/csky/print-sysroot-suffix.sh [new file with mode: 0644]
gcc/config/csky/t-csky [new file with mode: 0644]
gcc/config/csky/t-csky-elf [new file with mode: 0644]
gcc/config/csky/t-csky-linux [new file with mode: 0644]
gcc/config/csky/t-sysroot-suffix [new file with mode: 0644]