aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/frv
AgeCommit message (Expand)AuthorFilesLines
2011-01-26bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.Joseph Myers1-2/+1
2011-01-26bfin.h (ASM_SPEC): Remove %{Ym,*}.Joseph Myers1-1/+1
2011-01-26bfin.h (LINK_SPEC): Remove %{YP,*}.Joseph Myers1-1/+0
2011-01-26bfin.h (ASM_SPEC): Remove %{Yd,*}.Joseph Myers1-2/+2
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek2-2/+2
2010-12-22svr4.h: Remove.Joseph Myers1-162/+0
2010-12-09frv.h (SIZE_TYPE, [...]): Define.Joseph Myers1-0/+12
2010-12-09arc.h (ASM_SPEC): Remove %{v}.Joseph Myers1-1/+1
2010-12-09freebsd.h (LINK_SPEC): Don't use %{!dynamic-linker:}.Joseph Myers1-2/+2
2010-12-09bfin.h (ASM_SPEC): Remove %{n} and %{T}.Joseph Myers1-1/+1
2010-12-06re PR target/46735 (frv-elf --enable-werror-always build fails for 64 bit host)Joern Rennecke4-68/+62
2010-12-02bfin.h (LINK_SPEC): Remove %{b}.Joseph Myers1-1/+0
2010-12-02freebsd.h (LINK_SPEC): Don't handle -Wl,.Joseph Myers1-1/+1
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-1/+0
2010-11-22target.def (conditional_register_usage): Define.Nathan Froyd3-24/+5
2010-11-21tm.texi.in (HANDLE_SYSV_PRAGMA, [...]): Remove.Joseph Myers1-7/+0
2010-11-16builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.Nathan Froyd3-10/+6
2010-11-15frv.md (fmasf4, fmssf4): Rename from *muladdsf4 and *mulsubsf4 respectively.Richard Henderson1-8/+8
2010-11-08re PR target/44758 (frv.md: incompatible enum comparisons / return)Joern Rennecke3-144/+147
2010-11-01common.opt (R, [...]): New.Joseph Myers1-27/+0
2010-10-28frv-protos.h (frv_function_arg): Delete.Nathan Froyd3-44/+33
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers2-7/+9
2010-10-16avr.h (PREFERRED_RELOAD_CLASS): Remove.Anatoly Sokolov1-20/+0
2010-10-15frv.c (frv_option_optimization, [...]): Remove.Joseph Myers2-27/+0
2010-10-14config.gcc (arm*-*-linux-*eabi): Add bpabi.h from libgcc.Nathan Froyd1-181/+0
2010-10-04flags.h (g_switch_value, [...]): Remove.Joseph Myers2-11/+5
2010-09-24re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig...Jakub Jelinek1-1/+1
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers3-43/+7
2010-09-16tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers3-21/+6
2010-09-13frv.h (REGISTER_MOVE_COST, [...]): Remove.Anatoly Sokolov3-43/+24
2010-09-06frv.h (CLASS_LIKELY_SPILLED_P): Remove.Anatoly Sokolov3-37/+12
2010-07-30common.opt (-G): Don't define option here.Joseph Myers1-1/+6
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-04gcc/Richard Sandiford1-2/+3
2010-06-30re PR middle-end/44566 (configuration with multiple targets / backends is not...Joern Rennecke1-4/+5
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd1-35/+0
2010-06-17frv-protos.h (frv_print_operand): Delete.Nathan Froyd3-63/+32
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-11-04defaults.h (CONSTANT_ADDRESS_P): Provide a default definition.Nick Clifton1-10/+0
2009-11-01frv.c (frv_function_value, [...]): New functions.Anatoly Sokolov3-42/+40
2009-09-22frv.c (TARGET_TRAMPOLINE_INIT): New.Richard Henderson3-10/+8
2009-08-26hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov2-11/+14
2009-08-01expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini1-4/+0
2009-06-30target.h (struct gcc_target): Add frame_pointer_required field.Anatoly Sokolov3-51/+16
2009-05-15frv.h: Clean up references to GO_IF_LEGITIMATE_ADDRESS.Paolo Bonzini2-24/+2
2009-05-14tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc...Paolo Bonzini4-91/+30
2009-05-12Merge cond-optab branch.Paolo Bonzini4-309/+57