aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68k.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-22m68k.c (TARGET_TRAMPOLINE_INIT): New.Richard Henderson1-14/+0
2009-08-26hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov1-4/+2
2009-06-03linux.h (HAVE_GAS_BALIGN_AND_P2ALIGN): Move to ...Maxim Kuvyrkov1-0/+7
2009-05-18M68K TLS support.Maxim Kuvyrkov1-1/+5
2009-05-14tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc...Paolo Bonzini1-8/+0
2009-05-13t-uclinux (M68K_MLIB_CPU): Check for FL_UCLINUX.Nathan Sidwell1-0/+1
2009-05-12Merge cond-optab branch.Paolo Bonzini1-1/+0
2009-05-04tm.texi (LEGITIMIZE_ADDRESS): Revise documentation.Paolo Bonzini1-48/+1
2009-05-03defaults.h (FRAME_POINTER_REQUIRED): Provide default.Anatoly Sokolov1-2/+0
2009-04-22defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default.Paolo Bonzini1-5/+0
2008-11-19re PR target/36133 (GCC creates suboptimal ASM : Code includes unneeded TST i...Andrew Stubbs1-0/+8
2008-09-11* config/m68k/m68k.h (IRA_COVER_CLASSES): Define.Andreas Schwab1-0/+5
2008-06-29m68k.c (print_operand): Always print a float constant in hex.Andreas Schwab1-35/+1
2008-06-12m68k.c (m68k_tune_flags): New.Kazu Hirata1-0/+4
2008-06-04m68k.opt (mxgot): New option.Joseph Myers1-0/+6
2008-05-07Cleanup ColdFire scheduling support and add V4 pipeline model.Maxim Kuvyrkov1-0/+4
2008-04-22Support scheduling for ColdFire V1 and V3 microarchitecture.Maxim Kuvyrkov1-0/+1
2008-02-15re PR target/35088 (ICE: in def_cfa_1, at dwarf2out.c:804)Joseph Myers1-0/+2
2007-12-03re PR middle-end/33713 (can't find a register in class 'GENERAL_REGS' while r...Steven Bosscher1-3/+1
2007-11-06m68k.c (sched-int.h, [...]): New includes.Maxim Kuvyrkov1-0/+1
2007-10-17m68k.h (m68k_sched_cpu, [...]): Move declarations to ...Maxim Kuvyrkov1-7/+0
2007-10-10revert: longlong.h (count_leading_zeros): Replace '{' and '}' with '%{' and '...Kazu Hirata1-12/+11
2007-10-09m68k.c (print_operand): Handle '{' and '}'.Kazu Hirata1-1/+4
2007-10-07m68k.c, m68k.md: Use the assembly syntax for ASSEMBLER_DIALECT.Kazu Hirata1-11/+9
2007-09-18m68k-devices.def (51qe): New device.Maxim Kuvyrkov1-0/+6
2007-09-11predicates.md (movsi_const0_operand, [...]): New predicates.Maxim Kuvyrkov1-0/+24
2007-09-01m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove.Kazu Hirata1-2/+1
2007-08-28* gcc/config/m68k/linux.hNathan Sidwell1-0/+1
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton1-5/+4
2007-06-25m68k.h (DATA_REGNO_P, [...]): Use IN_RANGE.Roman Zippel1-13/+15
2007-06-17m68k.h (ISA_HAS_FF1, [...]): New.Nathan Sidwell1-0/+4
2007-05-22linux.h (ASM_SPEC): Add asm_pcrel_spec.Nathan Sidwell1-1/+5
2007-05-14m68k-protos.h: Rename m68k_interrupt_function_p to m68k_get_function_kind.Kazu Hirata1-2/+11
2007-05-01constraints.md: New.Kazu Hirata1-68/+0
2007-04-16m68k.h (LONG_DOUBLE_TYPE_SIZE): Change to 64 on TARGET_FIDOA.Kazu Hirata1-3/+5
2007-04-16m68k.h (FRAME_POINTER_REGNUM): Use A6_REG instead.Kazu Hirata1-2/+2
2007-04-15linux.h (FUNCTION_VALUE_REGNO_P): Use macros for register numbers more.Kazu Hirata1-7/+7
2007-04-15m68k.h (PREFERRED_STACK_BOUNDARY): Prefer 32-bit alignment on fido.Kazu Hirata1-2/+3
2007-04-14config.gcc: Recognize fido.Kazu Hirata1-0/+5
2007-03-06m68k.h (PIC_OFFSET_TABLE_REGNUM): Use the REGNO of pic_offset_table_rtx if re...Richard Sandiford1-4/+6
2007-03-06re PR target/28181 (ICE in reload_cse_simplify_operands, at postreload.c:393 ...Richard Sandiford1-32/+5
2007-03-06200x-xx-xx Kazu Hirata <kazu@codesourcery.com> Richard Sandiford <richard@cod...Kazu Hirata1-1/+6
2007-03-06re PR target/23482 ([ColdFire] ICE in in final_scan_insn)Richard Sandiford1-141/+15
2007-03-01Makefile.in (rtlanal.o): Depend on tree.h.Richard Sandiford1-5/+13
2007-02-05tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Do not require DWARF_FRAME_RETURN_CO...Richard Sandiford1-1/+9
2007-02-04bitops.md, [...]: Follow spelling conventions.Kazu Hirata1-2/+2
2007-01-22* config/m68k/m68k.h: Fix comment.Andreas Schwab1-2/+2
2007-01-19m68k.h (PREFERRED_STACK_BOUNDARY): Define to 32 for ColdFire targets.Richard Sandiford1-0/+2
2007-01-19200x-xx-xx Nathan Sidwell <nathan@codesourcery.com> Richard Sandiford <richar...Nathan Sidwell1-2/+4
2007-01-19m68k.h (EXTRA_CONSTRAINT): Stop the 'T' constraint from accepting 's' constra...Richard Sandiford1-1/+1