OSDN Git Service

pf3gnuchains/gcc-fork.git
30 years ago(FIXPROTO_DEFINES): Set to -D_XOPEN_SOURCE.
merrill [Wed, 18 May 1994 23:08:30 +0000 (23:08 +0000)]
(FIXPROTO_DEFINES): Set to -D_XOPEN_SOURCE.

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

30 years agoUse ${FIXPROTO_DEFINES}.
merrill [Wed, 18 May 1994 23:08:30 +0000 (23:08 +0000)]
Use ${FIXPROTO_DEFINES}.

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

30 years ago(FIXPROTO_DEFINES): New variable: extra #defines for
merrill [Wed, 18 May 1994 23:08:30 +0000 (23:08 +0000)]
(FIXPROTO_DEFINES): New variable: extra #defines for
        fixproto to use.
        (stmp-fixproto): Pass it.

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

30 years ago(FIXPROTO_DEFINES): Set to -D__EXTENSIONS__.
merrill [Wed, 18 May 1994 23:08:30 +0000 (23:08 +0000)]
(FIXPROTO_DEFINES): Set to -D__EXTENSIONS__.

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

30 years agoAdd forward declaration of struct exception to
merrill [Wed, 18 May 1994 22:33:40 +0000 (22:33 +0000)]
Add forward declaration of struct exception to
        SunOS 4 math.h.

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

30 years agoAllow any integral type for bitfields (such as booleans).
bothner [Wed, 18 May 1994 20:51:28 +0000 (20:51 +0000)]
Allow any integral type for bitfields (such as booleans).

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

30 years ago(compare_spill_regs): Fix typo in declaration.
kenner [Wed, 18 May 1994 20:32:20 +0000 (20:32 +0000)]
(compare_spill_regs): Fix typo in declaration.

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

30 years agoget rid of CYGNUS LOCAL comment
brendan [Wed, 18 May 1994 18:05:32 +0000 (18:05 +0000)]
get rid of CYGNUS LOCAL comment

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

30 years ago * fixinc.svr4: Avoid the SVR4 typedef of bool in curses.h when
brendan [Wed, 18 May 1994 17:54:24 +0000 (17:54 +0000)]
    * fixinc.svr4: Avoid the SVR4 typedef of bool in curses.h when
        compiling for C++, since g++ now supports it as an official typename.

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

30 years ago#define NO_IMPLICIT_EXTERN_C
merrill [Wed, 18 May 1994 06:46:33 +0000 (06:46 +0000)]
#define NO_IMPLICIT_EXTERN_C

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

30 years ago(convert_to_real): Accept boolean values.
merrill [Wed, 18 May 1994 06:46:33 +0000 (06:46 +0000)]
(convert_to_real): Accept boolean values.

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

30 years ago(__umoddi3): Correct type of variable `w'.
kenner [Tue, 17 May 1994 22:56:16 +0000 (22:56 +0000)]
(__umoddi3): Correct type of variable `w'.

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

30 years ago(simplify_set): Move call to make_field_assignment to end; if SRC or DEST is
kenner [Tue, 17 May 1994 22:51:25 +0000 (22:51 +0000)]
(simplify_set): Move call to make_field_assignment to end; if SRC or DEST is
a (clobber (const_int 0)), return it.
(force_to_mode): If X is a CALL, just return it.

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

30 years ago(simplify_set): Use rtx_equal_p to compare cc_use and its setter.
kenner [Tue, 17 May 1994 22:12:05 +0000 (22:12 +0000)]
(simplify_set): Use rtx_equal_p to compare cc_use and its setter.
(make_extraction): Don't put a subreg around a register if it is already in
the correct mode.

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

30 years agoDon't use the extsd/extd instructions on the ns32532.
kenner [Tue, 17 May 1994 22:06:24 +0000 (22:06 +0000)]
Don't use the extsd/extd instructions on the ns32532.

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

30 years ago(CFLAGS): Separate include file handling; for stage 1, CFLAGS1 is
kenner [Tue, 17 May 1994 21:44:33 +0000 (21:44 +0000)]
(CFLAGS): Separate include file handling; for stage 1, CFLAGS1 is
appended to CFLAGS, otherwise CFLAGS2.

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

