OSDN Git Service

pf3gnuchains/gcc-fork.git
30 years ago(expand_expr, case VAR_DECL, SAVE_EXPR): Use promote_mode.
kenner [Mon, 18 Apr 1994 18:52:26 +0000 (18:52 +0000)]
(expand_expr, case VAR_DECL, SAVE_EXPR): Use promote_mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7069 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(assign_parms, promoted_input_arg, expand_function_start): Use promote_mode.
kenner [Mon, 18 Apr 1994 18:51:48 +0000 (18:51 +0000)]
(assign_parms, promoted_input_arg, expand_function_start): Use promote_mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7068 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_call): Use promote_mode.
kenner [Mon, 18 Apr 1994 18:50:53 +0000 (18:50 +0000)]
(expand_call): Use promote_mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7067 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(promote_mode): New function.
kenner [Mon, 18 Apr 1994 18:50:18 +0000 (18:50 +0000)]
(promote_mode): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7066 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(PROMOTE_MODE): Don't supply default here.
kenner [Mon, 18 Apr 1994 18:49:55 +0000 (18:49 +0000)]
(PROMOTE_MODE): Don't supply default here.
(promote_mode): Add declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7065 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(LIB2FUNCS): Change _op_vec_delete to _op_vec_del.
merrill [Mon, 18 Apr 1994 18:37:25 +0000 (18:37 +0000)]
(LIB2FUNCS): Change _op_vec_delete to _op_vec_del.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7064 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago * reorg.c (redirect_with_delay_list_safe_p): New function,
law [Mon, 18 Apr 1994 15:19:57 +0000 (15:19 +0000)]
    * reorg.c (redirect_with_delay_list_safe_p): New function,
        similar to redirect_with_delay_slots_safe_p.
        (fill_slots_from_thread): Do not redirect a jump if doing
        so would invalidate the delay list for the jump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7063 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago* scan-types.sh: Fix program's name in error message.
dje [Mon, 18 Apr 1994 07:09:17 +0000 (07:09 +0000)]
* scan-types.sh: Fix program's name in error message.
Rename dummy.c to avoid collisions in parallel makes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7062 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(processor_target_table): Change "all" to "common".
kenner [Sun, 17 Apr 1994 22:28:52 +0000 (22:28 +0000)]
(processor_target_table): Change "all" to "common".
Add "power" and "powerpc" generic processors.  Explicitly turn off new
mnemonics for all members of the POWER architecture family.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7061 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(PROCESSOR_COMMON, PROCESSOR_POWER, PROCESSOR_POWERPC): New macros.
kenner [Sun, 17 Apr 1994 22:28:28 +0000 (22:28 +0000)]
(PROCESSOR_COMMON, PROCESSOR_POWER, PROCESSOR_POWERPC): New macros.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7060 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(DECL_PRINT_NAME): Deleted.
kenner [Sun, 17 Apr 1994 14:04:11 +0000 (14:04 +0000)]
(DECL_PRINT_NAME): Deleted.
(struct tree_decl): Field print_name deleted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7059 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(vax_rtx_cost): Remove LSHIFT case.
kenner [Sun, 17 Apr 1994 10:59:54 +0000 (10:59 +0000)]
(vax_rtx_cost): Remove LSHIFT case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7058 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(RTX_COSTS): Remove LSHIFT case.
kenner [Sun, 17 Apr 1994 10:59:30 +0000 (10:59 +0000)]
(RTX_COSTS): Remove LSHIFT case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7057 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago * function.c (locate_and_pad_parm): For ARGS_GROW_DOWNWARD,
law [Sun, 17 Apr 1994 05:14:50 +0000 (05:14 +0000)]
    * function.c (locate_and_pad_parm): For ARGS_GROW_DOWNWARD,
        Round sizetree for both upward and downward padding, nuke
        the (now unnecessary) call to pad_below for arg_size_ptr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7056 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(one_cmplsi2): Always use nor instruction;
