aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68k.c
AgeCommit message (Expand)AuthorFilesLines
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-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 Zippel1-0/+12
2004-07-24m68k.c (output_scc_di): Fix coding style.Roman Zippel1-6/+6
2004-07-15m68k.c (output_move_qimode): Abort on an attempt to generate code which is ge...Roman Zippel1-20/+2
2004-06-16m68k.md (movsi_cfv4): New pattern to allow mov3q.Peter Barada1-8/+37
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 Innocenti1-53/+0
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-03-09re PR bootstrap/12371 ([m68k-linux] bootstrap error in make compare)Roman Zippel1-0/+12
2004-02-17* config/m68k/m68k.c: Remove obsolete support for HPUX_ASM.Gunther Nikl1-36/+2
2004-02-09m68k.c, m68k.md (SGS, [...]): Remove code to support SGS assembler.Bernardo Innocenti1-115/+49
2004-02-09m68k.h (REGISTER_NAMES): Prefix each name with REGISTER_PREFIX.Andreas Schwab1-58/+57
2004-02-04darwin.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-01-29m68k.c (TARGET_PROMOTE_PROTOTYPES): New.Kazu Hirata1-1/+18
2004-01-15re PR bootstrap/13562 (bootstrap failure on m68k-linux)Andreas Schwab1-1/+4
2004-01-05m68k.c (output_andsi3): Fix signed/unsigned comparison warning.Bernardo Innocenti1-1/+1
2003-11-30m68k.c (MOTOROLA): Move from here...Gunther Nikl1-11/+0
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
2003-10-21m68k.c (m68k_output_function_prologue): Remove obsolete comments.Gunther Nikl1-4/+0
2003-10-18m68k.c (m68k_output_function_epilogue): Add missing argument to asm_fprintf s...Gunther Nikl1-1/+2
2003-10-13Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg1-3/+0
2003-10-11lb1sf68.asm: Follow spelling conventions.Kazu Hirata1-5/+5
2003-10-11* config/m68k/m68k.c: Fix comment typos.Kazu Hirata1-3/+3
2003-10-11m68k-protos.h (use_return_insn): Change return type from int to bool.Bernardo Innocenti1-181/+150
2003-10-11m68k.c (m68k_frame): Move before protos referencing it.Peter Barada1-36/+110
2003-10-11lb1sf68.asm: Add __PIC__ and __ID_SHARED_LIBRARY__ support.Bernardo Innocenti1-10/+93
2003-10-06real.h (REAL_MODE_FORMAT): New macro.Zack Weinberg1-1/+1
2003-09-27GNU CC -> GCCKelley Cook1-4/+4
2003-09-09coff.h (REGISTER_NAMES): Add fake register `argptr'Bernardo Innocenti1-78/+236
2003-09-09m68k.c (m68k_output_function_prologue): Simplify by removing redundant variab...Bernardo Innocenti1-25/+13
2003-09-04m68k.c (m68k_coff_asm_named_section): Restore deleted function.Bernardo Innocenti1-0/+22
2003-08-22m68k.c (m68k_coff_asm_named_section): remove unused function.Bernardo Innocenti1-33/+0
2003-08-22m68k-protos.h: Convert to ISO C90.Bernardo Innocenti1-160/+83
2003-08-21m68k.c (m68k_rtx_costs): Adjust mul/div costs for ColdFire cores.Bernardo Innocenti1-6/+13
2003-08-21m68k-none.h: Introduce new ColdFire archs.Peter Barada1-17/+17
2003-08-21m68k.c: Strip away code depending on NO_ADDSUB_Q definition.Bernardo Innocenti1-14/+2
2003-08-21m68k.md (anonymous define_insn): remove obsolete code selected by FSGLMUL_USE...Gunther Nikl1-6/+0
2003-08-21m68k.c (output_move_const_into_data_reg, [...]): unify MOTOROLA/MIT handling ...Gunther Nikl1-28/+0
2003-08-21m68k.c (m68k_output_function_prologue): use %U in label nameGunther Nikl1-5/+4
2003-08-20m68k.c (m68k_output_mi_thunk): delete obsolete code depending on MOTOROLA_BSRGunther Nikl1-4/+0