aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68k.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-2/+2
2012-09-11m68k.c (m68k_sched_dfa_post_advance_cycle): Support starting scheduling from ...Maxim Kuvyrkov1-1/+2
2012-07-10re PR bootstrap/53913 (resource.c:1179:5: error: 'current_function_decl' unde...Andreas Schwab1-0/+10
2012-07-03re PR target/28896 (-fstack-limit-symbol and m68k and non 68020)Andreas Schwab1-1/+7
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-4/+3
2012-05-07m68k.c (m68k_sched_branch_type): Remove.Steven Bosscher1-37/+0
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-10/+12
2012-04-26common.opt (fsched-pressure-algorithm=): New option.Richard Sandiford1-1/+1
2012-01-26m68k: Convert to atomic_test_and_set.Richard Henderson1-0/+4
2011-12-19re PR target/51532 (Invalid Code Generated for cpu32.)Andreas Schwab1-1/+1
2011-11-26m68k-linux: Implement atomic operations via syscall.Richard Henderson1-0/+8
2011-10-24m68k.c (notice_update_cc): Tighten condition for setting CC_REVERSED for FP c...Julian Brown1-1/+2
2011-10-03m68k.c (m68k_output_addr_const_extra): Make static.Anatoly Sokolov1-2/+6
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-3/+3
2011-07-31Author: Mikael Pettersson <mikpe@it.uu.se>Mikael Pettersson1-0/+17
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-4/+6
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-46/+0
2011-05-25common.opt (flag_stack_usage_info): New variable.Eric Botcazou1-1/+1
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-1/+1
2011-05-02re PR target/47955 (gcc.dg/stack-usage-1.c fails on m68k-linux)Andreas Schwab1-0/+4
2011-05-02gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.Joseph Myers1-79/+29
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-1/+12
2011-04-21target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford1-1/+10
2011-04-15m68k.c (m68k_sched_variable_issue): Handle -fsched-pressure.Maxim Kuvyrkov1-1/+8
2011-04-07m68k.c (m68k_handle_option): Don't handle OPT_m68000...Joseph Myers1-27/+0
2011-04-05m68k.c (m68k_handle_option): Don't handle OPT_m5200, OPT_m5206e, OPT_m528x, O...Joseph Myers1-18/+0
2011-03-30reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law1-4/+4
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-3/+14
2011-03-21ChangeLog gcc/Kai Tietz1-5/+9
2010-12-12Author: Finn Thain <fthain@telegraphics.com.au>Finn Thain1-0/+3
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-22target.def (conditional_register_usage): Define.Nathan Froyd1-0/+25
2010-11-16m68k.c (m68k_delegitimize_address): Also expect LABEL_REF in UNSPEC operand.Andreas Schwab1-1/+1
2010-11-07m68k.c (m68k_delegitimize_address): Update to handle all possible addressing ...Andreas Schwab1-38/+35
2010-10-09m68k.h (FUNCTION_ARG, [...]): Delete.Nathan Froyd1-0/+30
2010-09-16tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers1-10/+7
2010-08-09builtins.c (fold_builtin_next_arg): Use stdarg_p.Nathan Froyd1-3/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-02re PR target/44771 (m68k_expand_prologue: variable set but not used)Andreas Schwab1-2/+2
2010-06-29m68k.c (targetm.sched.init_global): Update comment.Joern Rennecke1-2/+2
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd1-0/+25
2010-06-22m68k.c (m68k_output_addr_const_extra): Add cast to enum type.Andreas Schwab1-8/+2
2010-06-14m68k.c (m68k_delegitimize_address): Don't do anything if the argument is not ...Andreas Schwab1-6/+7
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-03-09re PR target/43294 (Error: junk at end of line, first unrecognized character ...Andreas Schwab1-1/+56
2009-11-04[multiple changes]Maxim Kuvyrkov1-0/+47
2009-09-22m68k.c (TARGET_TRAMPOLINE_INIT): New.Richard Henderson1-8/+42
2009-08-26hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov1-0/+12
2009-08-19method.c (use_thunk): Call free_after_compilation after assemble_end_function.Jakub Jelinek1-1/+0