kenner [Sun, 17 Apr 1994 01:05:27 +0000 (01:05 +0000)]
(one_cmplsi2): Always use nor instruction;
remove extraneous minus sign from condition register set constraint.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7055 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd missing blank lines.
kenner [Sun, 17 Apr 1994 01:02:36 +0000 (01:02 +0000)]
Add missing blank lines.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7054 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd comment (and copyright notice).
kenner [Sat, 16 Apr 1994 23:19:06 +0000 (23:19 +0000)]
Add comment (and copyright notice).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7053 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(FUNCTION_ARG_PADDING, FUNCTION_PROLOGUE): Deleted.
kenner [Sat, 16 Apr 1994 23:17:54 +0000 (23:17 +0000)]
(FUNCTION_ARG_PADDING, FUNCTION_PROLOGUE): Deleted.
(FUNCTION_EPILOGUE, PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Deleted.
(SGS_SWITCH_TABLES, ASM_OUTPUT_CASE_END): Deleted.
(ASM_OUTPUT_FLOAT_OPERAND, ASM_OUTPUT_DOUBLE_OPERAND): Deleted.
(SGS_NO_LI, ASM_OUTPUT_CASE_FETCH, ASM_RETURN_CASE_JUMP): Defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7052 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(print_operand): 'x' and 'y' mode letters only if SUPPORT_SUN_FPA.
kenner [Sat, 16 Apr 1994 23:17:21 +0000 (23:17 +0000)]
(print_operand): 'x' and 'y' mode letters only if SUPPORT_SUN_FPA.
(print_operand_address): If (new) ASM_OUTPUT_CASE_FETCH defined, use it to
emit the address for the insn before a tablejump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7051 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(yylex): Turn off overflow flag when fixing up large traditional hex
kenner [Sat, 16 Apr 1994 21:04:03 +0000 (21:04 +0000)]
(yylex): Turn off overflow flag when fixing up large traditional hex
constants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7050 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(OBJC_O): Add encoding.o.
kenner [Sat, 16 Apr 1994 20:51:12 +0000 (20:51 +0000)]
(OBJC_O): Add encoding.o.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7049 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(finish_decl): If asmspec_tree, clear DECL_BUILT_IN for function and
kenner [Sat, 16 Apr 1994 20:38:20 +0000 (20:38 +0000)]
(finish_decl): If asmspec_tree, clear DECL_BUILT_IN for function and
DECL_RTL always.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7048 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago32nd Cygnus<->FSF merge
mrs [Fri, 15 Apr 1994 01:44:15 +0000 (01:44 +0000)]
32nd Cygnus<->FSF merge

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7047 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoDon't warn about unused static const variables.
bothner [Wed, 13 Apr 1994 20:10:21 +0000 (20:10 +0000)]
Don't warn about unused static const variables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7046 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago * varasm.c (contains_pointers_p): When examining a RECORD_TYPE,
merrill [Wed, 13 Apr 1994 19:27:49 +0000 (19:27 +0000)]
    * varasm.c (contains_pointers_p): When examining a RECORD_TYPE,
        only look at the FIELD_DECLs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7045 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoHack to get cp-errfn.c to compile without stdio.h
meissner [Wed, 13 Apr 1994 01:39:51 +0000 (01:39 +0000)]
Hack to get cp-errfn.c to compile without stdio.h

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7044 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago * libgcc2.c (__builtin_vec_{delete,new}): New functions per the
merrill [Wed, 13 Apr 1994 01:18:43 +0000 (01:18 +0000)]
    * libgcc2.c (__builtin_vec_{delete,new}): New functions per the
        latest C++ working paper.
        (__default_new_handler): No longer static.
        (__set_new_handler): Lose.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7043 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago * Makefile.in (LIB2FUNCS): Add _op_vec_{delete,new}.
merrill [Wed, 13 Apr 1994 01:18:34 +0000 (01:18 +0000)]
    * Makefile.in (LIB2FUNCS): Add _op_vec_{delete,new}.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7042 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago * cccp.c: Don't implicitly wrap LOCAL_INCLUDE_DIR.
merrill [Tue, 12 Apr 1994 23:42:36 +0000 (23:42 +0000)]
    * cccp.c: Don't implicitly wrap LOCAL_INCLUDE_DIR.
        (struct default_include): Add cxx_aware field.
        (include_defaults_array): Ditto.
        (main): Use cxx_aware field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7041 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(next): Fix typo in m68k-next-ns3 alternative.
rms [Tue, 12 Apr 1994 20:13:58 +0000 (20:13 +0000)]
(next): Fix typo in m68k-next-ns3 alternative.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7040 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoRemove LSHIFT case, since there is no LSHIFT tree code.
meissner [Tue, 12 Apr 1994 11:40:34 +0000 (11:40 +0000)]
Remove LSHIFT case, since there is no LSHIFT tree code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7039 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(reload): When accumulating needs, use nested structures to simplify
kenner [Mon, 11 Apr 1994 22:25:08 +0000 (22:25 +0000)]
(reload): When accumulating needs, use nested structures to simplify
and speed up the code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7038 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(compare define_split): Fix bugs in last addition.
kenner [Mon, 11 Apr 1994 22:20:53 +0000 (22:20 +0000)]
(compare define_split): Fix bugs in last addition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7037 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoFix line number counting.
bothner [Mon, 11 Apr 1994 21:26:48 +0000 (21:26 +0000)]
Fix line number counting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7036 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(try_merge_delay_insns): Account for resources set/used
wilson [Mon, 11 Apr 1994 17:48:47 +0000 (17:48 +0000)]
(try_merge_delay_insns): Account for resources set/used
by a filled insn before trying to simplify insns in delay slots.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7035 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(OLDCC): Change -XNh1500 to -XNh2000.
wilson [Mon, 11 Apr 1994 17:45:48 +0000 (17:45 +0000)]
(OLDCC): Change -XNh1500 to -XNh2000.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7034 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(finish_decl): Don't preserve initializer if it is error_mark_node.
wilson [Mon, 11 Apr 1994 17:42:41 +0000 (17:42 +0000)]
(finish_decl): Don't preserve initializer if it is error_mark_node.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7033 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(try_merge_delay_insns): Move next_trial update
wilson [Mon, 11 Apr 1994 17:38:25 +0000 (17:38 +0000)]
(try_merge_delay_insns): Move next_trial update
immediately after the try_split call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7032 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(mips_select_rtx_section, mips_select_section): New
wilson [Mon, 11 Apr 1994 17:36:16 +0000 (17:36 +0000)]
(mips_select_rtx_section, mips_select_section): New
functions.  Prefer rdata when TARGET_EMBEDDED_DATA, and prefer
sdata otherwise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7031 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(MASK_EMBEDDED_DATA, TARGET_EMBEDDED_DATA): New macros.
wilson [Mon, 11 Apr 1994 17:35:46 +0000 (17:35 +0000)]
(MASK_EMBEDDED_DATA, TARGET_EMBEDDED_DATA): New macros.
(TARGET_SWITCHED): Add new option -membedded-data.
(SELECT_RTX_SECTION, SELECT_SECTION): Call function in mips.c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7030 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(all.cross, rest.encap): Delete objc-runtime and
wilson [Mon, 11 Apr 1994 17:29:33 +0000 (17:29 +0000)]
(all.cross, rest.encap): Delete objc-runtime and
SYSCALLS.c.X.
(OBJC, OBJECTIVE-C): Add objc-runtime.
(proto): Add SYSCALLS.c.X.
(libgcc2.ready, libobjc.a, sublibobjc.a, SYSCALLS.c.X): Add
dependence on stmp-int-hdrs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7029 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(rescan): Don't look for C++ // comment before directive.
wilson [Mon, 11 Apr 1994 17:27:17 +0000 (17:27 +0000)]
(rescan): Don't look for C++ // comment before directive.
Handle \-newline inside a C++ // comment.
(skip_if_group): Likewise.
(handle_directive): Also handle C++ // comment after #.  Point
ip->bufp after the comment start before calling
skip_to_end_of_comment.
(validate_else): Handle \-newline inside a C++ // comment.
(skip_to_end_of_comment, macarg1, discard_comments): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7028 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(immed_double_const): Sign-extend constants when they
wilson [Mon, 11 Apr 1994 17:22:33 +0000 (17:22 +0000)]
(immed_double_const): Sign-extend constants when they
have the most significant bit set for the target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7027 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_call, emit_library_call{,_value}, store_one_arg): Use
kenner [Mon, 11 Apr 1994 10:43:58 +0000 (10:43 +0000)]
(expand_call, emit_library_call{,_value}, store_one_arg): Use
convert_modes instead of convert_to_mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7026 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(duplicate_decls, pushdecl, builtin_function): Use DECL_FUNCTION_CODE
kenner [Mon, 11 Apr 1994 10:20:41 +0000 (10:20 +0000)]
(duplicate_decls, pushdecl, builtin_function): Use DECL_FUNCTION_CODE
instead of DECL_SET_FUNCTION_CODE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7025 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(frame_size): Now a union.
kenner [Mon, 11 Apr 1994 10:19:56 +0000 (10:19 +0000)]
(frame_size): Now a union.
(DECL_ALIGN, DECL_FRAME_SIZE, DECL_FUNCTION_CODE): Access proper
field of frame_size union.
(DECL_SET_FUNCTION_CODE): Simplified; retained for compatibility.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7024 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(update_headers): Do not copy stStatic symbols that result from
kenner [Mon, 11 Apr 1994 09:50:10 +0000 (09:50 +0000)]
(update_headers): Do not copy stStatic symbols that result from
internal labels.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7023 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_shift): No longer reference lshl_optab.
kenner [Sun, 10 Apr 1994 12:04:35 +0000 (12:04 +0000)]
(expand_shift): No longer reference lshl_optab.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7022 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoNo longer reference lsl_optab.
kenner [Sun, 10 Apr 1994 12:04:14 +0000 (12:04 +0000)]
No longer reference lsl_optab.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7021 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoNo longer handle LSHIFT.
kenner [Sun, 10 Apr 1994 12:03:37 +0000 (12:03 +0000)]
No longer handle LSHIFT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7020 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(lshl_optab): Deleted.
kenner [Sun, 10 Apr 1994 12:03:05 +0000 (12:03 +0000)]
(lshl_optab): Deleted.
(expand_binop, init_optabs): No longer reference it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7019 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(lshl_optab): Deleted.
kenner [Sun, 10 Apr 1994 12:00:07 +0000 (12:00 +0000)]
(lshl_optab): Deleted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7018 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(LSHIFT): Deleted.
kenner [Sun, 10 Apr 1994 11:59:43 +0000 (11:59 +0000)]
(LSHIFT): Deleted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7017 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoRemove references to LSHIFT and lshlsi3.
kenner [Sun, 10 Apr 1994 11:13:16 +0000 (11:13 +0000)]
Remove references to LSHIFT and lshlsi3.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7016 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(movdf): Do not consider extended registers when doing define_split.
kenner [Sun, 10 Apr 1994 10:57:32 +0000 (10:57 +0000)]
(movdf): Do not consider extended registers when doing define_split.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7015 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago * pa-ghiux.h (LIB_SPEC): Remove last change until we've got the
law [Sun, 10 Apr 1994 08:50:04 +0000 (08:50 +0000)]
* pa-ghiux.h (LIB_SPEC): Remove last change until we've got the
go ahead from HP to distribute /usr/lib/end.o.
* pa-ghpux.h, pa-hiux.h, pa-ghiux.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7014 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(rs6000_convert_preincs): New function.
kenner [Sat, 9 Apr 1994 21:48:23 +0000 (21:48 +0000)]
(rs6000_convert_preincs): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7013 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(FINAL_PRESCAN_INSN): Define.
kenner [Sat, 9 Apr 1994 21:48:01 +0000 (21:48 +0000)]
(FINAL_PRESCAN_INSN): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7012 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(mulhi3): Use SImode for MULT RTL.
kenner [Sat, 9 Apr 1994 20:28:47 +0000 (20:28 +0000)]
(mulhi3): Use SImode for MULT RTL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7011 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(fold): Avoid exponential work when simplifying conditional
kenner [Sat, 9 Apr 1994 20:05:15 +0000 (20:05 +0000)]
(fold): Avoid exponential work when simplifying conditional
expressions; don't recurse twice if ARG1 is constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7010 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInitial revision
kenner [Sat, 9 Apr 1994 19:06:16 +0000 (19:06 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7009 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInclude <mach.h>, not <mach/mach.h> for NeXTStep 2.1.
kenner [Sat, 9 Apr 1994 19:02:49 +0000 (19:02 +0000)]
Include <mach.h>, not <mach/mach.h> for NeXTStep 2.1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7008 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd ns* as operating systems; default to ns2 for NeXT.
kenner [Sat, 9 Apr 1994 19:01:54 +0000 (19:01 +0000)]
Add ns* as operating systems; default to ns2 for NeXT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7007 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(force_to_mode, case ROTATE): Don't assume simplify_binary_operation always
kenner [Sat, 9 Apr 1994 14:55:42 +0000 (14:55 +0000)]
(force_to_mode, case ROTATE): Don't assume simplify_binary_operation always
returns CONST_INT.
(simplify_shift_const, case IOR, PLUS): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7006 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(unitialized_vars_warning, setjmp_args_warning): Reword warning to be
kenner [Sat, 9 Apr 1994 13:47:29 +0000 (13:47 +0000)]
(unitialized_vars_warning, setjmp_args_warning): Reword warning to be
less ambiguous.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7005 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(convert_arguments): Truncate and reextend for PROMOTE_PROTOTYPES so
kenner [Sat, 9 Apr 1994 13:39:42 +0000 (13:39 +0000)]
(convert_arguments): Truncate and reextend for PROMOTE_PROTOTYPES so
we can give error on overflow.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7004 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(STRUCT_VALUE{,_INCOMING,_REGNUM}): Redefine for calling conventions
kenner [Sat, 9 Apr 1994 13:13:06 +0000 (13:13 +0000)]
(STRUCT_VALUE{,_INCOMING,_REGNUM}): Redefine for calling conventions
of native cc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7003 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(reload_conflicts): Rewrite to clean up and fix numerous bugs; move to
kenner [Sat, 9 Apr 1994 13:09:59 +0000 (13:09 +0000)]
(reload_conflicts): Rewrite to clean up and fix numerous bugs; move to
later in file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7002 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(duplicate_decls): Put new type in same obstack as old ones, or
kenner [Sat, 9 Apr 1994 12:25:26 +0000 (12:25 +0000)]
(duplicate_decls): Put new type in same obstack as old ones, or
permanent is old ones in different obstacks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7001 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoFix typo in comment of last change.
kenner [Fri, 8 Apr 1994 22:35:23 +0000 (22:35 +0000)]
Fix typo in comment of last change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7000 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(fold, case GT_EXPR): Simplify X < (1 << Y) into X >> Y == 0.
kenner [Fri, 8 Apr 1994 22:18:08 +0000 (22:18 +0000)]
(fold, case GT_EXPR): Simplify X < (1 << Y) into X >> Y == 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6999 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoRemove previous Berg change.
kenner [Fri, 8 Apr 1994 22:08:42 +0000 (22:08 +0000)]
Remove previous Berg change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6998 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd support for -membedded-pic
ian [Fri, 8 Apr 1994 15:23:06 +0000 (15:23 +0000)]
Add support for -membedded-pic

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6997 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago31th Cygnus<->FSF merge.
mrs [Fri, 8 Apr 1994 06:08:43 +0000 (06:08 +0000)]
31th Cygnus<->FSF merge.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6996 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(emit_library_call_value): Move is_const set after ifdef.
wilson [Fri, 8 Apr 1994 02:19:54 +0000 (02:19 +0000)]
(emit_library_call_value): Move is_const set after ifdef.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6995 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_builtin, case BUILT_IN_NEXT_ARG): Test whether an argunment
kenner [Thu, 7 Apr 1994 01:33:57 +0000 (01:33 +0000)]
(expand_builtin, case BUILT_IN_NEXT_ARG): Test whether an argunment
has been passed to __builtin_next_arg; warn if not.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6994 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(discard_comments): Replace comments with a single space.
wilson [Wed, 6 Apr 1994 23:01:45 +0000 (23:01 +0000)]
(discard_comments): Replace comments with a single space.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6993 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(USER_H): Add $(srcdir)/ before every ginclude use.
wilson [Wed, 6 Apr 1994 22:52:58 +0000 (22:52 +0000)]
(USER_H): Add $(srcdir)/ before every ginclude use.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6992 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(emit_library_call_value): New variable is_const. Clear
wilson [Wed, 6 Apr 1994 22:50:58 +0000 (22:50 +0000)]
(emit_library_call_value): New variable is_const.  Clear
it for functions that return an aggregate in memory.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6991 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd -f[no-]vtable-thunks (for C++).
bothner [Wed, 6 Apr 1994 21:25:11 +0000 (21:25 +0000)]
Add -f[no-]vtable-thunks (for C++).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6990 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(finish_decl): Correct typo in use of tree_int_cst_sgn.
wilson [Wed, 6 Apr 1994 19:35:10 +0000 (19:35 +0000)]
(finish_decl): Correct typo in use of tree_int_cst_sgn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6989 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd define_split to simplify "(unsigned) x > 0xffffff".
kenner [Wed, 6 Apr 1994 12:46:56 +0000 (12:46 +0000)]
Add define_split to simplify "(unsigned) x > 0xffffff".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6988 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd ... to set current_function_varargs.
kenner [Wed, 6 Apr 1994 11:51:24 +0000 (11:51 +0000)]
Add ... to set current_function_varargs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6987 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(function_cannot_inline_p): Use current_function_varargs.
kenner [Wed, 6 Apr 1994 11:50:07 +0000 (11:50 +0000)]
(function_cannot_inline_p): Use current_function_varargs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6986 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(struct function): New field for current_function_varargs.
kenner [Wed, 6 Apr 1994 11:49:37 +0000 (11:49 +0000)]
(struct function): New field for current_function_varargs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6985 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_builtin): Allow builtin_next_arg for varargs functions as
kenner [Wed, 6 Apr 1994 11:48:06 +0000 (11:48 +0000)]
(expand_builtin): Allow builtin_next_arg for varargs functions as
well.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6984 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(push_function_context): Use current_function_varargs.
kenner [Wed, 6 Apr 1994 11:47:24 +0000 (11:47 +0000)]
(push_function_context): Use current_function_varargs.
(pop_function_context): Likewise.
(assign_parms): Respect current_function_varargs.
Save args_so_far in any case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6983 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(lang_options): Group and alphabetize some options.
kenner [Wed, 6 Apr 1994 11:39:36 +0000 (11:39 +0000)]
(lang_options): Group and alphabetize some options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6982 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(warn_missing_declarations): New variable.
kenner [Wed, 6 Apr 1994 11:31:44 +0000 (11:31 +0000)]
(warn_missing_declarations): New variable.
(c_decode_option): -Wmissing-declarations.
(start_function): Actually do the checking.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6981 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(lang_options): Add -Wmissing-declarations.
kenner [Wed, 6 Apr 1994 11:31:08 +0000 (11:31 +0000)]
(lang_options): Add -Wmissing-declarations.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6980 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_function_start): Delay copying static chain.
kenner [Wed, 6 Apr 1994 11:21:12 +0000 (11:21 +0000)]
(expand_function_start): Delay copying static chain.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6979 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(emit_library_call): Move the invocation of prepare_call_address before the
kenner [Wed, 6 Apr 1994 11:14:17 +0000 (11:14 +0000)]
(emit_library_call): Move the invocation of prepare_call_address before the
assignments of the function arguments.
(emit_library_call_value): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6978 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(mark_target_live_regs): Avoid #ifdef HARD_REG_SET.
kenner [Wed, 6 Apr 1994 11:09:32 +0000 (11:09 +0000)]
(mark_target_live_regs): Avoid #ifdef HARD_REG_SET.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6977 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(block_alloc): Avoid #ifdef HARD_REG_SET.
kenner [Wed, 6 Apr 1994 11:08:16 +0000 (11:08 +0000)]
(block_alloc): Avoid #ifdef HARD_REG_SET.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6976 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(global_conflicts): Avoid #ifdef HARD_REG_SET.
kenner [Wed, 6 Apr 1994 11:07:48 +0000 (11:07 +0000)]
(global_conflicts): Avoid #ifdef HARD_REG_SET.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6975 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAvoid #ifdef HARD_REG_SET.
kenner [Wed, 6 Apr 1994 11:07:02 +0000 (11:07 +0000)]
Avoid #ifdef HARD_REG_SET.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6974 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(DEBUG_PRINT_REG): Fix printing of coprocessor regs in QImode.
kenner [Wed, 6 Apr 1994 11:03:07 +0000 (11:03 +0000)]
(DEBUG_PRINT_REG): Fix printing of coprocessor regs in QImode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6973 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoRound to multiple of sizeof(short) on sysV68.
kenner [Wed, 6 Apr 1994 10:51:28 +0000 (10:51 +0000)]
Round to multiple of sizeof(short) on sysV68.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6972 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(update_headers): Copy stStatic symbols from the old local symbol
kenner [Wed, 6 Apr 1994 10:42:38 +0000 (10:42 +0000)]
(update_headers): Copy stStatic symbols from the old local symbol
table to the new local symbol table if they did not get added via
debugging psuedo ops.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6971 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_function_prologue): pea/move: Fix typos.
kenner [Wed, 6 Apr 1994 10:35:56 +0000 (10:35 +0000)]
(output_function_prologue): pea/move: Fix typos.
asm_fprintf("add%.[wl] ...): Undo previous change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6970 138bc75d-0d04-0410-961f-82ee72b054a4