aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh
AgeCommit message (Expand)AuthorFilesLines
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-1/+1
2003-06-26coff.h: Don't include dbxcoff.h.Nathanael Nerode1-4/+0
2003-06-26sh.md (push_fpscr): Enable for TARGET_SH2E.Dhananjay Deshpande1-3/+3
2003-06-25sh.c (sh_register_move_cost): Add case for moving between MAC_REGS.Dhananjay Deshpande1-0/+3
2003-06-24Back out these patches:J"orn Rennecke2-43/+118
2003-06-20* sh.h (ROUND_TYPE_ALIGN): Remove.J"orn Rennecke1-8/+2
2003-06-20hooks.c (hook_int_void_no_regs): Rename from hook_reg_class_void_no_regs; cha...Richard Henderson1-2/+2
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg4-36/+41
2003-06-18bt-load.c: New file.Stephen Clarke2-28/+179
2003-06-17coff.h: Replace Hitachi with Renesas.Kazu Hirata8-17/+17
2003-06-17sh.h (ROUND_TYPE_ALIGN, [...]): Complex modes are aligned like integral modes.J"orn Rennecke2-35/+62
2003-06-17sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64 behaviour.J"orn Rennecke1-1/+1
2003-06-17dbxout.c (dbxout_source_line_counter): New global variable.Eric Botcazou1-5/+3
2003-06-16fix typo in last patchJoern Rennecke1-1/+1
2003-06-16sh.h (REG_CLASS_FROM_LETTER): Change to: (REG_CLASS_FROM_CONSTRAINT).J"orn Rennecke3-235/+356
2003-06-16sh.c (prepare_move_operand): Check if operand 0 is an invalid memory reference.J"orn Rennecke2-2/+16
2003-06-15t-rs6000: Add dependence of cfglayout.h to rs6000.o.Andrew Pinski1-0/+1
2003-06-15alpha.c (alpha_output_mi_thunk_osf): Call insn_locators_initialize.Richard Henderson1-2/+3
2003-06-14rtl.h (STORE_FLAG_VALUE): Remove default definition from here.Roger Sayle1-5/+0
2003-06-13linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END to file_end_indicate_e...Kaz Kojima1-0/+2
2003-06-12sh.md (adddi3_compact, [...]): Add earlyclobber constraint modifier for opera...J"orn Rennecke1-2/+2
2003-06-11Kaos support from Uwe StieberUwe Stieber1-0/+24
2003-06-11sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without brackets.Kaz Kojima1-1/+1
2003-06-10sh-protos.h (function_symbol): Declare.J"orn Rennecke4-48/+47
2003-06-10* sh.c (sh_output_mi_thunk): Call insn_locators_initialize.J"orn Rennecke1-0/+1
2003-06-09* sh.c (gen_block_redirect): Use locators.J"orn Rennecke1-1/+1
2003-06-06sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode of the generate...J"orn Rennecke1-4/+4
2003-06-06linux.h (STARTFILE_SPEC): Handle -pie.Kaz Kojima1-5/+12
2003-06-03configure.in (inhibit_libc): Don't define when configuring with --with-newlib...J"orn Rennecke1-9/+0
2003-06-02sh.h (OLD_ARG_MODE): New macro.J"orn Rennecke1-17/+29
2003-05-22sh.h (TARGET_SWITCHES): Display all the target switches when --target-help op...Rekha Bhintade1-20/+20
2003-05-20sh.c (sh_register_move_cost): Add clase for moving between FP registers and M...J"orn Rennecke1-0/+4
2003-05-18c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.Neil Booth4-9/+0
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford4-12/+12
2003-05-12Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka1-3/+3
2003-05-10except.c (EH_RETURN_STACKADJ_RTX): Do not define.Ulrich Weigand1-4/+2
2003-05-09expr.c (move_block_from_reg): Remove "size" parm.Alan Modra1-3/+3
2003-05-08sh.c (gen_block_redirect, [...]): Use CODE_FOR_jump_compact instead of CODE_F...J"orn Rennecke1-3/+3
2003-04-17sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.Richard Henderson3-188/+17
2003-04-15re PR target/9594 ([sh4-elf] Assembler complains pcrel too far.)J"orn Rennecke1-1/+2
2003-04-08sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD, this is FP_MODE_DO...J"orn Rennecke2-12/+43
2003-04-08sh.c (push_regs, [...]): Return int.J"orn Rennecke1-37/+35
2003-04-04sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of (NORMAL_MODE).J"orn Rennecke2-3/+5
2003-04-03sh.c (sh_function_ok_for_sibcall): Return 0 if the current function is an int...J"orn Rennecke1-1/+2
2003-04-03* Avoid clash of temp register for restoring target registersJ"orn Rennecke1-4/+10
2003-03-12c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for LP64 targets.Andreas Jaeger1-3/+1
2003-03-12sh.c: Include basic-block.h.J"orn Rennecke1-0/+192
2003-03-11* sh.md (reload_inqi): Fix mode for source in second set.J"orn Rennecke1-1/+1
2003-03-08rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of CPP_PREDEFINES.Neil Booth2-6/+9
2003-03-07Fix for proprietary testcase that fails at -m5-compact...James E Wilson1-2/+2