Commit Graph

7156 Commits

Author SHA1 Message Date
Richard Kenner e5df894b42 (lshl_optab): Deleted.
(expand_binop, init_optabs): No longer reference it.

From-SVN: r7019
1994-04-10 08:03:05 -04:00
Richard Kenner 9c2683afa3 (lshl_optab): Deleted.
From-SVN: r7018
1994-04-10 08:00:07 -04:00
Richard Kenner 160d4f27aa (LSHIFT): Deleted.
From-SVN: r7017
1994-04-10 07:59:43 -04:00
Richard Kenner 996a5f59fb Remove references to LSHIFT and lshlsi3.
From-SVN: r7016
1994-04-10 07:13:16 -04:00
Richard Kenner edd2e9fe0b (movdf): Do not consider extended registers when doing define_split.
From-SVN: r7015
1994-04-10 06:57:32 -04:00
Jeff Law 8c9f069480 pa-ghiux.h (LIB_SPEC): Remove last change until we've got the go ahead from HP to distribute...
* 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.

From-SVN: r7014
1994-04-10 02:50:04 -06:00
Richard Kenner 0cd3014312 (rs6000_convert_preincs): New function.
From-SVN: r7013
1994-04-09 17:48:23 -04:00
Richard Kenner 9894a29157 (FINAL_PRESCAN_INSN): Define.
From-SVN: r7012
1994-04-09 17:48:01 -04:00
Richard Kenner 74f171be20 (mulhi3): Use SImode for MULT RTL.
From-SVN: r7011
1994-04-09 16:28:47 -04:00
Richard Kenner 4c64b88406 (fold): Avoid exponential work when simplifying conditional
expressions; don't recurse twice if ARG1 is constant.

From-SVN: r7010
1994-04-09 16:05:15 -04:00
Richard Kenner f767bd6ef9 Initial revision
From-SVN: r7009
1994-04-09 15:06:16 -04:00
Richard Kenner c5df463e3b Include <mach.h>, not <mach/mach.h> for NeXTStep 2.1.
From-SVN: r7008
1994-04-09 15:02:49 -04:00
Richard Kenner 2225b8f980 Add ns* as operating systems; default to ns2 for NeXT.
From-SVN: r7007
1994-04-09 15:01:54 -04:00
Richard Kenner 7d171a1e9d (force_to_mode, case ROTATE): Don't assume simplify_binary_operation always returns CONST_INT.
(force_to_mode, case ROTATE): Don't assume simplify_binary_operation always
returns CONST_INT.
(simplify_shift_const, case IOR, PLUS): Likewise.

From-SVN: r7006
1994-04-09 10:55:42 -04:00
Richard Kenner 3c8cd8bd6e (unitialized_vars_warning, setjmp_args_warning): Reword warning to be
less ambiguous.

From-SVN: r7005
1994-04-09 09:47:29 -04:00
Richard Kenner 053da6b50d (convert_arguments): Truncate and reextend for PROMOTE_PROTOTYPES so
we can give error on overflow.

From-SVN: r7004
1994-04-09 09:39:42 -04:00
Richard Kenner d5757bb45f (STRUCT_VALUE{,_INCOMING,_REGNUM}): Redefine for calling conventions
of native cc.

From-SVN: r7003
1994-04-09 09:13:06 -04:00
Richard Kenner 351aa1c1a0 (reload_conflicts): Rewrite to clean up and fix numerous bugs; move to
later in file.

From-SVN: r7002
1994-04-09 09:09:59 -04:00
Richard Kenner 46b1c39385 (duplicate_decls): Put new type in same obstack as old ones, or
permanent is old ones in different obstacks.

From-SVN: r7001
1994-04-09 08:25:26 -04:00
Richard Kenner 34b1b41f3b Fix typo in comment of last change.
From-SVN: r7000
1994-04-08 18:35:23 -04:00
Richard Kenner e92d30482e (fold, case GT_EXPR): Simplify X < (1 << Y) into X >> Y == 0.
From-SVN: r6999
1994-04-08 18:18:08 -04:00
Richard Kenner 69887ad921 Remove previous Berg change.
From-SVN: r6998
1994-04-08 18:08:42 -04:00
Ian Lance Taylor e0bfcea5c9 Add support for -membedded-pic
From-SVN: r6997
1994-04-08 15:23:06 +00:00
Mike Stump 8926095fe7 31th Cygnus<->FSF merge.
From-SVN: r6996
1994-04-08 06:08:43 +00:00
Jim Wilson 779c643ac3 (emit_library_call_value): Move is_const set after ifdef.
From-SVN: r6995
1994-04-07 19:19:54 -07:00
Richard Kenner e4493c0410 (expand_builtin, case BUILT_IN_NEXT_ARG): Test whether an argunment
has been passed to __builtin_next_arg; warn if not.

