aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/h8300/h8300.h
AgeCommit message (Expand)AuthorFilesLines
2004-12-08re PR middle-end/17982 (stop calling assemble_external before final assembly ...Zack Weinberg1-2/+0
2004-07-08Introduce H8SX support.Alexandre Oliva1-16/+161
2004-07-05c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers1-6/+0
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-2/+2
2004-06-28re PR target/14041 (H8300-elf unaligned word/longword access of zero initiali...Dhananjay Deshpande1-0/+3
2004-03-07defaults.h (LEGITIMIZE_ADDRESS): Provide a default definition.Kazu Hirata1-17/+0
2004-02-19arc.h, [...]: Remove commented-out or useless definitions of CASE_VECTOR_PC_R...Kazu Hirata1-6/+0
2004-02-18h8300-protos.h: Add prototypes for h8300_hard_regno_nregs and h8300_hard_regn...Kazu Hirata1-22/+4
2004-02-17h8300.h (FIXED_REGISTERS): Add the soft frame pointer.Kazu Hirata1-8/+11
2004-02-07config.gcc: Don't mention MAX_LONG_TYPE_SIZE.Kazu Hirata1-1/+0
2004-02-06tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra1-1/+1
2004-02-05h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace 8 with MAC_REG.Kazu Hirata1-1/+1
2004-01-28h8300.c (WORD_REG_USED): Use HARD_FRAME_POINTER_REGNUM instead of FRAME_POINT...Kazu Hirata1-8/+12
2004-01-24h8300-protos.h: Provide prototypes for h8300_legitimate_constant_p and h8300_...Kazu Hirata1-26/+18
2004-01-24h8300.h (REG_OK_FOR_INDEX_NONSTRICT_P): New.Kazu Hirata1-12/+14
2004-01-22h8300.h (REG_OK_FOR_INDEX_P_STRICT): Remove.Kazu Hirata1-4/+0
2004-01-21coff.h: Update copyright.Kazu Hirata1-1/+1
2004-01-15coff.h: Replace Hitachi with Renesas.Kazu Hirata1-2/+2
2004-01-15h8300.c (h8300_return_in_memory): New.Kazu Hirata1-10/+0
2003-12-04h8300.c (push): Call gen_push_h8300hs_advanced instead of gen_push_h8300hs.Kazu Hirata1-1/+1
2003-11-30* config/h8300/h8300.h (LIBCALL_VALUE): Use R0_REG.Kazu Hirata1-1/+1
2003-11-30* config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.Kazu Hirata1-3/+1
2003-11-27h8300.h (FUNCTION_VALUE): Use R0_REG.Kazu Hirata1-2/+2
2003-11-27* config/h8300/h8300.h (ELIMINABLE_REGS): Update a coment.Kazu Hirata1-4/+6
2003-11-15h8300.h (DO_GLOBAL_CTORS_BODY): Fix warnings.Kazu Hirata1-8/+6
2003-10-12h8300.c (WORD_REG_USED): Use SP_REG instead of a literal.Kazu Hirata1-2/+3
2003-10-02target.h (init_libfuncs): New hook.Zack Weinberg1-24/+0
2003-09-05h8300-protos.h: Declare h8300_hard_regno_rename_okNitin Yewale1-0/+6
2003-08-21Makefile.in (INCLUDES): Remove -I$(srcdir)/config.Zack Weinberg1-34/+2
2003-07-02h8300.c (compute_mov_length): Fix the length of loading CONST0_RTX (SFmode).Kazu Hirata1-1/+1
2003-06-30h8300.h (LEGITIMATE_CONSTANT_P): Make it always 1.Kazu Hirata1-1/+1
2003-06-26h8300-protos.h: Change emit_a_rotate to output_a_rotate.Kazu Hirata1-3/+0
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg1-4/+0
2003-06-17h8300-protos.h: Update to ISO C.Kazu Hirata1-1/+1
2003-06-11h8300.h (RETURN_IN_MEMORY): Accept DImode if !TARGET_H8300.Kazu Hirata1-2/+3
2003-06-11h8300.c (final_prescan_insn): Don't dump rtl.Kazu Hirata1-6/+0
2003-06-08h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.Kazu Hirata1-1/+1
2003-06-07config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg1-2/+0
2003-06-04alpha.c (print_operand_address): Fix format specifier warnings.Kaveh R. Ghazi1-2/+2
2003-05-30crti.asm: Use .h8300hn and .h8300sn for normal mode.Dhananjay Deshpande1-1/+1
2003-05-12Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka1-2/+2
2003-04-17h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.Richard Henderson1-5/+0
2003-04-03h8300-protos.h: Add a prototype for gtle_operator.Kazu Hirata1-0/+1
2003-03-02h8300-protos.h: Add a prototype for iorxor_operator.Kazu Hirata1-1/+2
2003-02-19h8300-protos.h: Update the prototype for split_adds_subs.Kazu Hirata1-2/+0
2003-02-11h8300-protos.h: Add a prototype for gtuleu_operator.Kazu Hirata1-1/+2
2003-02-08clzsi2.c: Replace "GNU CC" with "GCC".Kazu Hirata1-5/+5
2003-01-29h8300.h (PREDICATE_CODES): Add entries for general_operand_src and general_op...Kazu Hirata1-19/+23
2003-01-27Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson1-31/+0
2003-01-09* config/h8300/h8300.h (PREDICATE_CODES): New.Kazu Hirata1-0/+23