summaryrefslogtreecommitdiff
path: root/gcc/config/sh
Commit message (Expand)AuthorAgeFilesLines
...
* sh.h (ASM_FILE_START): Likewise.Doug Evans1996-05-171-4/+7
* sh.c (output_option, [...]): Delete.Doug Evans1996-05-171-93/+1
* (SET_ASM_OP): Define.Jim Wilson1996-05-091-0/+1
* (gen_shifty_op): Truncate VALUE to avoid out of bounds array access.Jim Wilson1996-05-061-0/+3
* (lshrsi3): Change gen_ashlsi3_d to gen_lshrsi3_d.Jim Wilson1996-04-181-1/+1
* (HANDLE_PRAGMA): Expect/pass 2nd arg of NODE, not CH.Jim Wilson1996-04-171-1/+1
* (process_pragma): Take the IDENTIFIER_POINTER treeJim Wilson1996-04-171-27/+14
* (GIV_SORT_CRITERION): Define.Jim Wilson1996-04-041-0/+8
* calls.c (expand_call): Remove current_call_is_indirect nonsense.Jeff Law1996-03-291-1/+1
* (reg_unused_after): Return 0 if see a JUMP_INSN.Jim Wilson1996-03-081-2/+5
* (PASS_IN_REG_P): Change < to <=.Jim Wilson1996-03-071-1/+1
* (PASS_IN_REG_P): Fix typo in last change.Jim Wilson1996-03-061-1/+1
* (find_barrier): Set si_limit to 1018 instead of 1020, andJim Wilson1996-03-051-4/+8
* (JUMP_TABLES_IN_TEXT_SECTION): Define.Jim Wilson1996-03-051-0/+4
* (push_e, pop_e): Add TARGET_SH3E to condition.Jim Wilson1996-03-051-2/+2
* (PASS_IN_REG_P): Don't reject BLKmode for SH3e.Jim Wilson1996-03-041-2/+1
* (mulhisi3-2, mulhisi3-1, mulsidi3_i, umulsidi3_i,Jim Wilson1996-03-041-22/+54
* (machine_dependent_reorg): In TARGET_RELAX code...Jim Wilson1996-03-041-6/+16
* (FUNCTION_VALUE_REGNO_P, FUNCTION_ARG_REGNO_P): Include FP registers only whe...Jim Wilson1996-02-281-5/+7
* (HANDLE_PRAGMA): Delete `return'.Doug Evans1996-02-271-2/+2
* (CPP_SPEC): Add defines for -m1, -m2, and -m3.Jim Wilson1996-02-091-1/+5
* (HANDLE_PRAGMA): Change to expression with terminating character as result.Doug Evans1996-02-011-2/+2
* Clean up CONST_DOUBLE_OK_FOR_LETTER_P definition.Jim Wilson1996-01-181-3/+0
* (ctype.h): Delete.Jim Wilson1996-01-181-80/+154
* (CPP_SPEC, CONDITIONAL_REGISTER_USAGE, TARGET_SWITCHES,Jim Wilson1996-01-181-48/+177
* (MULTILIB_OPTIONS): Add SH3E support.Jim Wilson1996-01-181-2/+2
* (cpu, movsi_i, movsf_i, blt, bge, sle, sge): Add SH3E support.Jim Wilson1996-01-181-11/+296
* Use dbxcoff.hIan Lance Taylor1996-01-161-5/+1
* c-lex.c (check_newline): Pass character after `#pragma' to HANDLE_PRAGMA.Doug Evans1996-01-152-25/+29
* (gen_shifty_op): Output a NOP for a shift by 0.Jim Wilson1996-01-021-6/+49
* OVERRIDE_OPTIONS): Don't set optimize or flag_delayed_branch.Jim Wilson1996-01-021-10/+1
* (subsi3): Rename to subsi3_internal.Jim Wilson1995-12-091-1/+21
* (ADDRESS_COST): Define.Jim Wilson1995-12-091-0/+7
* (shiftcosts): For SH3, max cost of arithmetic right shift is 3.Jim Wilson1995-12-041-9/+21
* (from_compare): Get mode from operands instead of using SImode.Jim Wilson1995-11-301-2/+6
* (CONDITIONAL_REGISTER_USAGE): Correcting indentation.Jim Wilson1995-11-301-7/+7
* Minor changes to comments.Jim Wilson1995-11-301-2/+1
* (noncall_uses_reg): New function.Jim Wilson1995-11-301-4/+305
* (ASM_SPEC, LINK_SPEC): Pass on -mrelax.Jim Wilson1995-11-301-2/+8
* (insn-attr.h): Include.Jim Wilson1995-11-301-3/+19
* (FUNCTION_PROFILER): Use trap #33 instead of trap #5.Jim Wilson1995-11-301-2/+6
* (ashrsi3_d): Use %0 not %1 in output pattern.Jim Wilson1995-11-291-1/+1
* (MULTILIB_OPTIONS): Add m2.Richard Kenner1995-11-051-2/+3
* (mulsidi3-1, mulsidi3, umulsidi3-1, umulsidi3): Enable.Richard Kenner1995-11-051-15/+53
* (casesi_worker): Change constraint from = to +.Richard Kenner1995-11-041-1/+1
* (negdi2): Use TARGET_LITTLE_ENDIAN.Richard Kenner1995-10-261-4/+7
* (INIT_SECTION_ASM_OP): Delete.Richard Kenner1995-10-221-1/+3
* (prepare_scc_operands): New local variable mode.Richard Kenner1995-10-211-2/+7
* (reg_unused_after): Ifdef out code for handling labels.Richard Kenner1995-10-211-1/+8
* (define_delay): Don't accept any instruction for an annulled slot,Richard Kenner1995-10-211-1/+1