aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32r
AgeCommit message (Expand)AuthorFilesLines
2011-05-02fr30-protos.h (Mmode): Don't define.Joseph Myers1-10/+7
2011-04-26fr30.h (inhibit_libc): Don't define.Joseph Myers1-2/+3
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford2-13/+22
2011-04-11linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.Joseph Myers1-3/+3
2011-03-31re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined refer...Joseph Myers2-17/+0
2011-03-29[multiple changes]Vladimir Makarov1-5/+0
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-0/+5
2011-03-27[multiple changes]Vladimir Makarov1-5/+0
2011-03-22m32r-opts.h: New.Joseph Myers4-128/+154
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-2/+13
2011-03-21ChangeLog gcc/Kai Tietz1-4/+6
2011-02-18m32r.h (REG_OK_FOR_BASE_P, [...]): Remove macros.Anatoly Sokolov3-97/+118
2011-01-25m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to sjlj_except_unwind_info.Joel Sherrill1-1/+4
2011-01-14little.h (CPP_ENDIAN_SPEC, [...]): Remove.Joseph Myers1-13/+1
2011-01-14linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.Joseph Myers1-11/+10
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
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-02linux.h, [...]: Remove comments mentioning /lib/elf.Joseph Myers1-2/+0
2010-12-02freebsd.h (LINK_SPEC): Cut long comment.Joseph Myers1-7/+1
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-22target.def (conditional_register_usage): Define.Nathan Froyd2-24/+14
2010-11-21tm.texi.in (HANDLE_SYSV_PRAGMA, [...]): Remove.Joseph Myers2-6/+1
2010-11-16builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.Nathan Froyd1-9/+0
2010-11-15* config/m32r/m32r.c: Remove unused variables frame_size and insn.Joern Rennecke1-9/+3
2010-11-01common.opt (R, [...]): New.Joseph Myers1-8/+0
2010-10-23cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __BYTE_ORDER__...Nathan Froyd1-6/+0
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers2-24/+9
2010-10-16avr.h (PREFERRED_RELOAD_CLASS): Remove.Anatoly Sokolov1-6/+0
2010-10-04flags.h (g_switch_value, [...]): Remove.Joseph Myers2-10/+7
2010-09-16m32r.c (TARGET_MEMORY_MOVE_COSTS): Remove.Anatoly Sokolov1-3/+4
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers2-15/+15
2010-09-16tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers2-20/+13
2010-09-09m32r.c (m32r_mode_dependent_address_p): New functions.Anatoly Sokolov2-10/+14
2010-09-08m32r.h (REGISTER_MOVE_COST, [...]): Remove.Anatoly Sokolov2-10/+20
2010-09-04m32r.c (m32r_function_value, [...]): New functions.Anatoly Sokolov2-16/+41
2010-08-31m32r.h (FUNCTION_ARG, [...]): Move these...Nathan Froyd2-48/+66
2010-07-30common.opt (-G): Don't define option here.Joseph Myers1-1/+6
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd1-8/+0
2010-06-17m32r-protos.h (m32r_print_operand): Delete.Nathan Froyd3-24/+20
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-09-28m32r.c (m32r_is_insn): Return false for debugging insns.Nick Clifton1-1/+1
2009-09-22m32r.c (TARGET_TRAMPOLINE_INIT): New.Richard Henderson2-32/+35
2009-08-26hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov2-12/+15
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 Taylor4-22/+17
2009-06-03ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor1-2/+2
2009-05-27Apply fixed version of previous delta.Nick Clifton1-2/+2
2009-05-27m32r.c: Use REG_P, MEM_P and CONST_INT_P where applicable.Shujing Zhao4-81/+81