aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k
AgeCommit message (Expand)AuthorFilesLines
2006-05-10re PR target/24949 (FAIL: gcc.c-torture/compile/20000403-2.c -O0)Kazu Hirata1-28/+28
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata2-3/+3
2006-02-18re PR target/24837 (move dynamic linker names out of LINK_SPEC and into new D...Joseph Myers1-1/+3
2006-02-08lb1sf68.asm (__divsf3, [...]): Return a correctly signed zero.Nathan Sidwell1-12/+12
2006-01-31* gcc/config/m68k/lb1sf68.asm: Use moveq to load small constants.Nathan Sidwell1-44/+44
2006-01-22m68k.md: Add Coldfire FPU support.Paul Brook10-870/+1072
2006-01-18config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory operands.Philippe De Muyter1-1/+1
2006-01-16m68k.c (output_move_const_into_data_reg): Output correct mnemonic for mvz and...Paul Brook1-2/+2
2006-01-04m68k.c (m68k_output_mi_thunk): Use jmp, not jsr.Paul Brook1-2/+2
2005-12-29m68k.h (RETURN_ADDR_RTX): Define.Paul Brook2-6/+13
2005-12-29lb1sf68.asm (__cmpdf2): Fix typo in immediate mask.Paul Brook1-22/+72
2005-12-29fpgnulib.c (__extendsfdf2): Handle negative zero.Paul Brook2-18/+35
2005-12-29m68k.c (m68k_output_pic_call): Don't use bsr.l for !TARGET_68020.Paul Brook3-6/+5
2005-12-19Fix previous mis-applied patch.Paul Brook1-10/+10
2005-12-17m68k.md (m68k_output_function_prologue): Always call dwarf2out_def_cfa.Paul Brook1-15/+17
2005-12-13fpgnulib.c (__unordsf2, [...]): New functions.Paul Brook1-0/+96
2005-11-28m68k.c (notice_update_cc): Use SET_DEST and SET_SRC instead of XEXP where app...Kazu Hirata1-7/+10
2005-11-27* config/m68k/m68k.c (notice_update_cc): Remove useless code.Kazu Hirata1-2/+0
2005-11-27m68k.c: Reindent and fix whitespace, remove redundant parens.Andreas Schwab1-508/+498
2005-11-23predicates.md (pcrel_address, [...]): Remove redundant conditionals.Kazu Hirata1-34/+10
2005-11-22re PR target/23435 (Unrecognizable insn (in extract_insn, at recog.c))Kazu Hirata1-1/+5
2005-11-22c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when flag_pic is ...Kaveh R. Ghazi2-8/+2
2005-09-28fpgnulib.c (__extendsfdf2, [...]): Handle denormals.Paul Brook1-3/+27
2005-09-18fpgnuib.c (__floatsidf): Don't rely on signed overflow.Paul Brook1-1/+1
2005-07-24m68k.md ("extendqidi2"): When source is an address register use a word move.Andreas Schwab1-2/+12
2005-07-12re PR target/16719 ([ColdFire] Illegal move of byte itno address register cau...Peter Barada4-9/+40
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-1/+1
2005-06-26defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek1-1/+1
2005-06-25Update FSF address.R. Kelley Cook21-42/+42
2005-06-01system.h (TARGET_OPTIONS, [...]): Poison.Richard Sandiford1-2/+2
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-1/+1
2005-04-29m68k.c (m68k_initial_elimination_offset): Use gcc_assert and gcc_unreachable ...Nathan Sidwell3-134/+87
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata3-3/+3
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-2/+2
2005-04-12config.gcc (m68k-*-linux*): Add m68k/ieee.opt to $extra_options.Richard Sandiford5-252/+284
2005-04-05m68k-protos.h: Add a prototype for valid_dbcc_comparison_p_2.Kazu Hirata5-183/+200
2005-03-02cfgloop.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-24m68k.c (m68k_save_reg): Also save A5 for non-leaf functions when -mid-shared-...Andrea Tarani1-3/+7
2005-02-07t-rtems (MULTILIB_MATCHES): Let m528x match m5200.Ralf Corsepius1-0/+1
2004-12-29target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson1-1/+0
2004-12-19m68kemb.h (TARGET_OS_CPP_BUILTINS): Remove redundant definition of mc68000, a...Bernardo Innocenti1-4/+3
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2-3/+3
2004-10-22m68k.h (HARD_REGNO_RENAME_OK): New macro.Peter Barada3-0/+25
2004-10-17elfos.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-09-18darwin-c.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell1-2/+3
2004-09-14m32r.md, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-03m68k.c (output_andsi3): Use -1 instead of (HOST_WIDE_INT)0xffffffff since CON...Andreas Schwab1-1/+1
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-1/+1
2004-08-06m68k.c (post_inc_operand,pre_dec_operand): New.Roman Zippel3-203/+144