1. 19 May, 2007 6 commits
    • avr-protos.h (expand_prologue, [...]): Add declaration. · 4fc2b4ff
      	* config/avr/avr-protos.h (expand_prologue, expand_epilogue, 
      	avr_epilogue_uses) : Add declaration.
      	* config/avr/predicates.md (avr_sp_immediate_operand): New predicate.
      	* config/avr/constraints.md (R): New constraint.
      	config/avr/avr.md (SREG_ADDR,  UNSPEC_SEI, UNSPEC_CLI, 
      	UNSPECV_PROLOGUE_SAVES, UNSPECV_EPILOGUE_RESTORES): New constants.
      	(*pop1, *pop2, *pop3, *pop4, *pop5): Combine into ...
      	(*addhi3_sp_R_pc2, *addhi3_sp_R_pc3): ... these patterns.
      	(*movhi_sp, popqi, pophi, enable_interrupt, disable_interrupt, 
      	call_prologue_saves, epilogue_restores, return_from_epilogue,
      	return_from_main_epilogue, return_from_interrupt_epilogue, 
      	return_from_naked_epilogue, prologue, epilogue): New patterns.
      	(jump): Handle symbol reference.
      	* config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr, 
      	avr_output_function_prologue, avr_output_function_epilogue): Remove 
      	functions.
      	(avr_init_machine_status, expand_prologue, expand_epilogue, 
      	avr_asm_function_end_prologue, avr_epilogue_uses, 
      	avr_asm_function_begin_epilogue): New functions.
      	(prologue_size, epilogue_size, jump_tables_size): Remove global 
      	variables.
      	(TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
      	(TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
      	(TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): Define.
      	(avr_override_options): Initialise init_machine_status.
      	(output_movhi): Handle all stack pointer loads.
      	(out_movqi_r_mr, out_movqi_mr_r): Handle SREG_ADDR address.
      	(avr_output_addr_vec_elt): Do not use variable jump_tables_size.
      	* config/avr/avr.h (AVR_2_BYTE_PC, AVR_3_BYTE_PC): New.
      	(EPILOGUE_USES) Redefine.
      	(machine_function) Declare.
      
      Co-Authored-By: Anatoly Sokolov <aesok@dol.ru>
      
      From-SVN: r124854
      Andy Hutchinson committed
    • mips.c (mips_offset_within_alignment_p): Tweak comment. · 6de36441
      gcc/
      	* config/mips/mips.c (mips_offset_within_alignment_p): Tweak comment.
      	Use a single return statement.
      
      From-SVN: r124853
      Richard Sandiford committed
    • re PR middle-end/30250 (Evaluate lgamma/gamma at compile-time) · 752b7d38
      	PR middle-end/30250
      	* builtins.c (do_mpfr_lgamma_r): New.
      	(fold_builtin_2): Handle builtin gamma_r/lgamma_r.
      	* tree.h (CASE_FLT_FN_REENT): New.
      
      testsuite:
      	* gcc.dg/torture/builtin-math-2.c: Add gamma_r/lgamma_r tests.
      	* gcc.dg/torture/builtin-math-4.c: Likewise.
      
      From-SVN: r124849
      Kaveh R. Ghazi committed
    • re PR fortran/31964 ([4.2, 4.1 only]ishftc fails with certain thrid argument) · 0470f573
      2007-05-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libfortran/31964
      	* gfortran.fortran-torture/execute/intrinsic_bitops.f90: Update.
      
      From-SVN: r124847
      Jerry DeLisle committed
    • re PR fortran/31964 ([4.2, 4.1 only]ishftc fails with certain thrid argument) · c152efbb
      2007-05-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libfortran/31964
      	* intrinsics/ishftc.c (ishftc4, ishftc8, ishftc16): Fix mask to handle
      	shift of bit-size number of bits.
      
      From-SVN: r124846
      Jerry DeLisle committed
    • Daily bump. · cc25a1c4
      From-SVN: r124843
      GCC Administrator committed
  2. 18 May, 2007 18 commits
  3. 17 May, 2007 16 commits