30 years ago(find_reloads): Properly account for cost when constant is forced to
kenner [Tue, 17 May 1994 19:51:48 +0000 (19:51 +0000)]
(find_reloads): Properly account for cost when constant is forced to
memory to ensure same alternative chosen later.

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

30 years ago(compare_spill_regs): New function.
kenner [Tue, 17 May 1994 15:30:03 +0000 (15:30 +0000)]
(compare_spill_regs): New function.
(reload_as_needed): Sort the spilled regs.
(allocate_reload_reg): If we have group needs and failure would be fatal, do
not try to do round-robin allocation of the spill regs.

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

30 years ago(zero_extendqidi2): Fix omission of TARGET_POWERPC64 test in previous
kenner [Mon, 16 May 1994 22:57:55 +0000 (22:57 +0000)]
(zero_extendqidi2): Fix omission of TARGET_POWERPC64 test in previous
change.

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

30 years ago(enumlist): Add error alternative.
rms [Mon, 16 May 1994 22:38:23 +0000 (22:38 +0000)]
(enumlist): Add error alternative.

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

30 years ago(dbxout_type): Write non-default precision of of ENUMERAL_TYPEs.
bothner [Mon, 16 May 1994 22:23:11 +0000 (22:23 +0000)]
(dbxout_type):  Write non-default precision of of ENUMERAL_TYPEs.

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

30 years ago(split_double): Fix arg of REAL_VALUE_TO_TARGET_DOUBLE.
kenner [Mon, 16 May 1994 21:52:21 +0000 (21:52 +0000)]
(split_double): Fix arg of REAL_VALUE_TO_TARGET_DOUBLE.

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

30 years ago(ereal_from_int, ereal_to_int, etarsingle): Correct signed/unsigned
kenner [Mon, 16 May 1994 21:51:44 +0000 (21:51 +0000)]
(ereal_from_int, ereal_to_int, etarsingle):  Correct signed/unsigned
discrepancies.
(ereal_from_double): Avoid "right shift count too big" warning in previous
change.

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

30 years ago(ereal_from_float, .._double): Change arg from long to HOST_WIDE_INT
kenner [Mon, 16 May 1994 21:44:34 +0000 (21:44 +0000)]
(ereal_from_float, .._double): Change arg from long to HOST_WIDE_INT
and unpack the HOST_WIDE_INTs.

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

30 years ago(REAL_VALUE_FROM_TARGET_SINGLE, .._DOUBLE): Change arg from long to
kenner [Mon, 16 May 1994 21:43:38 +0000 (21:43 +0000)]
(REAL_VALUE_FROM_TARGET_SINGLE, .._DOUBLE): Change arg from long to
HOST_WIDE_INT.

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

30 years ago(rs6000_convert_preincs): Delete.
kenner [Mon, 16 May 1994 20:27:09 +0000 (20:27 +0000)]
(rs6000_convert_preincs): Delete.

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

30 years ago(FINAL_PRESCAN_INSN): Delete.
kenner [Mon, 16 May 1994 20:26:46 +0000 (20:26 +0000)]
(FINAL_PRESCAN_INSN): Delete.

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

30 years ago(try_pre_increment_1): Don't try to create a pre-increment expression
kenner [Mon, 16 May 1994 20:21:39 +0000 (20:21 +0000)]
(try_pre_increment_1): Don't try to create a pre-increment expression
if the register dies in the succeeding insn.

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

30 years agoUse #ifdef TARGET_EDOM, not #if.
kenner [Mon, 16 May 1994 20:18:54 +0000 (20:18 +0000)]
Use #ifdef TARGET_EDOM, not #if.

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

30 years ago(convert_move): When {zero,sign}_extending, allow a wider intermediate
kenner [Mon, 16 May 1994 20:16:12 +0000 (20:16 +0000)]
(convert_move): When {zero,sign}_extending, allow a wider intermediate
than to_mode if truncation is a no-op.

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

30 years ago(initializer_constant_valid_p): Rework to use precision, not size.
kenner [Mon, 16 May 1994 19:48:07 +0000 (19:48 +0000)]
(initializer_constant_valid_p): Rework to use precision, not size.
Allow conversions from integer to pointer if int is wide enough.

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

