aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh
AgeCommit message (Expand)AuthorFilesLines
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-1/+1
2005-12-02alpha.c (alpha_va_start, [...]): Use buildN and fold_buildN where applicable.Richard Guenther1-54/+54
2005-11-24re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391)J"orn Rennecke4-5/+116
2005-11-22c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when flag_pic is ...Kaveh R. Ghazi2-10/+0
2005-10-21sh.c (prepare_move_operands): Handle the address constant which is a tls symb...Kaz Kojima1-1/+13
2005-10-19* config/sh/sh.c (fixup_mova): Skip notes.Kaz Kojima1-1/+2
2005-10-17sh.h (OPTIMIZATION_OPTIONS): Set flag_schedule_insns to 2 if it's already non...Kaz Kojima1-0/+15
2005-10-10sh.c (emit_fpu_switch): Set TREE_PUBLIC for __fpscr_values.Kaz Kojima1-0/+1
2005-10-06re PR target/23706 (ICE in rtl_verify_flow_info_1)Richard Henderson2-49/+65
2005-10-03sh.c (sh_register_move_cost): Add case for moving from T_REGS to FP register ...Kaz Kojima1-0/+3
2005-09-13sh.md (*movv4sf_i): Add general register cases to the constraints.Kaz Kojima1-2/+2
2005-09-12sh.h (HARD_REGNO_MODE_OK): Allow V4SFmode in general purpose registers for TA...J"orn Rennecke1-2/+6
2005-09-05re PR target/23683 (review all uses of gen_rtx_MEM in sh port)J"orn Rennecke2-114/+107
2005-08-31re PR target/21255 (%R and %S are not safe to use from asms)J"orn Rennecke1-2/+57
2005-08-23sh.c (sh_builtin_saveregs): If the number of to-be-saved fp registers is even...J"orn Rennecke1-19/+46
2005-08-19sh.c (find_sole_member): New function.Joern Rennecke1-10/+32
2005-08-18sh.c (sh_gimplify_va_arg_expr): Loop to substitute a RECORD_TYPE record with ...J"orn Rennecke1-8/+12
2005-08-17sh.c (sh_gimplify_va_arg_expr): Don't substitute a RECORD_TYPE record with th...Joern Rennecke1-1/+9
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata2-2/+2
2005-08-01dwarf2out.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-21Replace C++ style line comments with C style line comments.Nick Clifton1-17/+24
2005-07-21gensupport.c (old_preds): Don't reference PREDICATE_CODES.Kazu Hirata1-4/+4
2005-07-20sh.md (UNSPEC_SP_SET, [...]): New constants.Kaz Kojima1-0/+111
2005-07-20sh.c (regno_reg_class): Add GENERAL_REGS for soft frame pointer.Kaz Kojima2-31/+49
2005-07-13linux.h (TARGET_HAS_F_SETLKW): Renamed to ...H.J. Lu1-1/+1
2005-07-11alpha.c (alpha_gimplify_va_arg_1): Use build_va_arg_indirect_ref.Richard Henderson1-1/+1
2005-07-06* sh.c (final_prescan_insn): Undo bogus change from 2005-05-09.J"orn Rennecke1-4/+2
2005-07-04* sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".J"orn Rennecke1-1/+2
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-1/+1
2005-07-03sh.c (sh_output_mi_thunk): Initialize and clean up the minimal CFG stuff alwa...Kaz Kojima1-13/+18
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-15/+14
2005-06-29linux-unwind.h (shmedia_fallback_frame_state): Disable aliasing warning with ...Kaz Kojima1-2/+8
2005-06-29target.h (gcc_target): New field allocate_initial_value.Kaz Kojima3-15/+31
2005-06-26defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek1-3/+3
2005-06-25Update FSF address.R. Kelley Cook37-74/+74
2005-06-21config/sh/linux.h (FUNCTION_PROFILER): Constify a char*.Kaz Kojima1-1/+1
2005-06-09sh.md (mextr_rl): Set buffer size properly.Kaz Kojima1-2/+2
2005-06-06linux-unwind.h (SH_DWARF_FRAME_XD0): Remove for SH5.Kaz Kojima2-28/+129
2005-06-02sh.c (general_movsrc_operand, [...]): Move to ...Kazu Hirata3-827/+880
2005-06-02* config/sh/sh.h (TARGET_FPU_DOUBLE): Use MASK_SH4.Kaz Kojima1-1/+2
2005-06-01sh.c (multcosts): Check sh_multcost rather than sh_multcost_str.Richard Sandiford3-35/+24
2005-06-01sh-protos.h (sh_pch_valid_p): Delete.Richard Sandiford1-1/+0
2005-05-31tm.texi (TARGET_GET_PCH_VALIDITY, [...]): Tweak the documentation to make it ...Richard Sandiford1-64/+7
2005-05-27c-pch.c, [...]: Update copyright.Kazu Hirata2-2/+2
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata3-4/+4
2005-05-25common.opt (-Wattributes): New.DJ Delorie2-14/+16
2005-05-18config.gcc (sh*-*-*): Define SUPPORT_* macros to 1.Richard Sandiford8-467/+452
2005-05-15sh.c (sh_output_mi_thunk): Check cfun->cfg instead of basic_block_info.Kaz Kojima1-2/+9
2005-05-133000.md, [...]: Update copyright.Kazu Hirata6-6/+8
2005-05-12sh.c: Declare the prototype of sh_adjust_unroll_max only when...Kaz Kojima1-4/+4