This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r128848 - in /trunk/gcc: ChangeLog config/mips/...
- From: rsandifo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 27 Sep 2007 20:17:18 -0000
- Subject: r128848 - in /trunk/gcc: ChangeLog config/mips/...
Author: rsandifo
Date: Thu Sep 27 20:17:17 2007
New Revision: 128848
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128848
Log:
gcc/
* config/mips/mips.h (PTF_AVOID_BRANCHLIKELY): New macro.
(mips_cpu_info): Add tune_flags.
(GENERATE_BRANCHLIKELY): Remove TARGET_SR71K check.
* config/mips/mips.c (mips_cpu_info_table): Add tune_flags fields.
Remove end marker.
(override_options): Remove deprecation code. Use branch-likely
instructions for optimize_size or if the tuning flags do not
suggest otherwise. Tweak warning.
(mips_matching_cpu_name_p, mips_parse_cpu): Use ARRAY_SIZE.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/mips/mips.c
trunk/gcc/config/mips/mips.h