30 years ago(REGISTER_PREFIX_MD): Delete.
dje [Mon, 16 May 1994 15:48:37 +0000 (15:48 +0000)]
(REGISTER_PREFIX_MD): Delete.

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

30 years ago(finish_enum): Handle VALUES being an ERROR_MARK.
kenner [Mon, 16 May 1994 12:25:28 +0000 (12:25 +0000)]
(finish_enum): Handle VALUES being an ERROR_MARK.

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

30 years agoReplace bogus "andil" opcode with rlinm.
kenner [Mon, 16 May 1994 12:11:30 +0000 (12:11 +0000)]
Replace bogus "andil" opcode with rlinm.

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

30 years ago(stupid_life_analysis): Make sure a function result reg
dje [Sun, 15 May 1994 01:25:47 +0000 (01:25 +0000)]
(stupid_life_analysis): Make sure a function result reg
is still live if it contains an argument.

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

30 years ago(find_cross_jump): Two CALL_INSNs only compare equal if
dje [Sun, 15 May 1994 01:24:39 +0000 (01:24 +0000)]
(find_cross_jump): Two CALL_INSNs only compare equal if
their CALL_INSN_FUNCTION_USAGEs are the same as well.

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

30 years ago(GO_IF_HARD_REG_EQUAL): Fix typo.
dje [Sun, 15 May 1994 01:23:12 +0000 (01:23 +0000)]
(GO_IF_HARD_REG_EQUAL): Fix typo.

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

30 years ago(mark_referenced_resources, case CALL_INSN): Fix indentation.
dje [Sun, 15 May 1994 01:21:08 +0000 (01:21 +0000)]
(mark_referenced_resources, case CALL_INSN): Fix indentation.

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

30 years ago(mark_referenced_resources): Fix typo.
dje [Sat, 14 May 1994 02:17:22 +0000 (02:17 +0000)]
(mark_referenced_resources): Fix typo.

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

30 years ago(integrate_decl_tree): Use copy_node to make a copy
merrill [Sat, 14 May 1994 01:56:51 +0000 (01:56 +0000)]
(integrate_decl_tree): Use copy_node to make a copy
        of the decl.  Also call copy_lang_decl to copy the
        language-specific bits.

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

30 years agoDeclare copy_lang_decl.
merrill [Sat, 14 May 1994 01:56:51 +0000 (01:56 +0000)]
Declare copy_lang_decl.

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

30 years ago(copy_lang_decl): No-op function that will never
merrill [Sat, 14 May 1994 01:56:51 +0000 (01:56 +0000)]
(copy_lang_decl): No-op function that will never
        actually be called.

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

30 years ago(truthvalue_conversion): If expr is a BIT_AND_EXPR
merrill [Fri, 13 May 1994 20:30:24 +0000 (20:30 +0000)]
(truthvalue_conversion): If expr is a BIT_AND_EXPR
        where one of the operands is integer_onep, just return expr.

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

30 years ago(cse_insn): Correctly check for two modes being the same number of
kenner [Fri, 13 May 1994 19:12:01 +0000 (19:12 +0000)]
(cse_insn): Correctly check for two modes being the same number of
words.

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

30 years agoInitial revision
mrs [Fri, 13 May 1994 02:57:30 +0000 (02:57 +0000)]
Initial revision

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

30 years ago37th Cygnus<->FSF merge
mrs [Fri, 13 May 1994 02:46:07 +0000 (02:46 +0000)]
37th Cygnus<->FSF merge

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

30 years ago * calls.c (expand_call): Only destroy temporaries at the end
mrs [Fri, 13 May 1994 00:19:57 +0000 (00:19 +0000)]
    * calls.c (expand_call): Only destroy temporaries at the end
        of function calls, if flag_short_temps is set.
        * expr.c (safe_from_p, expand_expr): Handle CLEANUP_POINT_EXPRs.
        * expr.c (expand_expr): Improve handling of temporaries inside
        COND_EXPRs, cures call to sorry.
        * expr.c (defer_cleanups_to): New routine to handle the deferral
        of cleanups.
        * flags.h (flag_short_temps): New flag, to allow better control
        over the lifetime of temporaries.
        * toplev.c (flag_short_temps, lang_options): Ditto.
        * tree.def (CLEANUP_POINT_EXPR): Add, to allow better control over
        the lifetime of temporaries.

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

