summaryrefslogtreecommitdiff
path: root/gcc/config/m68hc11
Commit message (Expand)AuthorAgeFilesLines
* m68hc11.c (m68hc11_rtx_costs): Remove unreachable code.Kazu Hirata2003-06-161-3/+0
* frv.h: Remove declaration of g_switch_value.Neil Booth2003-06-151-2/+0
* Makefile.in, [...]: Replace "build_canonical" with build, "host_canonical" wi...Nathanael Nerode2003-06-101-1/+1
* m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.Kaveh R. Ghazi2003-05-221-4/+4
* c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth2003-05-171-3/+0
* target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford2003-05-143-15/+16
* target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg2003-04-201-5/+3
* toplev.c (target_options): Add value field.DJ Delorie2003-04-171-2/+2
* * config/m68hc11/m68hc11-protos.hStephane Carrez2003-04-123-0/+16
* m68hc11.md ("decrement_and_branch_until_zero"): New pattern for dbcc/ibcc gen...Stephane Carrez2003-04-121-0/+260
* m68hc11.md ("bitcmpqi" split): No need to test the mode of operand 0.Stephane Carrez2003-04-121-11/+21
* m68hc11.md (SOFT_Z_REGNUM): New constant.Stephane Carrez2003-04-121-10/+11
* m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option; recognize -mnorelax.Stephane Carrez2003-04-121-2/+7
* larith.asm (memcpy): Use ARG macro to access stack parameters so that offsets...Stephane Carrez2003-04-121-20/+20
* * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.Stephane Carrez2003-03-311-1/+4
* m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0 notes as they are boggus.Stephane Carrez2003-03-311-4/+8
* m68hc11.c (expand_prologue): For an interrupt handler save the soft registers...Stephane Carrez2003-03-311-9/+9
* t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and _return_farStephane Carrez2003-03-245-84/+216
* * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.Stephane Carrez2003-03-221-1/+1
* m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in writing .interrupt command.Stephane Carrez2003-03-224-11/+83
* m68hc11.c (print_operand): Handle 'b' modifier for D register to specify the ...Stephane Carrez2003-03-161-4/+57
* m68hc11.h (HARD_REGNO_RENAME_OK): Define.Stephane Carrez2003-03-103-0/+24
* m68hc11.md ("*addhi3_68hc12"): Accept any constant when adding to X and Y sin...Stephane Carrez2003-03-102-6/+30
* m68hc11.c (m68hc11_gen_rotate): Set carry before each 16-bit rotation.Stephane Carrez2003-03-101-13/+11
* frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.Neil Booth2003-03-091-1/+6
* m68hc11.h (PAD_VARARGS_DOWN): Define and return according to va_arg type.Stephane Carrez2003-03-053-51/+4
* m68hc11.c (m68hc11_override_options): Don't enable min/max instructions by de...Stephane Carrez2003-03-021-1/+1
* m68hc11.md ("mulqi3"): Allow address register to avoid reload problems; defin...Stephane Carrez2003-03-021-3/+28
* m68hc11.c (m68hc11_shift_operator): New function.Stephane Carrez2003-03-026-30/+169
* target.h (targetm.address_cost): New.Richard Henderson2003-01-283-8/+4
* Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson2003-01-273-56/+65
* * config/m68hc11/m68hc11.md: Fix a comment typo.Kazu Hirata2003-01-251-1/+1
* m68hc11.c (stack_push_word, [...]): Declare static and GTY().Stephane Carrez2003-01-193-21/+14
* m68hc11.c (m68hc11_check_z_replacement): Fix handling 68HC12 pre/post inc/dec...Stephane Carrez2003-01-161-2/+14
* * config/m68hc11/m68hc11.h (MASK_M6812): Define.Stephane Carrez2003-01-161-0/+1
* m68hc11.c (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68...Stephane Carrez2003-01-161-3/+3
* m68hc11.h (ASM_SPEC): Handle -m68hcs12...Stephane Carrez2003-01-153-16/+41
* m68hc11.md ("return"): Use emit_jump_insn to emit the return code.Stephane Carrez2003-01-151-8/+8
* c-pretty-print.h: Fix comment typos.Kazu Hirata2002-12-204-5/+5
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-163-31/+24
* real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2002-10-151-3/+2
* * m68hc11.md (addhi_sp): Fix uninitialized variable bug.Kaveh R. Ghazi2002-09-161-1/+1
* real.c, real.h: Rewrite from scratch.Richard Henderson2002-09-161-5/+0
* m68hc11.md ("movdi_internal"): Allow any offsetable memory operand when sourc...Stephane Carrez2002-09-141-4/+4
* real.c (ereal_to_decimal): Add digits parameter.Richard Henderson2002-09-041-1/+1
* arc.c (output_shift): Use stdio instead of asm_fprintf.Kaveh R. Ghazi2002-08-202-35/+35
* m68hc11.h (LINK_SPEC): Support -mrelax.Stephane Carrez2002-08-142-3/+3
* invoke.texi: Document -minmax for 68HC12.Stephane Carrez2002-08-143-6/+12
* t-m68hc11-gas (LIB1ASMFUNCS): Build __far_trampoline.Stephane Carrez2002-08-143-143/+186
* invoke.texi: Document -mlong-calls for 68HC12.Stephane Carrez2002-08-143-6/+74