aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh
AgeCommit message (Expand)AuthorFilesLines
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-5/+7
2008-08-30re PR target/37270 (SH: spill failure for R0_REGS)Kaz Kojima1-2/+2
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-1/+2
2008-08-28sh.h (REG_CLASS_CONTENTS): Drop fr32 from FPUL_REGS.Kaz Kojima1-2/+2
2008-08-26[multiple changes]Vladimir Makarov2-2/+19
2008-08-06alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-84/+84
2008-07-31sh.c (sh_canonical_va_list_type): Remove.Kaz Kojima1-11/+0
2008-07-29sh.c (sh_gimplify_va_arg_expr): Unshare the addr...Kaz Kojima1-30/+36
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-33/+19
2008-07-25sh.h (OPTIMIZATION_OPTIONS): Set flag_omit_frame_pointer to 2 instead of -1.Kaz Kojima1-2/+2
2008-07-19re PR target/36780 (Wrong reload generated for subreg address on SH)Joseph Myers1-13/+0
2008-07-15re PR target/36782 (SH: spill failure in class 'R0_REGS' with -fpic)Kaz Kojima1-3/+0
2008-07-15re PR target/36780 (Wrong reload generated for subreg address on SH)Kaz Kojima1-0/+13
2008-07-09sh.c (sh_canonical_va_list_type): New.Kaz Kojima1-0/+11
2008-07-04re PR target/36684 (spill failure for class 'R0_REGS' on sh4 with -fPIC -O2)Kaz Kojima1-3/+3
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-7/+3
2008-07-02re PR target/36669 (Wrong versioning for __float128)H.J. Lu1-1/+10
2008-06-07MAINTAINERS (mt port): Remove.Joseph Myers1-23/+0
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-7/+6
2008-05-22sh.opt (mfixed-range): New option.Kaz Kojima4-0/+72
2008-05-17sh.c (sh_output_mi_thunk): Update the use of init_flow.Kaz Kojima1-1/+1
2008-05-12sh.c (sh_expand_prologue): Don't clear RTX_FRAME_RELATED_P for push insns.Kaz Kojima1-1/+0
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka3-11/+11
2008-04-17fix SH long long compareChristian Bruel1-0/+8
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka2-34/+34
2008-04-04invoke.texi: Document -mbitops for SH.Naveen.H.S6-6/+370
2008-04-03* config/sh/sh.c (sh_output_mi_thunk): Free cfun.Kaz Kojima1-0/+1
2008-03-27sourcebuild.texi, [...]: Revert automatic dependency patch.Tom Tromey2-6/+9
2008-03-25x-solaris (host-solaris.o): Update.Tom Tromey2-9/+6
2008-03-25constraints.md (Pso, Psz): New constraints.Naveen.H.S3-0/+60
2008-03-25sh.c (sh_expand_t_scc): Emit movrt for SH2A if possible.Naveen.H.S2-0/+22
2008-03-25sh.md (prefetch): Add condition for SH2A target.Naveen.H.S1-1/+10
2008-03-25constraints.md (I28): New constraint.Jayant R Sonar3-5/+14
2008-03-25sh.c (SH_ATTRIBUTES): Define.Anil Paranjape3-16/+323
2008-03-20linux-atomic.asm (ATOMIC_TEST_AND_SET): Take unsigned extension into account.Kaz Kojima1-40/+42
2008-03-20sh.c (split_branches): Pass zero to redirect_jump as 'delete_unused' argument.Kaz Kojima1-2/+2
2008-02-29sh.c (sh_scalar_mode_supported_p): New function.Kaz Kojima2-6/+14
2008-02-29sh.c (sh_secondary_reload): Handle loading a float constant to fpul.Kaz Kojima1-1/+3
2008-02-20re PR target/35225 (gcc segfaults when building GTK+ code with -O2 -fPIC for ...Kaz Kojima1-1/+3
2008-02-20re PR target/35190 (Wrong branch instruction with -freorder-blocks-and-partit...Kaz Kojima2-1/+10
2007-12-06re PR middle-end/20983 (varargs functions force va_list variable to stack unn...Jakub Jelinek3-8/+4
2007-12-02sh.md (cmpgeusi_t): Fix condition.Samuel Tardieu1-1/+1
2007-11-22sh.md (divsi_inv_m3): Handle zero dividend specially.Kaz Kojima1-0/+6
2007-11-21re PR target/34155 (ICE in simplify_binary_operation_1, at simplify-rtx.c:266...Kaz Kojima2-25/+43
2007-11-14global.c (rest_of_handle_global_alloc): Fix comment typos.Rask Ingemann Lambertsen1-2/+2
2007-09-19tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.Bernd Schmidt1-2/+3
2007-09-12sh.h (SH_DBX_REGISTER_NUMBER): Added fpscr, fixed sr/gbr regs.Christian Bruel2-4/+6
2007-09-12sh.c (calc_live_regs): Use current_function_saves_all_registers instead of...Kaz Kojima3-5/+5
2007-09-09Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson1-11/+13
2007-08-28* config/sh/sh.c (sh_gimplify_va_arg_expr): Fix sh2a support.DJ Delorie1-2/+2