From-SVN: r6994
1994-04-06 21:33:57 -04:00
Jim Wilson 18e2b1c06e (discard_comments): Replace comments with a single space.
From-SVN: r6993
1994-04-06 16:01:45 -07:00
Jim Wilson 1e0181030e (USER_H): Add $(srcdir)/ before every ginclude use.
From-SVN: r6992
1994-04-06 15:52:58 -07:00
Jim Wilson d61bee9595 (emit_library_call_value): New variable is_const.
(emit_library_call_value): New variable is_const.  Clear
it for functions that return an aggregate in memory.

From-SVN: r6991
1994-04-06 15:50:58 -07:00
Per Bothner 151f13beab Add -f[no-]vtable-thunks (for C++).
From-SVN: r6990
1994-04-06 14:25:11 -07:00
Jim Wilson 7e44eda6c2 (finish_decl): Correct typo in use of tree_int_cst_sgn.
From-SVN: r6989
1994-04-06 12:35:10 -07:00
Richard Kenner 3797f4d4d4 Add define_split to simplify "(unsigned) x > 0xffffff".
From-SVN: r6988
1994-04-06 08:46:56 -04:00
Richard Kenner bc97bfd804 Add ... to set current_function_varargs.
From-SVN: r6987
1994-04-06 07:51:24 -04:00
Richard Kenner 5d3fe1fed2 (function_cannot_inline_p): Use current_function_varargs.
From-SVN: r6986
1994-04-06 07:50:07 -04:00
Richard Kenner 91ab952c02 (struct function): New field for current_function_varargs.
From-SVN: r6985
1994-04-06 07:49:37 -04:00
Richard Kenner 17bbab26bb (expand_builtin): Allow builtin_next_arg for varargs functions as
well.

From-SVN: r6984
1994-04-06 07:48:06 -04:00
Richard Kenner 3b69d50e4d (push_function_context): Use current_function_varargs.
(pop_function_context): Likewise.
(assign_parms): Respect current_function_varargs.
Save args_so_far in any case.

From-SVN: r6983
1994-04-06 07:47:24 -04:00
Richard Kenner 4200c8de09 (lang_options): Group and alphabetize some options.
From-SVN: r6982
1994-04-06 07:39:36 -04:00
Richard Kenner 1474fe4665 (warn_missing_declarations): New variable.
(c_decode_option): -Wmissing-declarations.
(start_function): Actually do the checking.

From-SVN: r6981
1994-04-06 07:31:44 -04:00
Richard Kenner 812fe08e5a (lang_options): Add -Wmissing-declarations.
From-SVN: r6980
1994-04-06 07:31:08 -04:00
Richard Kenner f0c51a1e34 (expand_function_start): Delay copying static chain.
From-SVN: r6979
1994-04-06 07:21:12 -04:00
Richard Kenner 8b0f91011f (emit_library_call): Move the invocation of prepare_call_address before the assignments of the function arguments.
(emit_library_call): Move the invocation of prepare_call_address before the
assignments of the function arguments.
(emit_library_call_value): Likewise.

From-SVN: r6978
1994-04-06 07:14:17 -04:00
Richard Kenner 1923e516f4 (mark_target_live_regs): Avoid #ifdef HARD_REG_SET.
From-SVN: r6977
1994-04-06 07:09:32 -04:00
Richard Kenner ce940f3d1f (block_alloc): Avoid #ifdef HARD_REG_SET.
From-SVN: r6976
1994-04-06 07:08:16 -04:00
Richard Kenner 22d656b074 (global_conflicts): Avoid #ifdef HARD_REG_SET.
From-SVN: r6975
1994-04-06 07:07:48 -04:00
Richard Kenner 54bd7fd4f6 Avoid #ifdef HARD_REG_SET.
From-SVN: r6974
1994-04-06 07:07:02 -04:00
Richard Kenner b0ceea8c6d (DEBUG_PRINT_REG): Fix printing of coprocessor regs in QImode.
From-SVN: r6973
1994-04-06 07:03:07 -04:00
Richard Kenner e9de0fec0f Round to multiple of sizeof(short) on sysV68.
From-SVN: r6972
1994-04-06 06:51:28 -04:00
Richard Kenner a9d8c4de57 (update_headers): Copy stStatic symbols from the old local symbol table to the...
(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.

From-SVN: r6971
1994-04-06 06:42:38 -04:00
Richard Kenner 2d0933a252 (output_function_prologue): pea/move: Fix typos.
asm_fprintf("add%.[wl] ...): Undo previous change.

From-SVN: r6970
1994-04-06 06:35:56 -04:00