30 years ago(function units): Numerous cycle count change.
kenner [Thu, 12 May 1994 23:33:39 +0000 (23:33 +0000)]
(function units): Numerous cycle count change.
(zero_extendqidi2, extendqidi2, zero_extendhidi2): New patterns.
(extendhidi2, zero_extendsidi2, extendsidi2): Likewise.
(zero_extendqisi2, zero_extendqihi2, zero_extendhisi2): Use
andil/andi instead of rlinm/rlwinm.
(zero_extendqihi2): Add condition register variants.
(extendqisi2, extendqihi2): Use extsb for PowerPC.
(adddi3, subdi3, negdi2, ashrdi3): Emulate only if !TARGET_POWERPC64.
(movdf, movdi, movti): New PowerPC64 versions.
(load/store with update): New PowerPC64 patterns.

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

30 years agoRichard Earnshaw (rwe11@cl.cam.ac.uk)
kenner [Thu, 12 May 1994 23:14:37 +0000 (23:14 +0000)]
Richard Earnshaw  (rwe11@cl.cam.ac.uk)

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

30 years agoVarious Lynx-related fixups. To math.h, string.h and curses.h.
bill [Thu, 12 May 1994 22:51:00 +0000 (22:51 +0000)]
Various Lynx-related fixups.  To math.h, string.h and curses.h.

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

30 years ago(m16m): Change first arg to int; all callers changed.
kenner [Thu, 12 May 1994 22:50:45 +0000 (22:50 +0000)]
(m16m): Change first arg to int; all callers changed.

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

30 years ago(find_reloads): Don't change a secondary reload to
kenner [Thu, 12 May 1994 22:42:15 +0000 (22:42 +0000)]
(find_reloads): Don't change a secondary reload to
RELOAD_FOR_OPERAND_ADDRESS.

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

30 years ago(assign_parms): Fix typo in previous change.
kenner [Thu, 12 May 1994 22:11:20 +0000 (22:11 +0000)]
(assign_parms): Fix typo in previous change.

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

30 years agoRevert to identifiers for mode attributes.
kenner [Thu, 12 May 1994 19:48:39 +0000 (19:48 +0000)]
Revert to identifiers for mode attributes.

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

30 years ago(decl_attributes): Revert to identifiers for mode attributes.
kenner [Thu, 12 May 1994 19:48:11 +0000 (19:48 +0000)]
(decl_attributes): Revert to identifiers for mode attributes.

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

30 years ago(lookup_name_current_level_global): New macro.
kenner [Thu, 12 May 1994 19:41:32 +0000 (19:41 +0000)]
(lookup_name_current_level_global): New macro.

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

30 years ago(store_fixed_bit_field): Delete code to handle
wilson [Wed, 11 May 1994 21:50:11 +0000 (21:50 +0000)]
(store_fixed_bit_field): Delete code to handle
MODE_FLOAT values here.
(store_bit_field): Put it here instead.

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

30 years ago(cse_insn): Set src_eqv if the dest is a STRICT_LOW_PART.
wilson [Wed, 11 May 1994 21:44:22 +0000 (21:44 +0000)]
(cse_insn): Set src_eqv if the dest is a STRICT_LOW_PART.

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

30 years ago(clobbers_to): Deleted.
kenner [Wed, 11 May 1994 20:50:50 +0000 (20:50 +0000)]
(clobbers_to): Deleted.
(call_internal, call_value_internal): New patterns.
(call, call_value): Just call new patterns and a29k_clobbers_to.

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

30 years ago(a29k_clobbers_to): New function.
kenner [Wed, 11 May 1994 20:50:16 +0000 (20:50 +0000)]
(a29k_clobbers_to): New function.

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

30 years ago(layout_type): Use POINTER_SIZE, instead of width of Pmode, when
kenner [Wed, 11 May 1994 20:26:29 +0000 (20:26 +0000)]
(layout_type): Use POINTER_SIZE, instead of width of Pmode, when
appropriate.

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

