]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc/
authorJürgen Urban <JuergenUrban@gmx.de>
Tue, 4 Jun 2013 18:05:55 +0000 (18:05 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 4 Jun 2013 18:05:55 +0000 (18:05 +0000)
commit107eea2ca48ec70e64787340d3e07c8b59ab0e79
treedaae81615c62801304aecdb8de4a285a367eb6cc
parentce6a6ae17520d9b0fb88e5cb9b9789f93062c16f
gcc/
2013-06-03  Jürgen Urban  <JuergenUrban@gmx.de>

* config.gcc (mipsr5900-*-elf*, mipsr5900el-*-elf*, mips64r5900-*-elf*)
(mips64r5900el-*-elf*): New configurations.
* config/mips/mips-cpus.def (r5900): New processor.
* config/mips/mips-tables.opt: Regenerate.
* config/mips/mips.c (mips_rtx_cost_data): Add an R5900 entry.
(mips_issue_rate): Handle PROCESSOR_R5900.
(mips_reorg_process_insns): Force reorder mode for the R5900.
* config/mips/mips.h (TARGET_MIPS5900): Define.
(ISA_HAS_CONDMOVE, ISA_HAS_PREFETCH, ISA_HAS_HILO_INTERLOCKS): Include
TARGET_MIPS5900.
(ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY, ISA_HAS_FCMP_DELAY): Exclude
TARGET_MIPS5900.
* config/mips/mips.md (processor): Add r5900.
(MOVECC): Disallow CCmode conditions for TARGET_MIPS5900.

libgcc/
2013-06-03  Jürgen Urban  <JuergenUrban@gmx.de>

* config.host (mipsr5900-*-elf*, mipsr5900el-*-elf*, mips64r5900-*-elf*)
(mips64r5900el-*-elf*): New configurations.

From-SVN: r199666
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/mips-cpus.def
gcc/config/mips/mips-tables.opt
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md
libgcc/ChangeLog
libgcc/config.host