1. 03 May, 2010 6 commits
    • tm.texi (defmac SMALL_REGISTER_CLASSES): Remove. · 42db504c
      	* doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
      	(TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
      	based on the above, for new target hook.
      
      	* hooks.c (hook_bool_mode_true): New generic hook.
      	* hooks.h (hook_bool_mode_true): Add prototype.
      
      	* target.h (struct gcc_target): Add small_register_classes_for_mode_p
      	target hook.
      	* target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
      	target hook, set to hook_bool_mode_false.
      	* regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
      	* reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
      	with targetm.small_register_classes_for_mode_p.
      	(find_reusable_reload): Likewise.
      	(combine_reloads): Likewise.
      	* reload1.c (reload_as_needed): Likewise.
      	* cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
      	* ifcvt.c (noce_process_if_block, check_cond_move_block,
      	dead_or_predicable): Likewise.
      	* regmove.c (optimize_reg_copy_1): Likewise.
      	* calls.c (prepare_call_address): Likewise.
      	(precompute_register_parameters): Likewise.
      
      	* config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
      	hook definition.
      	* config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
      	implementation of the hook that considers all register classes
      	small except for SH64.
      	(sh_override_options): Use the new hook.
      	* config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
      	Add prototype.
      
      	* config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
      	hook definition.
      	* config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
      	implementation of the hook that considers all register classes
      	small for THUMB1.
      	* config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
      	Add prototype.
      
      	* config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
      	hook definition.
      	* config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
      	implementation of the hook that considers all register classes
      	small for MIPS16.
      	* config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
      	Add prototype.
      
      	* config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
      	hook definition.
      	* config/m32c/m32c.h: Likewise.
      	* config/pdp11/pdp11.h: Likewise.
      	* config/avr/avr.h: Likewise.
      	* config/xtensa/xtensa.h: Likewise.
      	* config/m68hc11/m68hc11.h: Likewise.
      	* config/mn10300/mn10300.h: Likewise.
      	* config/mcore/mcore.h: Likewise.
      	* config/h8300/h8300.h: Likewise.
      	* config/bfin/bfin.h: Likewise.
      
      	* config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
      	* config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
      
      From-SVN: r158997
      Steven Bosscher committed
    • run_acats (which): New function. · d5ece0a1
      	* ada/acats/run_acats (which): New function.
      	(host_gnatchop, host_gnatmake): Use it.
      
      From-SVN: r158994
      Rainer Orth committed
    • double-int.h (tree_to_double_int): Remove macro. · e6693cfa
      	* double-int.h (tree_to_double_int): Remove macro.
      	(double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
      	* tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
      	(tree_to_double_int): New function.
      	* double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
      	Move ...
      	* tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
      
      From-SVN: r158993
      Anatoly Sokolov committed
    • re PR tree-optimization/43971 (index domain error in tree-ssa-structalias.c:3450) · 8eb7bc3c
      2010-05-03  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/43971
      	* tree-ssa-structalias.c (get_constraint_for_1): Fix
      	constraints in the !flag_delete_null_pointer_checks case.
      
      	* gcc.dg/pr43971.c: New testcase.
      
      From-SVN: r158991
      Richard Guenther committed
    • re PR debug/43972 (ICE in loc_cmp) · c4e26da1
      	PR debug/43972
      	* config/i386/i386.c (ix86_delegitimize_address): Make sure the
      	result mode matches original rtl mode.
      
      	* gcc.dg/debug/pr43972.c: New test.
      
      From-SVN: r158989
      Jakub Jelinek committed
    • Daily bump. · 43f9f521
      From-SVN: r158988
      GCC Administrator committed
  2. 02 May, 2010 13 commits
  3. 01 May, 2010 8 commits
  4. 30 Apr, 2010 13 commits