aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68hc11
AgeCommit message (Expand)AuthorFilesLines
2003-09-15expr.h (DEFAULT_FUNCTION_ARG_PADDING): New.Kazu Hirata1-8/+2
2003-09-03targhooks.c: New file.DJ Delorie1-1/+1
2003-07-08m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define as .file/.loc directives ...Stephane Carrez1-0/+8
2003-07-06h8300.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-03m32r.c: Fix comment typos.Kazu Hirata2-3/+3
2003-07-01combine.c (distribute_notes): Don't bother REG_WAS_0.Kazu Hirata1-41/+0
2003-06-28gcse.c (compute_ld_motion_mems): Use INSN_P instead of its definition.Kazu Hirata1-3/+3
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg3-68/+10
2003-06-16m68hc11.c (m68hc11_rtx_costs): Remove unreachable code.Kazu Hirata1-3/+0
2003-06-15frv.h: Remove declaration of g_switch_value.Neil Booth1-2/+0
2003-06-10Makefile.in, [...]: Replace "build_canonical" with build, "host_canonical" wi...Nathanael Nerode1-1/+1
2003-05-22m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.Kaveh R. Ghazi1-4/+4
2003-05-17c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth1-3/+0
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford3-15/+16
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg1-5/+3
2003-04-17toplev.c (target_options): Add value field.DJ Delorie1-2/+2
2003-04-12* config/m68hc11/m68hc11-protos.hStephane Carrez3-0/+16
2003-04-12m68hc11.md ("decrement_and_branch_until_zero"): New pattern for dbcc/ibcc gen...Stephane Carrez1-0/+260
2003-04-12m68hc11.md ("bitcmpqi" split): No need to test the mode of operand 0.Stephane Carrez1-11/+21
2003-04-12m68hc11.md (SOFT_Z_REGNUM): New constant.Stephane Carrez1-10/+11
2003-04-12m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option; recognize -mnorelax.Stephane Carrez1-2/+7
2003-04-12larith.asm (memcpy): Use ARG macro to access stack parameters so that offsets...Stephane Carrez1-20/+20
2003-03-31* config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.Stephane Carrez1-1/+4
2003-03-31m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0 notes as they are boggus.Stephane Carrez1-4/+8
2003-03-31m68hc11.c (expand_prologue): For an interrupt handler save the soft registers...Stephane Carrez1-9/+9
2003-03-24t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and _return_farStephane Carrez5-84/+216
2003-03-22* config/m68hc11/m68hc11.md ("call_value"): Fix trap check.Stephane Carrez1-1/+1
2003-03-22m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in writing .interrupt command.Stephane Carrez4-11/+83
2003-03-16m68hc11.c (print_operand): Handle 'b' modifier for D register to specify the ...Stephane Carrez1-4/+57
2003-03-10m68hc11.h (HARD_REGNO_RENAME_OK): Define.Stephane Carrez3-0/+24
2003-03-10m68hc11.md ("*addhi3_68hc12"): Accept any constant when adding to X and Y sin...Stephane Carrez2-6/+30
2003-03-10m68hc11.c (m68hc11_gen_rotate): Set carry before each 16-bit rotation.Stephane Carrez1-13/+11
2003-03-09frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.Neil Booth1-1/+6
2003-03-05m68hc11.h (PAD_VARARGS_DOWN): Define and return according to va_arg type.Stephane Carrez3-51/+4
2003-03-02m68hc11.c (m68hc11_override_options): Don't enable min/max instructions by de...Stephane Carrez1-1/+1
2003-03-02m68hc11.md ("mulqi3"): Allow address register to avoid reload problems; defin...Stephane Carrez1-3/+28
2003-03-02m68hc11.c (m68hc11_shift_operator): New function.Stephane Carrez6-30/+169
2003-01-28target.h (targetm.address_cost): New.Richard Henderson3-8/+4
2003-01-27Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson3-56/+65
2003-01-25* config/m68hc11/m68hc11.md: Fix a comment typo.Kazu Hirata1-1/+1
2003-01-19m68hc11.c (stack_push_word, [...]): Declare static and GTY().Stephane Carrez3-21/+14
2003-01-16m68hc11.c (m68hc11_check_z_replacement): Fix handling 68HC12 pre/post inc/dec...Stephane Carrez1-2/+14
2003-01-16* config/m68hc11/m68hc11.h (MASK_M6812): Define.Stephane Carrez1-0/+1
2003-01-16m68hc11.c (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68...Stephane Carrez1-3/+3
2003-01-15m68hc11.h (ASM_SPEC): Handle -m68hcs12...Stephane Carrez3-16/+41
2003-01-15m68hc11.md ("return"): Use emit_jump_insn to emit the return code.Stephane Carrez1-8/+8
2002-12-20c-pretty-print.h: Fix comment typos.Kazu Hirata4-5/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg3-31/+24
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-3/+2
2002-09-16* m68hc11.md (addhi_sp): Fix uninitialized variable bug.Kaveh R. Ghazi1-1/+1