aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-27libgcc2.c: Change all conditionals testing LIBGCC2_LONG_DOUBLE_TYPE_SIZE == 9...Zack Weinberg3-4/+4
2004-07-24m68k.c (output_scc_di): Fix coding style.Roman Zippel4-85/+54
2004-07-15m68k.c (output_move_qimode): Abort on an attempt to generate code which is ge...Roman Zippel2-25/+2
2004-06-25m68k.h: Restore valid comment removed by mistake with the recent m68k comment...Bernardo Innocenti1-0/+4
2004-06-17re PR target/13292 (-msoft-float seems to corrupt builtin defines)Bernardo Innocenti2-3/+3
2004-06-16m68k.md (movsi_cfv4): New pattern to allow mov3q.Peter Barada3-25/+126
2004-06-05m68k.h: Remove comments copied over from tm.texi.Bernardo Innocenti1-539/+99
2004-06-01m68k.c (m68k_output_mi_thunk): For ColdFire, use %d0 as a scratch to perform ...Peter Barada1-0/+17
2004-06-01re PR target/14018 (m68k backend: -malign-loops/-malign-jumps broken)Bernardo Innocenti2-74/+4
2004-05-29Fix typo in previous patch.Bernardo Innocenti1-1/+1
2004-05-29m68k.c (CONST_METHOD): Add MVZ, MVS.Peter Barada1-1/+17
2004-05-29m68k.h (EXTRA_CONSTRAINT): add 'U' for register offset addressing.Peter Barada2-8/+15
2004-05-21system.h: Poison NO_RECURSIVE_FUNCTION_CSE.Ian Lance Taylor1-3/+0
2004-03-16config.gcc, linux.h: Implement with-cpu for m68k-linux.Richard Zidlicky1-1/+7
2004-03-16m68k.md: Fix constraints for bitfield instructions.Richard Zidlicky1-24/+24
2004-03-09re PR bootstrap/12371 ([m68k-linux] bootstrap error in make compare)Roman Zippel2-7/+34
2004-02-17* config/m68k/m68k.c: Remove obsolete support for HPUX_ASM.Gunther Nikl1-36/+2
2004-02-16t-slibgcc-elf-ver: Define SHLIB_NAME and SHLIB_SONAME in terms of SHLIB_SOVER...Matthias Klose1-0/+3
2004-02-15m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for '%#'.Bernardo Innocenti1-2/+5
2004-02-09m68k.c, m68k.md (SGS, [...]): Remove code to support SGS assembler.Bernardo Innocenti6-460/+176
2004-02-09m68k.h (REGISTER_NAMES): Prefix each name with REGISTER_PREFIX.Bernardo Innocenti1-3/+20
2004-02-09m68k.h (REGISTER_NAMES): Prefix each name with REGISTER_PREFIX.Andreas Schwab6-106/+60
2004-02-06tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra1-1/+1
2004-02-04darwin.c, [...]: Fix comment formatting.Kazu Hirata2-5/+5
2004-02-04config.gcc: Remove obsolete ports and configurations.Kazu Hirata7-1328/+0
2004-02-01arm.c, [...]: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata1-2/+2
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+2
2004-01-29m68k.c (TARGET_PROMOTE_PROTOTYPES): New.Kazu Hirata5-15/+30
2004-01-15re PR bootstrap/13562 (bootstrap failure on m68k-linux)Andreas Schwab1-1/+4
2004-01-13netbsd-elf.h (REGISTER_NAMES): Add missing "argptr" pseudo-register.Bernardo Innocenti1-1/+1
2004-01-12m68k.md: Switch from the "*..." syntax to the brace-enclosed syntax in all C ...Bernardo Innocenti1-1146/+962
2004-01-12re PR target/12148 (longstanding m68k libgcc.a bug when using ` -mshort')Markus F.X.J. Oberhumer1-20/+20
2004-01-05m68k.c (output_andsi3): Fix signed/unsigned comparison warning.Bernardo Innocenti1-1/+1
2003-12-27uclinux.h (LIB_SPEC): Add elf2flt magic required for correct linking of execu...Bernardo Innocenti1-1/+1
2003-12-13vxlib.c: Fix comment typos.Kazu Hirata1-1/+1
2003-11-30m68k.c (MOTOROLA): Move from here...Gunther Nikl3-469/+250
2003-11-30config.gcc (m68020-*-elf*, [...]): Add tm_defines containing MOTOROLA and USE...Gunther Nikl3-14/+0
2003-11-29gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New.Kaveh R. Ghazi2-5/+3
2003-11-14m68k.c: Use C statements instead of #ifdef's when testing for MOTOROLA versus...Bernardo Innocenti1-600/+390
2003-10-29m68k.c (notice_update_cc): Clear cc status for shifts and rotates.Richard Henderson1-4/+9
2003-10-26m68k.c (m68k_compute_frame_layout): Ensure FPU related frame information is a...Gunther Nikl1-24/+20
2003-10-26m68k.c (m68k_compute_frame_layout): Swap reg_mask and reg_rev_mask computation.Gunther Nikl1-7/+7
2003-10-26m68k.c (m68k_output_function_prologue): Eliminate num_saved_regs, use current...Bernardo Innocenti1-6/+3
2003-10-26m68k.c (m68k_output_function_prologue): Move front comment from here to...Gunther Nikl1-17/+14
2003-10-22re PR target/12676 (m68k.c: LP64 bug)Andreas Schwab1-1/+1