summaryrefslogtreecommitdiff
path: root/gcc/config/mn10300/mn10300.c
Commit message (Expand)AuthorAgeFilesLines
* * ChangeLog: Follow spelling conventions.kazu2002-09-151-1/+1
* * builtins.c (std_expand_builtin_va_start): Remove unusedzack2002-07-161-3/+2
* * ginclude/varargs.h: Replace with stub which issues #error.zack2002-07-161-16/+2
* * target.h (asm_out.byte_op, asm_out.aligned_op, asm_out.unaligned_op,rsandifo2001-12-171-0/+2
* * 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.ghazi2001-11-041-1/+1
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+1
* * alias.c (set_mem_alias_set): New function.kenner2001-07-111-2/+2
* * target.h (targetm): Rename global from "target", so as not toshebs2001-07-071-1/+1
* * explow.c (plus_constant_wide, case PLUS): Call find_constant_termkenner2001-07-031-1/+1
* * Makefile.in (TARGET_H, TARGET_DEF_H): New.neil2001-06-261-0/+6
* Update copyright noticeaoliva2001-04-141-1/+2
* 2001-04-03 Jakub Jelinek <jakub@redhat.com>amacleod2001-04-031-6/+3
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-1/+0
* 2000-12-05 Richard Sandiford <r.sandiford@redhat.com>law2000-12-061-8/+210
* fix secondary_reload typo from last patchaldyh2000-10-251-1/+1
* secondary_reload_class: treat pseudos like memoryaldyh2000-10-251-2/+8
* * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.aoliva2000-05-201-7/+13
* * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):aoliva2000-05-191-2/+2
* * config/mn10300/mn10300.c (print_operand): Print FP constants inaoliva2000-05-111-4/+4
* * config/mn10300/mn10300.c (print_operand_address): Do not addaoliva2000-05-011-6/+1
* * config/mn10300/mn10300.c (expand_epilogue): If SP is to beaoliva2000-05-011-25/+6
* * config/mn10300/mn10300.c (mn10300_address_cost): Testaoliva2000-04-271-0/+3
* * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.aoliva2000-04-211-0/+81
* typoaoliva2000-04-211-1/+1
* * mn10300-protos.h: New file.ghazi2000-01-141-15/+16
* * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.law1999-12-021-2/+52
* Replace recog_foo with recog_data.foo.rth1999-09-121-5/+5
* Merge in gcc2-ss-010999law1999-09-071-17/+15
* Fix more problems from GC diffscrux1999-08-241-1/+2
* * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_setrth1999-07-281-7/+60
* * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.rth1999-07-261-2/+1
* * mn10300.c (REG_SAVE_BYTES): Only reserve space for registerslaw1998-08-121-1/+4
* * mn10300.c, mn10300.h, mn10300.md: Remove "global zero register"law1998-08-121-167/+0
* * mn10300.c (count_tst_insns): New arg oreg_countp. Callers changed.law1998-07-161-9/+10
* * mn10300.h (REG_CLASS_FROM_LETTER): Map 'y' to SP_REGS.law1998-07-131-10/+21
* Merge from gcc-2.8law1997-12-071-1/+1
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-1/+1
* * mn10300.c (const_8bit_operand): New function.law1997-10-301-0/+36
* Another goof in last change.law1997-10-241-5/+9
* Fxi typo in last change.law1997-10-241-0/+1
* * mn10300.c (symbolic_operand, legitimize_address): New functions.law1997-10-241-0/+69
* * mn10300.c (print_operand): Handle 'S'.law1997-10-211-0/+12
* * mn10300.c (expand_epilogue): Rework to handle register restoreslaw1997-10-211-3/+17
* * mn10300.c (notice_update_cc): Use CC_SET_ZN and CC_SET_ZNV.law1997-05-061-6/+7
* * mn10300.c (secondary_reload_class): Handle more cases where welaw1997-04-231-9/+8
* * mn10300.c (expand_prologue): End the current sequence beforelaw1997-04-221-0/+8
* * mn10300.c (can_use_return_insn): Include outgoing argumentlaw1997-04-141-22/+43
* * mn10300.h (RETURN_ADDR_RTX): Define.law1997-04-081-6/+165
* * mn10300.c (can_use_return_insn): Add size of fixed stack spacelaw1997-04-031-6/+35
* * ginclude/stdarg.h: Include va-mn10300.h.law1997-04-021-4/+211