30 years ago(expand_builtin_apply): Put new function usage data at end of any data
kenner [Wed, 11 May 1994 20:23:11 +0000 (20:23 +0000)]
(expand_builtin_apply): Put new function usage data at end of any data
already there.

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

30 years ago(emit_call_1): Put new function usage data at end of any data already
kenner [Wed, 11 May 1994 20:22:02 +0000 (20:22 +0000)]
(emit_call_1): Put new function usage data at end of any data already
there.

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

30 years ago(sched_analyze_insn): Fix typo in last change.
kenner [Wed, 11 May 1994 20:18:08 +0000 (20:18 +0000)]
(sched_analyze_insn): Fix typo in last change.

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

30 years agoDon't recursively search symlinks to `.'.
ian [Wed, 11 May 1994 16:12:15 +0000 (16:12 +0000)]
Don't recursively search symlinks to `.'.

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

30 years ago(process_command): Kludge in stageN/../include instead of include.
dje [Tue, 10 May 1994 21:49:41 +0000 (21:49 +0000)]
(process_command): Kludge in stageN/../include instead of include.

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

30 years ago(*TF*_LIBCALL): Delete `*' from libcall name.
wilson [Tue, 10 May 1994 01:05:41 +0000 (01:05 +0000)]
(*TF*_LIBCALL): Delete `*' from libcall name.

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

30 years ago(output_move_dconst): For some integer constants, use movxwd/movd
kenner [Mon, 9 May 1994 22:42:04 +0000 (22:42 +0000)]
(output_move_dconst): For some integer constants, use movxwd/movd
instead of movxbd/movxwd.

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

30 years ago(delete_if_ordinary): New function.
kenner [Mon, 9 May 1994 22:32:57 +0000 (22:32 +0000)]
(delete_if_ordinary): New function.
(delete_temp_files, delete_failure_queue): Call it.

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

30 years ago(mark_{referenced,set}_resources): Fix typos in last change.
kenner [Sat, 7 May 1994 21:52:53 +0000 (21:52 +0000)]
(mark_{referenced,set}_resources): Fix typos in last change.

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

30 years ago(emit_reload_insns): Don't try to delete output reload if there isn't
kenner [Sat, 7 May 1994 21:48:59 +0000 (21:48 +0000)]
(emit_reload_insns): Don't try to delete output reload if there isn't
one.

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

30 years ago(REG_ALLOC_ORDER): New macro.
kenner [Sat, 7 May 1994 16:21:28 +0000 (16:21 +0000)]
(REG_ALLOC_ORDER): New macro.

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

30 years ago(sched_analyze_insn, attach_deaths_insn): Look at
kenner [Sat, 7 May 1994 16:16:15 +0000 (16:16 +0000)]
(sched_analyze_insn, attach_deaths_insn): Look at
CALL_INSN_FUNCTION_USAGE.

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

30 years ago(LIB_SPEC): Support -fshared-data.
kenner [Sat, 7 May 1994 16:12:53 +0000 (16:12 +0000)]
(LIB_SPEC): Support -fshared-data.
(CPP_SPEC): Set _SEQUENT_ to 1.
(SHARED_SECTION_ASM_OP, ASM_OUTPUT_SHARED_COMMON): Supply new macros.
(SHARED_BSS_SECTION_ASM_OP, BSS_SECTION_FUNCTION): Likewise.

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

30 years ago(choose_reload_regs): Remove previous change.
kenner [Sat, 7 May 1994 14:09:32 +0000 (14:09 +0000)]
(choose_reload_regs): Remove previous change.

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

30 years agoFix typo in comment.
kenner [Sat, 7 May 1994 14:05:01 +0000 (14:05 +0000)]
Fix typo in comment.

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

