gcc.git
30 years ago(TYPE_ATTRIBUTES): New macro.
Richard Kenner [Fri, 6 May 1994 22:28:08 +0000 (18:28 -0400)]
(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.

From-SVN: r7251

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

From-SVN: r7250

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

From-SVN: r7249

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

From-SVN: r7248

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

From-SVN: r7247

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

From-SVN: r7246

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

From-SVN: r7245

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

From-SVN: r7244

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

From-SVN: r7243

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

From-SVN: r7242

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

From-SVN: r7241

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

From-SVN: r7240

30 years ago(prepare_call_address, emit_call_1, expand_call): Change from USE and CLOBBER insns...
Richard Kenner [Fri, 6 May 1994 21:46:44 +0000 (17:46 -0400)]
(prepare_call_address, emit_call_1, expand_call): Change from USE and CLOBBER insns to using CALL_INSN_FUNCTION_USAGE.

(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.

From-SVN: r7239

30 years ago(make_call_insn_raw): New function.
Richard Kenner [Fri, 6 May 1994 21:45:57 +0000 (17:45 -0400)]
(make_call_insn_raw): New function.

(emit_call_insn{,_before}): Use make_call_insn_raw.

From-SVN: r7238

30 years ago(cse_insn): Invalidate CLOBBERed registers.
Richard Kenner [Fri, 6 May 1994 21:45:07 +0000 (17:45 -0400)]
(cse_insn): Invalidate CLOBBERed registers.

(count_reg_usage): Count registers in USE rtls on CALL_INSNs.

From-SVN: r7237

30 years ago(try_combine): Restrict combining on CALL_INSNs.
Richard Kenner [Fri, 6 May 1994 21:44:06 +0000 (17:44 -0400)]
(try_combine): Restrict combining on CALL_INSNs.

(distribute_{notes,links}): Look at CALL_INSN_FUNCTION_USAGE.

From-SVN: r7236

30 years ago(reg_used_between_p): Check usage exprs on CALL_INSNs.
Richard Kenner [Fri, 6 May 1994 21:43:38 +0000 (17:43 -0400)]
(reg_used_between_p): Check usage exprs on CALL_INSNs.

(reg_referenced_between_p, reg_set_p, dead_or_set_regno_p): Likewise.
(find_reg{,no}_fusage): New functions.

From-SVN: r7235

30 years ago(CALL_INSN_FUNCTION_USAGE): New macro.
Richard Kenner [Fri, 6 May 1994 21:40:25 +0000 (17:40 -0400)]
(CALL_INSN_FUNCTION_USAGE): New macro.

(find_reg{,no}_fusage): Prototype for new function.

From-SVN: r7234

30 years ago(CALL_INSN): Define new CALL_INSN_FUNCTION_USAGE field.
Richard Kenner [Fri, 6 May 1994 21:40:04 +0000 (17:40 -0400)]
(CALL_INSN): Define new CALL_INSN_FUNCTION_USAGE field.

From-SVN: r7233

30 years ago(assign_parms): Spread out the REG_EQUIV notes on
Richard Kenner [Fri, 6 May 1994 18:04:37 +0000 (14:04 -0400)]
(assign_parms): Spread out the REG_EQUIV notes on
CONCATs.

From-SVN: r7232

30 years ago(expand_decl): Don't set current_function_calls_alloca here nor record
Richard Kenner [Fri, 6 May 1994 17:46:14 +0000 (13:46 -0400)]
(expand_decl): Don't set current_function_calls_alloca here nor record
new stack level for nonlocal gotos.

From-SVN: r7231

30 years ago(expand_builtin...
Richard Kenner [Fri, 6 May 1994 17:44:56 +0000 (13:44 -0400)]
(expand_builtin...

(expand_builtin, case BUILT_IN_ALLOCA): Don't set
current_function_calls_alloca here nor record new stack level for
nonlocal gotos.

From-SVN: r7230

30 years ago(allocate_dynamic_stack_space): Just return virtual_stack_dynamic_rtx if asking for...
Richard Kenner [Fri, 6 May 1994 17:44:29 +0000 (13:44 -0400)]
(allocate_dynamic_stack_space): Just return virtual_stack_dynamic_rtx if asking for zero bytes.

(allocate_dynamic_stack_space): Just return virtual_stack_dynamic_rtx if
asking for zero bytes.
Set current_function_calls_alloca here and also record new stack level for
nonlocal gotos.

From-SVN: r7229

30 years ago(assign_parms): Use expr_size when appropriate.
Richard Kenner [Fri, 6 May 1994 17:32:34 +0000 (13:32 -0400)]
(assign_parms): Use expr_size when appropriate.

From-SVN: r7228

30 years ago(comptypes): An enum type if compatible with type of same signedness
Richard Kenner [Fri, 6 May 1994 16:59:23 +0000 (12:59 -0400)]
(comptypes): An enum type if compatible with type of same signedness
as well as precision.

From-SVN: r7227

30 years ago(addsi3, subsi3): Add define_expand to make adddi3/subdi3; old pattern
Richard Kenner [Fri, 6 May 1994 16:52:00 +0000 (12:52 -0400)]
(addsi3, subsi3): Add define_expand to make adddi3/subdi3; old pattern
is now anonymous.

From-SVN: r7226

30 years ago(CONST_COSTS): Revise all costs.
Richard Kenner [Fri, 6 May 1994 16:51:22 +0000 (12:51 -0400)]
(CONST_COSTS): Revise all costs.

From-SVN: r7225

30 years ago(simplify_rtx, case MULT): Don't convert MULT to shift here.
Richard Kenner [Fri, 6 May 1994 16:42:40 +0000 (12:42 -0400)]
(simplify_rtx, case MULT): Don't convert MULT to shift here.

(simplify_logical, case IOR): Convert back to PLUS if valid and it will
combine with another PLUS.
(extract_left_shift): New function.
(make_compound_operation, case ASHIFTRT): Simplify by calling it.
(force_to_mode): Don't ignore if X is a SUBREG.
(force_to_mode, case AND): Try to turn unchecked bits on instead of just off
and see which is cheaper.

From-SVN: r7224

30 years agoDon't ignore errors in for loop over $(LIB[12]FUNCS_EXTRA)
Ian Lance Taylor [Fri, 6 May 1994 15:31:51 +0000 (15:31 +0000)]
Don't ignore errors in for loop over $(LIB[12]FUNCS_EXTRA)

From-SVN: r7223

30 years agotell expand_expr that we are going to ignore the cleanup.
Mike Stump [Fri, 6 May 1994 10:13:17 +0000 (10:13 +0000)]
tell expand_expr that we are going to ignore the cleanup.

TREE_SIDE_EFFECTS should be set on these things.

From-SVN: r7222

30 years ago36th Cygnus<->FSF merge
Mike Stump [Fri, 6 May 1994 09:27:46 +0000 (09:27 +0000)]
36th Cygnus<->FSF merge

From-SVN: r7221

30 years agominor tweak.
Mike Stump [Fri, 6 May 1994 09:02:42 +0000 (09:02 +0000)]
minor tweak.

From-SVN: r7220

30 years agoloose some C++ options.
Mike Stump [Fri, 6 May 1994 08:56:35 +0000 (08:56 +0000)]
loose some C++ options.

From-SVN: r7219

30 years ago*** empty log message ***
Stan Shebs [Fri, 6 May 1994 01:00:48 +0000 (01:00 +0000)]
*** empty log message ***

From-SVN: r7218

30 years ago35th Cygnus<->FSF merge
Mike Stump [Thu, 5 May 1994 22:19:26 +0000 (22:19 +0000)]
35th Cygnus<->FSF merge

From-SVN: r7217

30 years ago(simplify_rtx, case SUBREG): Don't call force_to_mode.
Richard Kenner [Thu, 5 May 1994 18:37:00 +0000 (14:37 -0400)]
(simplify_rtx, case SUBREG): Don't call force_to_mode.

(simplify_set): Call force_to_mode here.

From-SVN: r7216

30 years ago(movhi): Simplify code involving jump-table reference.
Richard Kenner [Thu, 5 May 1994 17:39:17 +0000 (13:39 -0400)]
(movhi): Simplify code involving jump-table reference.

(load_address): Handle case of jump-table reference; output required label.

From-SVN: r7215

30 years agoInclude source file name in dependency output.
Ian Lance Taylor [Thu, 5 May 1994 16:28:46 +0000 (16:28 +0000)]
Include source file name in dependency output.

From-SVN: r7214

30 years agoRemove duplicate -freebsd* entry.
Doug Evans [Wed, 4 May 1994 22:44:55 +0000 (22:44 +0000)]
Remove duplicate -freebsd* entry.

From-SVN: r7213

30 years ago(special_symbol): Don't copy simple strings, use wchar_type.
Jason Merrill [Wed, 4 May 1994 21:32:22 +0000 (21:32 +0000)]
(special_symbol): Don't copy simple strings, use wchar_type.

        (main): Setup wchar_type for C++ if needed.
        (initialize_builtins): Use wchar_type.

From-SVN: r7212

30 years ago(push_secondary_reload): Use TYPE for secondary type if it is
Richard Kenner [Wed, 4 May 1994 21:12:27 +0000 (17:12 -0400)]
(push_secondary_reload): Use TYPE for secondary type if it is
RELOAD_FOR_{INPUT,OUTPUT}_ADDRESS.

From-SVN: r7211

30 years ago(find_reg): When looking for locally-allocated hard regs to reclaim,
Richard Kenner [Wed, 4 May 1994 20:45:28 +0000 (16:45 -0400)]
(find_reg): When looking for locally-allocated hard regs to reclaim,

use REG_ALLOC_ORDER to find least used.

From-SVN: r7210

30 years ago(emit_reload_insns): Add another way to delete an output reload.
Richard Kenner [Wed, 4 May 1994 20:41:15 +0000 (16:41 -0400)]
(emit_reload_insns): Add another way to delete an output reload.

From-SVN: r7209

30 years ago(reload, reload_as_needed): Check for use of return register with
Richard Kenner [Wed, 4 May 1994 20:35:23 +0000 (16:35 -0400)]
(reload, reload_as_needed): Check for use of return register with
reg_referenced_p, not reg_mentioned_p.

From-SVN: r7208

30 years ago(override_options): Delete TARGET_LLONG128 references.
Jim Wilson [Wed, 4 May 1994 18:28:18 +0000 (11:28 -0700)]
(override_options): Delete TARGET_LLONG128 references.

From-SVN: r7207

30 years ago(MASK_LLONG128, TARGET_LLONG128): Delete.
Jim Wilson [Wed, 4 May 1994 18:27:45 +0000 (11:27 -0700)]
(MASK_LLONG128, TARGET_LLONG128): Delete.

(TARGET_SWITCHES): Delete -mlonglong128 option.
(LONG_LONG_TYPE_SIZE): Delete TARGET_LLONG128 reference.

From-SVN: r7206

30 years agoFix typo in comment.
Jim Wilson [Wed, 4 May 1994 18:25:08 +0000 (11:25 -0700)]
Fix typo in comment.

From-SVN: r7205

30 years ago(CPP_SPEC): Delete.
Jim Wilson [Wed, 4 May 1994 18:23:33 +0000 (11:23 -0700)]
(CPP_SPEC): Delete.

(SIZE_TYPE): Delete.

From-SVN: r7204

30 years ago(CPP_SPEC): Define __PTRDIFF_TYPE__ and __mips.
Jim Wilson [Wed, 4 May 1994 18:23:09 +0000 (11:23 -0700)]
(CPP_SPEC): Define __PTRDIFF_TYPE__ and __mips.

(PTRDIFF_TYPE): Delete.
(SIZE_TYPE): Define.
(SET_ASM_OP): Define.

From-SVN: r7203

30 years ago(CPP_SPEC): Define __SIZE_TYPE__, __PTRDIFF_TYPE__, and __mips.
Jim Wilson [Wed, 4 May 1994 18:22:40 +0000 (11:22 -0700)]
(CPP_SPEC): Define __SIZE_TYPE__, __PTRDIFF_TYPE__, and __mips.

From-SVN: r7202

30 years ago(PTRDIFF_TYPE): Delete.
Jim Wilson [Wed, 4 May 1994 18:22:12 +0000 (11:22 -0700)]
(PTRDIFF_TYPE): Delete.

(CPP_SPEC): Define, overriding ultrix.h version.

From-SVN: r7201

30 years ago(CPP_SPEC): Define __SIZE_TYPE__,
Jim Wilson [Wed, 4 May 1994 18:21:37 +0000 (11:21 -0700)]
(CPP_SPEC): Define __SIZE_TYPE__,

__PTRDIFF_TYPE__, and __mips.
(SIZE_TYPE): Delete.

From-SVN: r7200

30 years ago(CPP_SPEC): Delete.
Jim Wilson [Wed, 4 May 1994 18:20:59 +0000 (11:20 -0700)]
(CPP_SPEC): Delete.

From-SVN: r7199

30 years agoMake-lang.in (cc1plus): Don't depend on OBJS or BC_OBJS, since stamp-objlist does.
Jason Merrill [Tue, 3 May 1994 23:13:23 +0000 (23:13 +0000)]
Make-lang.in (cc1plus): Don't depend on OBJS or BC_OBJS, since stamp-objlist does.

* Make-lang.in (cc1plus): Don't depend on OBJS or BC_OBJS, since
stamp-objlist does.
* Makefile.in (../cc1plus): Depend on OBJDEPS.
(OBJDEPS): Dependency version of OBJS.

From-SVN: r7198

30 years ago(../cc1plus): Depend on OBJDEPS.
Jason Merrill [Tue, 3 May 1994 23:09:22 +0000 (23:09 +0000)]
(../cc1plus): Depend on OBJDEPS.

(OBJDEPS): Dependency version of OBJS.

From-SVN: r7197

30 years ago(cc1plus): Don't depend on OBJS or BC_OBJS, since stamp-objlist does.
Jason Merrill [Tue, 3 May 1994 23:08:42 +0000 (23:08 +0000)]
(cc1plus): Don't depend on OBJS or BC_OBJS, since stamp-objlist does.

From-SVN: r7196

30 years ago(stamp-objlist): Depend on OBJS and BC_OBJS so that
Doug Evans [Tue, 3 May 1994 23:04:27 +0000 (23:04 +0000)]
(stamp-objlist): Depend on OBJS and BC_OBJS so that
subdir makes will know to re-link.

From-SVN: r7195

30 years agoDon't write out static consts now, unless we need them.
Per Bothner [Mon, 2 May 1994 23:49:19 +0000 (16:49 -0700)]
Don't write out static consts now, unless we need them.

From-SVN: r7194

30 years ago(casesi): Delete force_reg calls.
Jim Wilson [Mon, 2 May 1994 22:22:22 +0000 (15:22 -0700)]
(casesi): Delete force_reg calls.

From-SVN: r7193

30 years ago(expand_end_case): Make sure gen_casesi operands are
Jim Wilson [Mon, 2 May 1994 22:21:14 +0000 (15:21 -0700)]
(expand_end_case): Make sure gen_casesi operands are
valid by passing them through copy_to_mode_reg if necessary.

From-SVN: r7192

30 years ago(output_move_double): Always use split_double for the
Jim Wilson [Mon, 2 May 1994 21:24:52 +0000 (14:24 -0700)]
(output_move_double): Always use split_double for the
CNSTOP case.

From-SVN: r7191

30 years ago(translate_options): For options that take an argument,
Jim Wilson [Mon, 2 May 1994 20:53:21 +0000 (13:53 -0700)]
(translate_options): For options that take an argument,

don't skip the argument if it doesn't exist.

From-SVN: r7190

30 years ago(pushdecl): Use lookup_name_current_level_global instead of lookup_name for extern...
Jim Wilson [Mon, 2 May 1994 20:48:11 +0000 (13:48 -0700)]
(pushdecl): Use lookup_name_current_level_global instead of lookup_name for extern references.

(pushdecl): Use lookup_name_current_level_global instead
of lookup_name for extern references.  Don't return duplicate decl
if it came from the global binding level, and there exists a
conflicting decl in an intervening block.
(lookup_name_current_level_global); New function.

From-SVN: r7189

30 years ago(lookup_name_current_level_global): Declare.
Jim Wilson [Mon, 2 May 1994 20:47:39 +0000 (13:47 -0700)]
(lookup_name_current_level_global): Declare.

From-SVN: r7188

30 years ago(read, write): Last parm is size_t not unsigned int.
Jim Wilson [Mon, 2 May 1994 20:44:44 +0000 (13:44 -0700)]
(read, write): Last parm is size_t not unsigned int.

From-SVN: r7187

30 years ago(remap_split_bivs): New function.
Jim Wilson [Mon, 2 May 1994 20:42:23 +0000 (13:42 -0700)]
(remap_split_bivs): New function.

(unroll_loop): When remapping split bivs in the last instruction,
handle JUMP_INSNs in addition to INSNs.

From-SVN: r7186

30 years ago(INCLUDE_DEFAULTS): Add cxx_aware field.
Jason Merrill [Mon, 2 May 1994 20:37:24 +0000 (20:37 +0000)]
(INCLUDE_DEFAULTS): Add cxx_aware field.

From-SVN: r7185

30 years ago(dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross reference
Doug Evans [Fri, 29 Apr 1994 22:29:42 +0000 (22:29 +0000)]
(dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross reference
in stabs.

From-SVN: r7184

30 years ago(TYPE_DECL_SUPPRESS_DEBUG): new macro to support
Doug Evans [Fri, 29 Apr 1994 22:28:22 +0000 (22:28 +0000)]
(TYPE_DECL_SUPPRESS_DEBUG): new macro to support
suppressing of detail type infos into stabs.

From-SVN: r7183

30 years agoSeveral
Doug Evans [Fri, 29 Apr 1994 06:08:29 +0000 (06:08 +0000)]
Several
language directory reorg patches.

From-SVN: r7182

30 years ago(BC_OBJS): Delete.
Doug Evans [Fri, 29 Apr 1994 05:20:27 +0000 (05:20 +0000)]
(BC_OBJS): Delete.

(OBJS): Cat ../stamp-objlist to get language independent files.
Also use ../c-common.o.
(../cc1plus): Delete reference to BC_OBJS.

From-SVN: r7181

30 years ago(cc1plus): Depend on stamp-objlist.
Doug Evans [Fri, 29 Apr 1994 05:18:33 +0000 (05:18 +0000)]
(cc1plus): Depend on stamp-objlist.

From-SVN: r7180

30 years ago(stamp-objlist): New target.
Doug Evans [Fri, 29 Apr 1994 05:01:27 +0000 (05:01 +0000)]
(stamp-objlist): New target.

From-SVN: r7179

30 years ago(INCLUDES): Move definition to same place as parent makefile.
Doug Evans [Fri, 29 Apr 1994 02:16:48 +0000 (02:16 +0000)]
(INCLUDES): Move definition to same place as parent makefile.

(ALLOCA): Define.
(OLDAR_FLAGS): Delete.
(OLDCC): Define.
(CLIB): Define.
(SUBDIR_USE_ALLOCA): Don't use ALLOCA if compiling with gcc.

From-SVN: r7178

30 years ago(c++.distdir): mkdir tmp/cp first.
Doug Evans [Fri, 29 Apr 1994 02:14:06 +0000 (02:14 +0000)]
(c++.distdir): mkdir tmp/cp first.

From-SVN: r7177

30 years ago(USE_ALLOCA): Rearrange "'s.
Doug Evans [Fri, 29 Apr 1994 02:06:09 +0000 (02:06 +0000)]
(USE_ALLOCA): Rearrange "'s.

(FLAGS_TO_PASS): Delete CLIB, MALLOC, OBSTACK.

From-SVN: r7176

30 years ago(expand_end_case): Correct test for sign extending
Jim Wilson [Thu, 28 Apr 1994 23:06:33 +0000 (16:06 -0700)]
(expand_end_case): Correct test for sign extending
unsigned constant index when creating index_expr.

From-SVN: r7175

30 years ago(macroexpand): Use start_line for line number of the new
Jim Wilson [Thu, 28 Apr 1994 23:03:41 +0000 (16:03 -0700)]
(macroexpand): Use start_line for line number of the new
instack level pushed at the end.

From-SVN: r7174

30 years ago(adddi3, subdi3, anddi3, iordi3, xordi3): Corresponding changes.
Jim Wilson [Thu, 28 Apr 1994 22:59:27 +0000 (15:59 -0700)]
(adddi3, subdi3, anddi3, iordi3, xordi3): Corresponding changes.

(one_cmpldi3): Don't allow constants for operand 1.

From-SVN: r7173

30 years ago(arith_double_operand): Modify to accept all possible constants.
Jim Wilson [Thu, 28 Apr 1994 22:58:53 +0000 (15:58 -0700)]
(arith_double_operand): Modify to accept all possible constants.

From-SVN: r7172

30 years ago34th Cygnus<->FSF merge
Mike Stump [Thu, 28 Apr 1994 22:48:45 +0000 (22:48 +0000)]
34th Cygnus<->FSF merge

From-SVN: r7171

30 years agoremove EH from backend.
Mike Stump [Thu, 28 Apr 1994 22:46:43 +0000 (22:46 +0000)]
remove EH from backend.

From-SVN: r7170

30 years agoClarify license status.
Richard Kenner [Thu, 28 Apr 1994 22:29:12 +0000 (18:29 -0400)]
Clarify license status.

From-SVN: r7169

30 years ago(output_prolog): Use mr, lis, and li instructions.
Richard Kenner [Thu, 28 Apr 1994 22:10:10 +0000 (18:10 -0400)]
(output_prolog): Use mr, lis, and li instructions.

Use subf instruction if TARGET_POWERPC.
(output_epilog): Use cal/addi instruction.

From-SVN: r7168

30 years agoAdd missing blank line.
Richard Kenner [Thu, 28 Apr 1994 22:08:59 +0000 (18:08 -0400)]
Add missing blank line.

From-SVN: r7167

30 years ago(addsi3): Prefer add without carry instructions and flag input operands as commutativ...
Richard Kenner [Thu, 28 Apr 1994 22:08:28 +0000 (18:08 -0400)]
(addsi3): Prefer add without carry instructions and flag input operands as commutative for condition register variant.

(addsi3): Prefer add without carry instructions and
flag input operands as commutative for condition register variant.
(subsi3): Define PowerPC patterns using subtract without carry.
(numerous): Flag input operands as commutative for condition register variant.
(mov* matchers): Use mr instruction in ! TARGET_POWERPC case as well and
mr. in condition register variant.

From-SVN: r7166

30 years ago(SHARED_SECTION_ASM_OP): Defined.
Richard Kenner [Thu, 28 Apr 1994 16:48:55 +0000 (12:48 -0400)]
(SHARED_SECTION_ASM_OP): Defined.

From-SVN: r7165

30 years ago(expand_builtin): Fix typo in previous patch
Doug Evans [Thu, 28 Apr 1994 16:39:50 +0000 (16:39 +0000)]
(expand_builtin): Fix typo in previous patch
(allow __builtin_next_arg in varargs functions).

From-SVN: r7164

30 years ago(DIR): Delete.
Doug Evans [Wed, 27 Apr 1994 21:30:17 +0000 (21:30 +0000)]
(DIR): Delete.

From-SVN: r7163

30 years ago(####site overrides): Remove Cygnus cruft.
Doug Evans [Wed, 27 Apr 1994 21:22:14 +0000 (21:22 +0000)]
(####site overrides): Remove Cygnus cruft.

From-SVN: r7162

30 years agoChange _op_vec_decl to _op_vdel and _op_vec_new to _op_vnew
Jason Merrill [Wed, 27 Apr 1994 07:19:33 +0000 (07:19 +0000)]
Change _op_vec_decl to _op_vdel and _op_vec_new to _op_vnew

From-SVN: r7161

30 years agoUse new macro AGGREGATE_TYPE_P.
Per Bothner [Tue, 26 Apr 1994 23:56:21 +0000 (16:56 -0700)]
Use new macro AGGREGATE_TYPE_P.

From-SVN: r7160

30 years agoNew macro AGGREGATE_TYPE_P.
Per Bothner [Tue, 26 Apr 1994 23:55:44 +0000 (16:55 -0700)]
New macro AGGREGATE_TYPE_P.

From-SVN: r7159

30 years ago(grokdeclarator): Never warn about `long long' in system header.
Richard Kenner [Mon, 25 Apr 1994 22:47:21 +0000 (18:47 -0400)]
(grokdeclarator): Never warn about `long long' in system header.

From-SVN: r7158

30 years ago(copy_constant, case CONSTRUCTOR): Fix typo; copied list was placed on
Richard Kenner [Mon, 25 Apr 1994 22:35:21 +0000 (18:35 -0400)]
(copy_constant, case CONSTRUCTOR): Fix typo; copied list was placed on
old CONSTRUCTOR, not new one.

From-SVN: r7157

30 years ago(finish_decl): Redo last change.
Richard Kenner [Mon, 25 Apr 1994 20:47:30 +0000 (16:47 -0400)]
(finish_decl): Redo last change.

From-SVN: r7156

30 years ago(*compare*): Add missing semicolons.
Richard Kenner [Mon, 25 Apr 1994 19:04:42 +0000 (15:04 -0400)]
(*compare*): Add missing semicolons.

From-SVN: r7155

30 years ago(link_command_spec): Add -Z argument for ZMAGIC's on FreeBSD.
Richard Kenner [Mon, 25 Apr 1994 18:23:10 +0000 (14:23 -0400)]
(link_command_spec): Add -Z argument for ZMAGIC's on FreeBSD.

From-SVN: r7154

30 years agoRecognize __FreeBSD__.
Richard Kenner [Mon, 25 Apr 1994 18:22:17 +0000 (14:22 -0400)]
Recognize __FreeBSD__.

From-SVN: r7153

30 years ago(TARGET_NO_FANCY_MATH_387): Implement new option.
Richard Kenner [Mon, 25 Apr 1994 18:21:16 +0000 (14:21 -0400)]
(TARGET_NO_FANCY_MATH_387): Implement new option.

From-SVN: r7152