aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68k.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-19200x-xx-xx Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore1-0/+3
2007-01-19200x-xx-xx Richard Sandiford <richard@codesourcery.com> Julian Brown <julian@...Richard Sandiford1-2/+4
2007-01-18200x-xx-xx Kazu Hirata <kazu@codesourcery.com>Kazu Hirata1-6/+0
2007-01-18m68k-protos.h (m68k_output_pic_call): Delete.Richard Sandiford1-9/+11
2007-01-18200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>Nathan Sidwell1-7/+5
2007-01-18200x-xx-xx Kazu Hirata <kazu@codesourcery.com> Richard Sandiford <richard@cod...Kazu Hirata1-11/+31
2007-01-18200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>Nathan Sidwell1-4/+2
2007-01-18200x-xx-xx Richard Sandiford <richard@codesourcery.com> Nathan Sidwell <natha...Richard Sandiford1-6/+11
2007-01-18config.gcc (m68k-*-uclinux*): Add flat.h to $tm_file.Richard Sandiford1-1/+26
2007-01-18200x-xx-xx Julian Brown <julian@codesourcery.com> Richard Sandiford <richard@...Julian Brown1-1/+11
2007-01-12200x-xx-xx Nathan Sidwell <nathan@codesourcery.com> Richard Sandiford <richar...Nathan Sidwell1-2/+32
2007-01-12m68k.h (TARGET_CPU_CPP_BUILTINS): Treat all mc68* macros besides mc68000 as t...Richard Sandiford1-24/+38