30 years ago(TARGET_FRW): Add note saying this option is deprecated.
dje [Sat, 7 May 1994 00:31:51 +0000 (00:31 +0000)]
(TARGET_FRW): Add note saying this option is deprecated.
(TARGET_FLAT): Renamed from TARGET_FRW_COMPAT.
(TARGET_SWITCHES): Delete references to -mfrw, -mfrw-compat.  Add -mflat.
(CONDITIONAL_REGISTER_USAGE): If -mflat, fix %i7, rename "%fp"
to "%i7", and make %g7 a global_reg.
(FRAME_POINTER_REQUIRED): Handle -mflat.
(INITIAL_FRAME_POINTER_OFFSET): Likewise.
(ARG_POINTER_REGNUM): Explicitly say it's the frame pointer.
(LEAF_REGISTERS): Make %g7 not a leaf register.
(leaf_reg_backmap): Delete.
(LEAF_REG_BACKMAP): Likewise.
(FUNCTION_PROLOGUE): Handle -mflat.
(FUNCTION_EPILOGUE): Likewise.
(DELAY_SLOTS_FOR_EPILOGUE): Likewise.
(ELIGIBLE_FOR_EPILOGUE_DELAY): Likewise.

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

30 years ago(leaf_reg_backmap): Delete.
dje [Sat, 7 May 1994 00:30:10 +0000 (00:30 +0000)]
(leaf_reg_backmap): Delete.
(sparc_flat_compute_frame_size): Renamed from
sparc_frw_compute_frame_size.  All callers changed.
(sparc_flat_save_restore): Likewise.
(sparc_flat_output_function_prologue): Likewise.
Delete decl of call_used_regs.
Delete reference to frame_base_name, use frame pointer explicitly.
Print prologue end marker.
(sparc_flat_output_function_epilogue): Likewise (renaming).
Delete decls of asm_out_data_file, asm_out_file, call_used_regs.
Print epilogue start marker.
(sparc_flat_epilogue_delay_slots): Likewise (renaming).
(sparc_flat_eligible_for_epilogue_delay): Likewise.

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

30 years ago(find_reloads): Ignore alternatives that will not be reloadable due to
kenner [Fri, 6 May 1994 22:55:32 +0000 (22:55 +0000)]
(find_reloads): Ignore alternatives that will not be reloadable due to
PREFERRED_RELOAD_CLASS.

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

30 years ago(decl_attributes): Move the attribute recognition and rejection here from
kenner [Fri, 6 May 1994 22:32:17 +0000 (22:32 +0000)]
(decl_attributes): Move the attribute recognition and rejection here from
c-parse.in.
(decl_attributes): Use VALID_MACHINE_ATTRIBUTE macro.

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

30 years ago(print_node): Print attributes.
kenner [Fri, 6 May 1994 22:31:50 +0000 (22:31 +0000)]
(print_node): Print attributes.

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

30 years ago(common_type): Add attribute merging.
kenner [Fri, 6 May 1994 22:29:58 +0000 (22:29 +0000)]
(common_type): Add attribute merging.
(comp_types): Use COMP_TYPE_ATTRIBUTES macro.

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

30 years ago(TYPE_HASH): Move definition to top of file.
kenner [Fri, 6 May 1994 22:29:26 +0000 (22:29 +0000)]
(TYPE_HASH): Move definition to top of file.
(make_node): Add support for SET_DEFAULT_TYPE_ATTRIBUTES.
(build_type_attribute_variant): New function.
(type_hash_lookup): Check if the attributes match.
(attribute_list_{equal,contained}): New functions.

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

30 years agoRewrite attribute parsing; update the expected conflicts and state
kenner [Fri, 6 May 1994 22:28:47 +0000 (22:28 +0000)]
Rewrite attribute parsing; update the expected conflicts and state
numbers.

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

30 years ago(TYPE_ATTRIBUTES): New macro.
kenner [Fri, 6 May 1994 22:28:08 +0000 (22:28 +0000)]
(TYPE_ATTRIBUTES): New macro.
(struct tree_type): attributes, new field.
(precision): Move this field up for better alignment.
(attribute_list_{equal,contained}): Prototype for new functions.
(build_type_attribute_variant): Prototype for new function.

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

30 years ago(init_reg_sets_1): Eliminate several permanent call_fixed_regs.
kenner [Fri, 6 May 1994 22:02:55 +0000 (22:02 +0000)]
(init_reg_sets_1): Eliminate several permanent call_fixed_regs.

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

