This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r263628 - in /trunk/gcc: ChangeLog common/confi...


Author: sandra
Date: Fri Aug 17 19:03:27 2018
New Revision: 263628

URL: https://gcc.gnu.org/viewcvs?rev=263628&root=gcc&view=rev
Log:
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.

Added:
    trunk/gcc/common/config/csky/
    trunk/gcc/common/config/csky/csky-common.c
    trunk/gcc/config/csky/
    trunk/gcc/config/csky/constraints.md
    trunk/gcc/config/csky/csky-elf.h
    trunk/gcc/config/csky/csky-linux-elf.h
    trunk/gcc/config/csky/csky-protos.h
    trunk/gcc/config/csky/csky.c
    trunk/gcc/config/csky/csky.h
    trunk/gcc/config/csky/csky.md
    trunk/gcc/config/csky/csky.opt
    trunk/gcc/config/csky/csky_cores.def
    trunk/gcc/config/csky/csky_genopt.sh
    trunk/gcc/config/csky/csky_insn_dsp.md
    trunk/gcc/config/csky/csky_insn_fpu.md
    trunk/gcc/config/csky/csky_isa.def
    trunk/gcc/config/csky/csky_isa.h
    trunk/gcc/config/csky/csky_opts.h
    trunk/gcc/config/csky/csky_pipeline_ck801.md
    trunk/gcc/config/csky/csky_pipeline_ck802.md
    trunk/gcc/config/csky/csky_pipeline_ck803.md
    trunk/gcc/config/csky/csky_pipeline_ck810.md
    trunk/gcc/config/csky/csky_tables.opt
    trunk/gcc/config/csky/predicates.md
    trunk/gcc/config/csky/print-sysroot-suffix.sh
    trunk/gcc/config/csky/t-csky
    trunk/gcc/config/csky/t-csky-elf
    trunk/gcc/config/csky/t-csky-linux
    trunk/gcc/config/csky/t-sysroot-suffix
Modified:
    trunk/gcc/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]