aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh
AgeCommit message (Expand)AuthorFilesLines
2009-11-21sh.md (cmpeqsi_t-1): Use logical_operand predicate for operand 1.Kaushik Phatak1-1/+1
2009-10-28sh.md (cbranchfp4_media): Remove hack extending cstore result to DImode.Paolo Bonzini1-6/+3
2009-10-28sh.md (stuff_delay_slot): Move const_int pattern inside the unspec vector.Kaz Kojima1-2/+2
2009-10-25re PR target/41813 (SH: delay slot is filled with a wrong insn)Kaz Kojima1-1/+1
2009-10-21sh.c (nonpic_symbol_mentioned_p): Allow UNSPEC_TPOFF.Joseph Myers1-0/+1
2009-10-14sh.c (TARGET_BUILTIN_DECL): Define.Kaz Kojima1-89/+117
2009-09-30config.gcc (sh-symbianelf): Replace definition of extra_objs with separate de...Nick Clifton8-495/+752
2009-09-22sh-protos.h (sh_initialize_trampoline): Remove.Richard Henderson3-22/+22
2009-09-16sh.c (output_stack_adjust): Add new argument frame_p.DJ Delorie1-9/+11
2009-08-27sh.c (split_branches): Check the result of next_active_insn.Kaz Kojima1-3/+4
2009-08-22t-sh (TARGET_LIBGCC2_CFLAGS): Define.Kaz Kojima2-2/+4
2009-08-19method.c (use_thunk): Call free_after_compilation after assemble_end_function.Jakub Jelinek1-1/+0
2009-08-13sh.c (sh_override_options): When flag_exceptions or flag_unwind_tables is on...Kaz Kojima1-0/+23
2009-08-12re PR target/41029 (ICE RTL check: expected code 'reg', have 'post_inc' in rh...Kaz Kojima1-1/+1
2009-08-12sh.c (sh_promote_function_mode): Add ATTRIBUTE_UNUSED.Kaz Kojima1-1/+2
2009-08-04linux-atomic.asm (ATOMIC_BOOL_COMPARE_AND_SWAP, [...]): Define.Kaz Kojima1-0/+82
2009-08-03linux-atomic.asm (ATOMIC_COMPARE_AND_SWAP): Rename __sync_compare_and_swap_* ...SUGIOKA Toshinobu1-4/+4
2009-08-03sh-protos.h (sh_promote_function_mode): Remove.Kaz Kojima2-7/+7
2009-08-022009-08-02 Paolo Bonzini <bonzini@gnu.orgPaolo Bonzini1-1/+4
2009-08-01expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini2-3/+13
2009-07-31sh.md (UNSPECV_SP_SWITCH_B): New.DJ Delorie1-2/+8
2009-07-21sh.c (sh_gimplify_va_arg_expr): Wrap the result with a NOP_EXPR if needed.Kaz Kojima1-1/+1
2009-07-20SH: resurect -mfmovdChristian Bruel2-6/+5
2009-07-09unwind-dw2-fde-darwin.c: Include dwarf2.h.Tom Tromey1-1/+1
2009-07-06lib1funcs.h (FMOVD_WORKS): Only define if __FMOVD_ENABLED__ is defined.Nick Clifton5-74/+140
2009-06-30dwarf2.h: Remove.Tom Tromey1-1/+1
2009-06-30target.h (struct gcc_target): Add frame_pointer_required field.Anatoly Sokolov1-5/+0
2009-06-25arc.c: Include "df.h".Ian Lance Taylor2-32/+30
2009-06-25invoke.texi (SH Options): Document -m2a, -m2a-single, -m2a-single-only and -m...Takashi YOSHII1-3/+3
2009-06-13alpha.c (alpha_build_builtin_va_list): Pass location to build_decl.Aldy Hernandez1-8/+14
2009-06-08sh-protos.h (sh_optimization_options): Declare.Kaz Kojima3-267/+281
2009-06-03ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor1-1/+1
2009-06-03predicates.md: Use REG_P...Shujing Zhao5-252/+250
2009-06-02sh.c: Revert last change.Kaz Kojima1-5/+2
2009-05-31sh.md (ashldi3_std): New define_expand.Kaz Kojima1-2/+41
2009-05-31re PR target/40313 (SH: ICE in dwarf2out_begin_epilogue, at dwarf2out.c:2689)Kaz Kojima1-2/+4
2009-05-28sh.c (sh_expand_t_scc): Use gen_xorsi3_movrt instead of gen_movrt.Kaz Kojima2-11/+1
2009-05-26Makefile.in (COMPILER, [...]): Define.Ian Lance Taylor2-4/+7
2009-05-24sh.c (sh_set_return_address): Mark store of return address with a USE.Kaz Kojima1-0/+2
2009-05-18sh-protos.h (sh_legitimate_address_p): Remove.Kaz Kojima4-17/+6
2009-05-18sh.c (expand_cbranchdi4): Use a scratch register for the none zero constant o...Kaz Kojima1-3/+8
2009-05-12sh.h (OVERRIDE_OPTIONS): Clear flag_schedule_insns unless -fschedule-insns is...Kaz Kojima1-2/+5
2009-05-12re PR target/39561 (-mno-expand-cbranchdi broken)Kaz Kojima3-16/+7
2009-05-12sh-protos.h (sh_legitimate_index_p): Declare.Kaz Kojima3-164/+175
2009-05-12Merge cond-optab branch.Paolo Bonzini4-1250/+559
2009-05-10arc.c (arc_handle_interrupt_attribute): Use %qE for identifiers in diagnostics.Joseph Myers2-28/+28
2009-05-08sh.c: Do not include c-pragma.h.Kaz Kojima1-1/+0
2009-05-04tm.texi (LEGITIMIZE_ADDRESS): Revise documentation.Paolo Bonzini2-62/+58
2009-05-03defaults.h (FRAME_POINTER_REQUIRED): Provide default.Anatoly Sokolov1-6/+0
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor3-23/+24