30 years ago(stupid_life_analysis): Check the usage information on CALL_INSNs.
kenner [Fri, 6 May 1994 21:54:08 +0000 (21:54 +0000)]
(stupid_life_analysis): Check the usage information on CALL_INSNs.

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

30 years ago(save_for_inline_copying, expand_inline_function): Copy
kenner [Fri, 6 May 1994 21:53:31 +0000 (21:53 +0000)]
(save_for_inline_copying, expand_inline_function): Copy
CALL_INSN_FUNCTION_USAGE field.

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

30 years ago(mark_referenced_resources, mark_set_resources): Change from USE and
kenner [Fri, 6 May 1994 21:52:34 +0000 (21:52 +0000)]
(mark_referenced_resources, mark_set_resources): Change from USE and
CLOBBER insns to using CALL_INSN_FUNCTION_USAGE.

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

30 years ago(emit_reload_insns): Change from USE and CLOBBER insns to using
kenner [Fri, 6 May 1994 21:51:42 +0000 (21:51 +0000)]
(emit_reload_insns): Change from USE and CLOBBER insns to using
CALL_INSN_FUNCTION_USAGE.

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

30 years ago(find_cross_jump, get_label_{before,after}): Change from USE and
kenner [Fri, 6 May 1994 21:50:55 +0000 (21:50 +0000)]
(find_cross_jump, get_label_{before,after}): Change from USE and
CLOBBER insns to using CALL_INSN_FUNCTION_USAGE.

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

30 years ago(fixup_var_refs_insns): Change from USE and CLOBBER insns to using
kenner [Fri, 6 May 1994 21:50:04 +0000 (21:50 +0000)]
(fixup_var_refs_insns): Change from USE and CLOBBER insns to using
CALL_INSN_FUNCTION_USAGE.

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

30 years ago(insert_save_restore): Change from USE and CLOBBER insns to using
kenner [Fri, 6 May 1994 21:49:35 +0000 (21:49 +0000)]
(insert_save_restore): Change from USE and CLOBBER insns to using
CALL_INSN_FUNCTION_USAGE.

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

30 years ago(flow_analysis, find_basic_blocks): Change from USE and CLOBBER insns
kenner [Fri, 6 May 1994 21:48:55 +0000 (21:48 +0000)]
(flow_analysis, find_basic_blocks): Change from USE and CLOBBER insns
to using CALL_INSN_FUNCTION_USAGE.

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

30 years ago(use_regs): Change from USE and CLOBBER insns to using
kenner [Fri, 6 May 1994 21:48:22 +0000 (21:48 +0000)]
(use_regs): Change from USE and CLOBBER insns to using
CALL_INSN_FUNCTION_USAGE.

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

30 years ago(use_regs, expand_builtin_apply): Change from USE and CLOBBER insns to
kenner [Fri, 6 May 1994 21:47:35 +0000 (21:47 +0000)]
(use_regs, expand_builtin_apply): Change from USE and CLOBBER insns to
using CALL_INSN_FUNCTION_USAGE.

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

30 years ago(prepare_call_address, emit_call_1, expand_call): Change from USE and CLOBBER
kenner [Fri, 6 May 1994 21:46:44 +0000 (21:46 +0000)]
(prepare_call_address, emit_call_1, expand_call): Change from USE and CLOBBER
insns to using CALL_INSN_FUNCTION_USAGE.
(emit_library_call{,_value}): Likewise.

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

30 years ago(make_call_insn_raw): New function.
kenner [Fri, 6 May 1994 21:45:57 +0000 (21:45 +0000)]
(make_call_insn_raw): New function.
(emit_call_insn{,_before}): Use make_call_insn_raw.

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

30 years ago(cse_insn): Invalidate CLOBBERed registers.
kenner [Fri, 6 May 1994 21:45:07 +0000 (21:45 +0000)]
(cse_insn): Invalidate CLOBBERed registers.
(count_reg_usage): Count registers in USE rtls on CALL_INSNs.

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

30 years ago(try_combine): Restrict combining on CALL_INSNs.
kenner [Fri, 6 May 1994 21:44:06 +0000 (21:44 +0000)]
(try_combine): Restrict combining on CALL_INSNs.
(distribute_{notes,links}): Look at CALL_INSN_FUNCTION_USAGE.

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