1. 09 Jul, 2015 10 commits
    • function.c (stack_protect_epilogue): Use if rather than switch for check… · ebd765d4
      function.c (stack_protect_epilogue): Use if rather than switch for check targetm.have_stack_protect_test.
      
      2015-07-08  Kito Cheng  <kito.cheng@gmail.com>
      
      	* function.c (stack_protect_epilogue): Use if rather than switch for
      	check targetm.have_stack_protect_test.
      
      From-SVN: r225599
      Kito Cheng committed
    • *.C: generate dwarf-2 debug information even when dwarf-2 is not the default. · ca506be6
      	* g++.dg/debug/dwarf2/*.C: generate dwarf-2 debug information
      	even when dwarf-2 is not the default.
      
      From-SVN: r225598
      Carlos Sánchez de La Lama committed
    • always define WORD_REGISTER_OPERATIONS · 9e11bfef
      gcc/ChangeLog:
      
      2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
      	* config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
      	* config/arc/arc.h: Likewise.
      	* config/arm/arm.h: Likewise.
      	* config/bfin/bfin.h: Likewise.
      	* config/epiphany/epiphany.h: Likewise.
      	* config/frv/frv.h: Likewise.
      	* config/ia64/ia64.h: Likewise.
      	* config/iq2000/iq2000.h: Likewise.
      	* config/lm32/lm32.h: Likewise.
      	* config/m32r/m32r.h: Likewise.
      	* config/mcore/mcore.h: Likewise.
      	* config/mep/mep.h: Likewise.
      	* config/microblaze/microblaze.h: Likewise.
      	* config/mips/mips.h: Likewise.
      	* config/mmix/mmix.h: Likewise.
      	* config/mn10300/mn10300.h: Likewise.
      	* config/nds32/nds32.h: Likewise.
      	* config/nios2/nios2.h: Likewise.
      	* config/pa/pa.h: Likewise.
      	* config/rl78/rl78.h: Likewise.
      	* config/sh/sh.h: Likewise.
      	* config/sparc/sparc.h: Likewise.
      	* config/stormy16/stormy16.h: Likewise.
      	* config/tilegx/tilegx.h: Likewise.
      	* config/tilepro/tilepro.h: Likewise.
      	* config/v850/v850.h: Likewise.
      	* config/xtensa/xtensa.h: Likewise.
      	* doc/tm.texi: Regenerate.
      	* doc/tm.texi.in: Adjust.
      	* combine.c (simplify_set): Likewise.
      	(simplify_comparison): Likewise.
      	* expr.c (store_constructor): Likewise.
      	* internal-fn.c (expand_arith_overflow): Likewise.
      	* reload.c (push_reload): Likewise.
      	(find_reloads): Likewise.
      	(find_reloads_subreg_address): Likewise.
      	* reload1.c (eliminate_regs_1): Likewise.
      	* rtlanal.c (nonzero_bits1): Likewise.
      	(num_sign_bit_copies1): Likewise.
      	* simplify-rtx.c (simplify_truncation): Likewise.
      
      From-SVN: r225597
      Trevor Saunders committed
    • reduce conditional compilation based on AUTO_INC_DEC · 760edf20
      gcc/ChangeLog:
      
      2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
      	of AUTO_INC_DEC with the preprocessor.
      	* combine.c (combine_instructions): Likewise.
      	(can_combine_p): Likewise.
      	(try_combine): Likewise.
      	* emit-rtl.c (try_split): Likewise.
      	* loop-invariant.c (calculate_loop_reg_pressure): Likewise.
      	* lower-subreg.c (resolve_simple_move): Likewise.
      	* lra.c (update_inc_notes): Likewise.
      	* recog.c (asm_operand_ok): Likewise.
      	(constrain_operands): Likewise.
      	* regrename.c (scan_rtx_address): Likewise.
      	* reload.c (update_auto_inc_notes): Likewise.
      	(reg_inc_found_and_valid_p): Likewise.
      	* reload1.c (reload): Likewise.
      	(emit_input_reload_insns): Likewise.
      	(delete_output_reload): Likewise.
      	* sched-deps.c (init_insn_reg_pressure_info): Likewise.
      	* valtrack.c (cleanup_auto_inc_dec): Likewise.
      
      From-SVN: r225596
      Trevor Saunders committed
    • always define AUTO_INC_DEC · 16cb5668
      gcc/ChangeLog:
      
      2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* rtl.h: Always define AUTO_INC_DEC.
      	* auto-inc-dec.c (pass_inc_dec::execute): Adjust.
      	* combine.c (combine_instructions): Likewise.
      	(can_combine_p): Likewise.
      	(try_combine): Likewise.
      	* emit-rtl.c (try_split): Likewise.
      	* loop-invariant.c (calculate_loop_reg_pressure): Likewise.
      	* lower-subreg.c (resolve_simple_move): Likewise.
      	* lra.c (update_inc_notes): Likewise.
      	* recog.c (asm_operand_ok): Likewise.
      	(constrain_operands): Likewise.
      	* regrename.c (scan_rtx_address): Likewise.
      	* reload.c (update_auto_inc_notes): Likewise.
      	(find_equiv_reg): Likewise.
      	* reload1.c (reload): Likewise.
      	(reload_as_needed): Likewise.
      	(choose_reload_regs): Likewise.
      	(emit_input_reload_insns): Likewise.
      	(delete_output_reload): Likewise.
      	* sched-deps.c (init_insn_reg_pressure_info): Likewise.
      	* valtrack.c (cleanup_auto_inc_dec): Likewise.
      
      From-SVN: r225595
      Trevor Saunders committed
    • use #if for HARD_FRAME_POINTER_IS_FRAME_POINTER less · de824c8b
      gcc/ChangeLog:
      
      2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* combine.c (can_combine_def_p): Don't check the value of
      	HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
      	(combinable_i3pat): Likewise.
      	(mark_used_regs_combine): Likewise.
      	* regrename.c (rename_chains): Likewise.
      	* reload.c (find_reloads_address): Likewise.
      	* sel-sched.c (mark_unavailable_hard_regs): Likewise.
      
      From-SVN: r225594
      Trevor Saunders committed
    • always define SHORT_IMMEDIATES_SIGN_EXTEND · 58f2ae18
      gcc/ChangeLog:
      
      2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* combine.c (update_rsp_from_reg_equal): Don't check if
      	SHORT_IMMEDIATES_SIGN_EXTEND is defined.
      	(reg_nonzero_bits_for_combine): Likewise.
      	* config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
      	1.
      	* config/frv/frv.h: Likewise.
      	* config/lm32/lm32.h: Likewise.
      	* config/mep/mep.h: Likewise.
      	* config/mips/mips.h: Likewise.
      	* config/rs6000/rs6000.h: Likewise.
      	* config/sh/sh.h: Likewise.
      	* config/tilegx/tilegx.h (enum reg_class): Likewise.
      	* config/tilepro/tilepro.h: Likewise.
      	* defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
      	* doc/tm.texi: Regenerate.
      	* doc/tm.texi.in: Adjust.
      	* rtlanal.c (nonzero_bits1): Likewise.
      
      From-SVN: r225593
      Trevor Saunders committed
    • remove #if for HAVE_cc0 in combine.c · be1a835d
      gcc/ChangeLog:
      
      2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
      	with the preprocessor.
      	(combine_instructions): Likewise.
      	(try_combine): Likewise.
      	(subst): Likewise.
      	(distribute_notes): Likewise.
      
      From-SVN: r225592
      Trevor Saunders committed
    • reduce conditional compilation for LOAD_EXTEND_OP · f1657f05
      Provide a default in files where that is possible, so that everything
      else there can be unconditionally compiled.  However rtlanal.c and
      reload.c do tricky things that break providing a global default, so we
      can't do that yet.
      
      gcc/ChangeLog:
      
      2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
      	defined.
      	(simplify_set): Likewise.
      	* cse.c (cse_insn): Likewise.
      	* fold-const.c (fold_single_bit_test): Likewise.
      	(fold_unary_loc): Likewise.
      	* postreload.c (reload_cse_simplify_set): Likewise.
      	(reload_cse_simplify_operands): Likewise.
      
      From-SVN: r225591
      Trevor Saunders committed
    • Daily bump. · 1acfc9ca
      From-SVN: r225590
      GCC Administrator committed
  2. 08 Jul, 2015 30 commits