-
- Downloads
invoke.texi (C6X Options): New section.
gcc/ * doc/invoke.texi (C6X Options): New section. * doc/md.texi (TI C6X family): New section. * config.gcc: Handle tic6x, in particular tic6x-*-elf and tic6x-*-uclinux. * longlong.h (add_ssaaaa, __umulsidi3, umul_ppmm, count_leading_zeros, count_trailing_zeros, UMUL_TIME, UDIV_TIME): Provide C6X definitions. * config/c6x/c6x.md: New file. * config/c6x/constraints.md: New file. * config/c6x/predicates.md: New file. * config/c6x/c6x-sched.md.in: New file. * config/c6x/c6x-sched.md: New file. * config/c6x/gensched.sh: New file. * config/c6x/c6x-mult.md.in: New file. * config/c6x/genmult.sh: New file. * config/c6x/c6x-mult.md: New file. * config/c6x/sync.md: New file. * config/c6x/c6x-protos.h: New file. * config/c6x/sfp-machine.h: New file. * config/c6x/c6x.c: New file. * config/c6x/c6x.h: New file. * config/c6x/crti.s: New file. * config/c6x/crtn.s: New file. * config/c6x/lib1funcs.asm: New file. * config/c6x/c6x-modes.def: New file. * config/c6x/genopt.sh: New file. * config/c6x/c6x.opt: New file. * config/c6x/c6x-tables.opt: New file. * config/c6x/c6x-opts.h: New file. * config/c6x/c6x-isas.def: New file. * config/c6x/elf.h: New file. * config/c6x/elf-common.h: New file. * config/c6x/uclinux-elf.h: New file. * config/c6x/t-c6x: New file. * config/c6x/t-c6x-elf: New file. * config/c6x/t-c6x-uclinux: New file. * config/c6x/t-c6x-softfp: New file. * config/c6x/gtd.c: New file. * config/c6x/gtf.c: New file. * config/c6x/ltd.c: New file. * config/c6x/ltf.c: New file. * config/c6x/ged.c: New file. * config/c6x/gef.c: New file. * config/c6x/led.c: New file. * config/c6x/lef.c: New file. * config/c6x/eqd.c: New file. * config/c6x/eqf.c: New file. * config/c6x/libgcc-c6xeabi.ver: New file. contrib/ * gcc_update: Add C6X generated files. * contrib/config-list.mk: Add c6x-elf and c6x-uclinux. libgcc/ * config.host: Handle tic6x-*-*. * config/c6x/c6x-abi.h: New file. From-SVN: r176308
Showing
- contrib/ChangeLog 5 additions, 0 deletionscontrib/ChangeLog
- contrib/config-list.mk 1 addition, 1 deletioncontrib/config-list.mk
- contrib/gcc_update 3 additions, 0 deletionscontrib/gcc_update
- gcc/ChangeLog 51 additions, 0 deletionsgcc/ChangeLog
- gcc/config.gcc 37 additions, 1 deletiongcc/config.gcc
- gcc/config/c6x/c6x-isas.def 38 additions, 0 deletionsgcc/config/c6x/c6x-isas.def
- gcc/config/c6x/c6x-modes.def 24 additions, 0 deletionsgcc/config/c6x/c6x-modes.def
- gcc/config/c6x/c6x-mult.md 840 additions, 0 deletionsgcc/config/c6x/c6x-mult.md
- gcc/config/c6x/c6x-mult.md.in 419 additions, 0 deletionsgcc/config/c6x/c6x-mult.md.in
- gcc/config/c6x/c6x-opts.h 36 additions, 0 deletionsgcc/config/c6x/c6x-opts.h
- gcc/config/c6x/c6x-protos.h 66 additions, 0 deletionsgcc/config/c6x/c6x-protos.h
- gcc/config/c6x/c6x-sched.md 934 additions, 0 deletionsgcc/config/c6x/c6x-sched.md
- gcc/config/c6x/c6x-sched.md.in 230 additions, 0 deletionsgcc/config/c6x/c6x-sched.md.in
- gcc/config/c6x/c6x-tables.opt 43 additions, 0 deletionsgcc/config/c6x/c6x-tables.opt
- gcc/config/c6x/c6x.c 5572 additions, 0 deletionsgcc/config/c6x/c6x.c
- gcc/config/c6x/c6x.h 617 additions, 0 deletionsgcc/config/c6x/c6x.h
- gcc/config/c6x/c6x.md 3004 additions, 0 deletionsgcc/config/c6x/c6x.md
- gcc/config/c6x/c6x.opt 67 additions, 0 deletionsgcc/config/c6x/c6x.opt
- gcc/config/c6x/c6x_intrinsics.h 194 additions, 0 deletionsgcc/config/c6x/c6x_intrinsics.h
- gcc/config/c6x/constraints.md 174 additions, 0 deletionsgcc/config/c6x/constraints.md
Loading
Please register or sign in to comment