]> gcc.gnu.org Git - gcc.git/log
gcc.git
29 years ago(table_jump_h8300, table_jump_h8300h): Constrain operand to use register.
Doug Evans [Mon, 23 Jan 1995 20:40:56 +0000 (20:40 +0000)]
(table_jump_h8300, table_jump_h8300h): Constrain operand to use register.

From-SVN: r8789

29 years agobool changes
Jason Merrill [Sat, 21 Jan 1995 10:14:41 +0000 (10:14 +0000)]
bool changes

From-SVN: r8788

29 years ago(num_sign_bit_copies): Can handle paradoxical subreg only
Jim Wilson [Sat, 21 Jan 1995 02:23:10 +0000 (18:23 -0800)]
(num_sign_bit_copies): Can handle paradoxical subreg only
if LOAD_EXTEND_OP is defined to SIGN_EXTEND.

From-SVN: r8787

29 years ago(copy_loop_body): When check for shared address givs, use new same_insn field.
Jim Wilson [Sat, 21 Jan 1995 02:12:01 +0000 (18:12 -0800)]
(copy_loop_body): When check for shared address givs, use new same_insn field.

(copy_loop_body): When check for shared address givs, use
new same_insn field.
(find_splittable_givs): New variable v2.  Scan givs to set new
same_insn field.  Use same_insn to indentify address givs to be
shared.

From-SVN: r8786

29 years ago(record_giv): Initialize new field same_insn.
Jim Wilson [Sat, 21 Jan 1995 02:11:13 +0000 (18:11 -0800)]
(record_giv): Initialize new field same_insn.

From-SVN: r8785

29 years ago(structure induction): Add new field same_insn.
Jim Wilson [Sat, 21 Jan 1995 02:10:54 +0000 (18:10 -0800)]
(structure induction): Add new field same_insn.

From-SVN: r8784

29 years ago(save_for_inline_copying): Add comment that
Jim Wilson [Sat, 21 Jan 1995 01:59:17 +0000 (17:59 -0800)]
(save_for_inline_copying): Add comment that
nonlocal_label list should be updated if it ever can be nonzero.

From-SVN: r8783

29 years ago(delete_handlers): When clear LABEL_PRESERVE_P,
Jim Wilson [Sat, 21 Jan 1995 01:58:34 +0000 (17:58 -0800)]
(delete_handlers): When clear LABEL_PRESERVE_P,

also remove label from nonlocal_label list.

From-SVN: r8782

29 years ago(find_basic_blocks): No longer need to check for deleted
Jim Wilson [Sat, 21 Jan 1995 01:57:45 +0000 (17:57 -0800)]
(find_basic_blocks): No longer need to check for deleted
nonlocal_labels.

From-SVN: r8781

29 years ago(syms.h): Don't include under Linux.
Jim Wilson [Sat, 21 Jan 1995 01:33:08 +0000 (17:33 -0800)]
(syms.h): Don't include under Linux.

From-SVN: r8780

29 years ago(scan_loop): For the replace_rtx call, copy the rtx that is
Jim Wilson [Sat, 21 Jan 1995 01:30:34 +0000 (17:30 -0800)]
(scan_loop): For the replace_rtx call, copy the rtx that is
being substituted in before the call.

From-SVN: r8779

29 years ago(machine_dependent_reorg): When remove SUBREG, add in
Jim Wilson [Sat, 21 Jan 1995 01:23:12 +0000 (17:23 -0800)]
(machine_dependent_reorg): When remove SUBREG, add in
SUBREG_WORD to new register number.

From-SVN: r8778

29 years ago(multcosts): Do not compute cost of constant power-of-two multiplies as if they were...
Jim Wilson [Sat, 21 Jan 1995 01:11:01 +0000 (17:11 -0800)]
(multcosts): Do not compute cost of constant power-of-two multiplies as if they were shifts.

(multcosts): Do not compute cost of constant power-of-two
multiplies as if they were shifts.  Reduce multiply cost from 5 to 3.
Delete variable insn_cost.

From-SVN: r8777

29 years agostmt.c (expand_cleanups): Add 4th argument to indicate if code needs to be expanded...
Mike Stump [Fri, 20 Jan 1995 19:27:33 +0000 (19:27 +0000)]
stmt.c (expand_cleanups): Add 4th argument to indicate if code needs to be expanded for the cleanup.

        * stmt.c (expand_cleanups): Add 4th argument to indicate if code
        needs to be expanded for the cleanup.
        (expand_goto_internal): Ditto.
        (bc_expand_goto_internal): Ditto.
        (fixup_gotos): Ditto.
        (expand_end_bindings): Ditto.  We now always call expand_cleanups,
        even after BARRIERs, so that the call to the exception handling
        routines is always done.

From-SVN: r8776

29 years agobool changes
Jason Merrill [Fri, 20 Jan 1995 05:57:47 +0000 (05:57 +0000)]
bool changes

From-SVN: r8775

29 years agoAdd support for r4650, and permit HI/LO to be allocated
Ian Lance Taylor [Thu, 19 Jan 1995 23:38:09 +0000 (23:38 +0000)]
Add support for r4650, and permit HI/LO to be allocated

From-SVN: r8774

29 years agoBuild mips1/mips3 multilibs
Ian Lance Taylor [Thu, 19 Jan 1995 23:38:09 +0000 (23:38 +0000)]
Build mips1/mips3 multilibs

From-SVN: r8773

29 years ago(get_inner_reference): Don't ignore CONVERT_EXPR from non-UNION_TYPE to UNION_TYPE.
Richard Kenner [Wed, 18 Jan 1995 12:43:31 +0000 (07:43 -0500)]
(get_inner_reference): Don't ignore CONVERT_EXPR from non-UNION_TYPE to UNION_TYPE.

(get_inner_reference): Don't ignore CONVERT_EXPR from non-UNION_TYPE
to UNION_TYPE.
(expand_expr, case CONVERT_EXPR): Check for conversion to union before
checking for not changing mode.

From-SVN: r8772

29 years ago(stabilize_reference): Fix typo in last change.
Richard Kenner [Wed, 18 Jan 1995 12:42:42 +0000 (07:42 -0500)]
(stabilize_reference): Fix typo in last change.

From-SVN: r8771

29 years ago(stabilize_reference, case RTL_EXPR): New case.
Richard Kenner [Wed, 18 Jan 1995 03:33:13 +0000 (22:33 -0500)]
(stabilize_reference, case RTL_EXPR): New case.

From-SVN: r8770

29 years agopa.c (emit_move_sequence): Also handle displacements which do not fit in 14 bits...
Jeff Law [Tue, 17 Jan 1995 23:42:12 +0000 (16:42 -0700)]
pa.c (emit_move_sequence): Also handle displacements which do not fit in 14 bits for fp load/store...

* pa.c (emit_move_sequence): Also handle displacements which
do not fit in 14 bits for fp load/store secondary reloads.

From-SVN: r8769

29 years agoUse boolean_* instead of integer_* where appropriate.
Jason Merrill [Tue, 17 Jan 1995 21:43:40 +0000 (21:43 +0000)]
Use boolean_* instead of integer_* where appropriate.

From-SVN: r8768

29 years agoDeclare pedantic_lvalues.
Jason Merrill [Tue, 17 Jan 1995 21:43:40 +0000 (21:43 +0000)]
Declare pedantic_lvalues.

From-SVN: r8767

29 years agoSet boolean_*, pedantic_lvalues
Jason Merrill [Tue, 17 Jan 1995 21:43:40 +0000 (21:43 +0000)]
Set boolean_*, pedantic_lvalues

From-SVN: r8766

29 years ago(pedantic_non_lvalue): Check pedantic_lvalues instead of pedantic.
Jason Merrill [Tue, 17 Jan 1995 21:43:40 +0000 (21:43 +0000)]
(pedantic_non_lvalue): Check pedantic_lvalues instead of pedantic.

From-SVN: r8765

29 years agoDeclare boolean_*
Jason Merrill [Tue, 17 Jan 1995 21:37:56 +0000 (21:37 +0000)]
Declare boolean_*

From-SVN: r8764

29 years ago(rescan): Fix typo that caused tokens to be glued together improperly.
Richard Kenner [Mon, 16 Jan 1995 12:11:29 +0000 (07:11 -0500)]
(rescan): Fix typo that caused tokens to be glued together improperly.

From-SVN: r8763

29 years ago(get_inner_reference): Only treat offset of PLUS_EXPR as special if
Richard Kenner [Sat, 14 Jan 1995 22:49:47 +0000 (17:49 -0500)]
(get_inner_reference): Only treat offset of PLUS_EXPR as special if
second arg is integer constant.

From-SVN: r8762

29 years ago(stmp-multilib): Fix quoting of CC and CFLAGS.
Doug Evans [Sat, 14 Jan 1995 06:34:35 +0000 (06:34 +0000)]
(stmp-multilib): Fix quoting of CC and CFLAGS.

(stmp-multilib-lib): Likewise.

From-SVN: r8761

29 years agoAdd 1995 to copyright.
Doug Evans [Sat, 14 Jan 1995 06:27:58 +0000 (06:27 +0000)]
Add 1995 to copyright.

From-SVN: r8760

29 years ago(incoming_reg): Keep regstack aligned to even boundary.
Doug Evans [Sat, 14 Jan 1995 06:22:17 +0000 (06:22 +0000)]
(incoming_reg): Keep regstack aligned to even boundary.

From-SVN: r8759

29 years ago(INIT_CUMULATIVE_INCOMING_ARGS): Reserve two regs for caller's lr0,lr1.
Doug Evans [Sat, 14 Jan 1995 06:21:30 +0000 (06:21 +0000)]
(INIT_CUMULATIVE_INCOMING_ARGS): Reserve two regs for caller's lr0,lr1.

From-SVN: r8758

29 years ago(decl_attributes): Fix typo in packed ignored warning.
Doug Evans [Sat, 14 Jan 1995 06:20:26 +0000 (06:20 +0000)]
(decl_attributes): Fix typo in packed ignored warning.

Fix unrecognized mode warning.  Make string comparisons consistent.
Support machine attributes with arguments.  Make noreturn/volatile
warnings consistent with others.

From-SVN: r8757

29 years ago(extract_bit_field, fields bigger than word case): Count subwords in target.
Doug Evans [Sat, 14 Jan 1995 06:19:31 +0000 (06:19 +0000)]
(extract_bit_field, fields bigger than word case): Count subwords in target.

(extract_bit_field, fields bigger than word case): Count
subwords in target.  Zero remaining upper bits if unsigned.

From-SVN: r8756

29 years ago(plain_type_1): For LONG_LONG_TYPE_SIZE, return T_[U]LONG instead of 0 (i.e.
Richard Kenner [Sat, 14 Jan 1995 01:40:18 +0000 (20:40 -0500)]
(plain_type_1): For LONG_LONG_TYPE_SIZE, return T_[U]LONG instead of 0 (i.e.

(plain_type_1): For LONG_LONG_TYPE_SIZE, return T_[U]LONG instead of 0
(i.e. T_VOID).

From-SVN: r8755

29 years ago(expand_binop): Do not force constant shift-count to a register, to allow possible...
Richard Kenner [Sat, 14 Jan 1995 01:36:53 +0000 (20:36 -0500)]
(expand_binop): Do not force constant shift-count to a register, to allow possible widening...

(expand_binop): Do not force constant shift-count to a register, to
allow possible widening; do not convert_to_mode mode{1,2} or
copy_to_mode_reg if mode{1,2} is VOIDmode.

From-SVN: r8754

29 years ago(zero_extendsidi2): New pattern.
Richard Kenner [Sat, 14 Jan 1995 01:36:09 +0000 (20:36 -0500)]
(zero_extendsidi2): New pattern.

(extendqidi2, extendhidi2, extendsidi2, extendplussidi): New patterns.
(adddia_sexthishl32, adddid_sexthishl32): New patterns.
(adddi_dilshr32, adddi_dishl32, adddi_mem): New patterns.
(adddi3, subdi3): Allow more alternatives.
(subdia_sexthishl32, subdid_sexthishl32): New patterns.
(subdi_dishl32, subdi_mem): New patterns.
(negdi2): New pattern.
(ashldi_sexthi, ashldi_const32, ashldi_const, ashldi3): New patterns.
(subreg1ashrdi_const32, ashrdi_const32): New patterns.
(ashrdi_const32_mem, ashrdi_const, ashrdi3): New patterns.
(subreg1lshrdi_const32, lshrdi_const32, lshrdi_const, lshrdi3): Ditto.
(lshrsi_31): New pattern.
(lshrsi_16, lshrsi_17_24): New names for old unnamed patterns.

From-SVN: r8753

29 years ago(fullword move): Call output_move_const_into_data_reg.
Richard Kenner [Sat, 14 Jan 1995 01:29:19 +0000 (20:29 -0500)]
(fullword move): Call output_move_const_into_data_reg.

From-SVN: r8752

29 years ago(CONST_COSTS): Call const_int_cost.
Richard Kenner [Sat, 14 Jan 1995 01:28:45 +0000 (20:28 -0500)]
(CONST_COSTS): Call const_int_cost.

From-SVN: r8751

29 years ago(use_movqi, const_method): New functions.
Richard Kenner [Sat, 14 Jan 1995 01:28:25 +0000 (20:28 -0500)]
(use_movqi, const_method): New functions.

(const_int_cost, output_move_const_into_data_reg): Likewise.
(singlemove_string): Call output_move_const_into_data_reg.

From-SVN: r8750

29 years agoRemove use of function prototypes.
Richard Kenner [Sat, 14 Jan 1995 01:17:50 +0000 (20:17 -0500)]
Remove use of function prototypes.

From-SVN: r8749

29 years ago(unary_expr): If -pedantic, give error for &&.
Richard Kenner [Sat, 14 Jan 1995 01:15:11 +0000 (20:15 -0500)]
(unary_expr): If -pedantic, give error for &&.

From-SVN: r8748

29 years ago__attribute__ ((constructor))
Jason Merrill [Sat, 14 Jan 1995 01:09:01 +0000 (01:09 +0000)]
__attribute__ ((constructor))

From-SVN: r8747

29 years ago(execute): Don't wait for just any N subprocesses...
Richard Kenner [Sat, 14 Jan 1995 00:37:56 +0000 (19:37 -0500)]
(execute): Don't wait for just any N subprocesses...

(execute): Don't wait for just any N subprocesses, since we may have
started with some subprocesses before we started executing.  Wait just
for _our_ N subprocesses.

From-SVN: r8746

29 years ago(fold, case COND_EXPR): Properly swap args 1 and 2.
Richard Kenner [Sat, 14 Jan 1995 00:16:09 +0000 (19:16 -0500)]
(fold, case COND_EXPR): Properly swap args 1 and 2.

Strip nops from ARG2, just like ARG1.
Make {MIN,MAX}_EXPR properly when type of result different than args.

From-SVN: r8745

29 years ago(optimize_bit_field): Don't remove a SUBREG that changes mode class.
Richard Kenner [Fri, 13 Jan 1995 23:43:36 +0000 (18:43 -0500)]
(optimize_bit_field): Don't remove a SUBREG that changes mode class.

From-SVN: r8744

29 years ago(output_epilogue): Do not reference gen_ functions for insns whose
Richard Kenner [Fri, 13 Jan 1995 23:08:07 +0000 (18:08 -0500)]
(output_epilogue): Do not reference gen_ functions for insns whose
names begin with '*'.

From-SVN: r8743

29 years ago(gen_insn): Ignore insns whose names begin with '*'.
Richard Kenner [Fri, 13 Jan 1995 23:07:35 +0000 (18:07 -0500)]
(gen_insn): Ignore insns whose names begin with '*'.

From-SVN: r8742

29 years ago(stmp-multilib*): Pass CC and CFLAGS to recursive make.
Richard Kenner [Fri, 13 Jan 1995 22:58:41 +0000 (17:58 -0500)]
(stmp-multilib*): Pass CC and CFLAGS to recursive make.

From-SVN: r8741

29 years ago(ASM_FILE_START): New macro.
Richard Kenner [Fri, 13 Jan 1995 22:54:35 +0000 (17:54 -0500)]
(ASM_FILE_START): New macro.

From-SVN: r8740

29 years ago(LINK_SPEC): Add missing "\".
Richard Kenner [Fri, 13 Jan 1995 20:01:54 +0000 (15:01 -0500)]
(LINK_SPEC): Add missing "\".

From-SVN: r8739

29 years ago(LIBGCC1, CROSS_LIBGCC1): Define to empty instead of to libgcc1.null.
Jim Wilson [Thu, 12 Jan 1995 18:36:12 +0000 (10:36 -0800)]
(LIBGCC1, CROSS_LIBGCC1): Define to empty instead of to libgcc1.null.

From-SVN: r8738

29 years ago(LIBGCC1, CROSS_LIBGCC1): Define to empty instead of to libgcc1.null.y
Jim Wilson [Thu, 12 Jan 1995 18:27:48 +0000 (10:27 -0800)]
(LIBGCC1, CROSS_LIBGCC1): Define to empty instead of to libgcc1.null.y

From-SVN: r8737

29 years ago*** empty log message ***
Steve Chamberlain [Thu, 12 Jan 1995 16:18:12 +0000 (16:18 +0000)]
*** empty log message ***

From-SVN: r8736

29 years ago*** empty log message ***
Steve Chamberlain [Thu, 12 Jan 1995 16:13:44 +0000 (16:13 +0000)]
*** empty log message ***

From-SVN: r8735

29 years ago(toe64): Use Intel bit pattern for little-endian XFmode Inf.
Richard Kenner [Thu, 12 Jan 1995 12:17:56 +0000 (07:17 -0500)]
(toe64):  Use Intel bit pattern for little-endian XFmode Inf.

(e64toe): Likewise; also check the exponent field properly.

From-SVN: r8734

29 years agoNew C++ flags.
Jason Merrill [Thu, 12 Jan 1995 02:19:59 +0000 (02:19 +0000)]
New C++ flags.

From-SVN: r8733

29 years ago(REGISTER_MOVE_COST): Add LINK_OR_CTR_REGS class to expensive moves.
Richard Kenner [Wed, 11 Jan 1995 00:16:00 +0000 (19:16 -0500)]
(REGISTER_MOVE_COST): Add LINK_OR_CTR_REGS class to expensive moves.

From-SVN: r8732

29 years ago(simplify_if_then_else): Fix typo: "|" should be "||".
Richard Kenner [Wed, 11 Jan 1995 00:09:14 +0000 (19:09 -0500)]
(simplify_if_then_else): Fix typo: "|" should be "||".

From-SVN: r8731

29 years ago(fold): Avoid infinite recursion caused by last change.
Richard Kenner [Tue, 10 Jan 1995 10:49:13 +0000 (05:49 -0500)]
(fold): Avoid infinite recursion caused by last change.

From-SVN: r8730

29 years agoUpdate copyright years.
Jeff Law [Mon, 9 Jan 1995 04:32:49 +0000 (21:32 -0700)]
Update copyright years.

From-SVN: r8729

29 years ago(flush): Change to using a MEM instead of address.
Richard Kenner [Sun, 8 Jan 1995 01:46:36 +0000 (20:46 -0500)]
(flush): Change to using a MEM instead of address.

From-SVN: r8728

29 years ago(order_regs_for_local_alloc): Add casts to bcopy call.
Richard Kenner [Sun, 8 Jan 1995 01:45:37 +0000 (20:45 -0500)]
(order_regs_for_local_alloc): Add casts to bcopy call.

(print_operand, case 'f'): New case.
(sparc_initialize_trampoline): Use gen_flush instead of knowing what pattern
looks like.
Use MEM instead of address in flush insn, so virtual reg instantiation can
update.
Ensure address in flush insn is valid.

From-SVN: r8727

29 years agoFix up copyright notice.
Richard Kenner [Sun, 8 Jan 1995 01:43:06 +0000 (20:43 -0500)]
Fix up copyright notice.

From-SVN: r8726

29 years ago(dbr_schedule): Add missing casts in bzero call.
Richard Kenner [Sun, 8 Jan 1995 01:41:59 +0000 (20:41 -0500)]
(dbr_schedule): Add missing casts in bzero call.

From-SVN: r8725

29 years ago(fold, case CONVERT_EXPR): Don't remove an integer conversion when outer is FP unless...
Richard Kenner [Sat, 7 Jan 1995 13:51:14 +0000 (08:51 -0500)]
(fold, case CONVERT_EXPR): Don't remove an integer conversion when outer is FP unless it doesn't change signedness...

(fold, case CONVERT_EXPR): Don't remove an integer conversion when
outer is FP unless it doesn't change signedness; rework code in this
area to be clearer.

From-SVN: r8724

29 years agopa.h (enum processor_type): New enumeration describing the processor to schedule...
Jeff Law [Sat, 7 Jan 1995 07:59:42 +0000 (00:59 -0700)]
pa.h (enum processor_type): New enumeration describing the processor to schedule for (700, 7100, 7100LC).

* pa.h (enum processor_type): New enumeration describing the
processor to schedule for (700, 7100, 7100LC).
(pa_cpu_attr, TARGET_OPTIONS, OVERRIDE_OPTIONS): Define.
(pa_cpu_string, pa_cpu): Provide extern decls.
* pa.c (pa_cpu, pa_cpu_string): Provide definitions.
(override_options): New function.
(pa_adjust_cost): Handle PROCESSOR_7100 and PROCESSOR_7100LC
scheduling.  Handle anti-dependendy cases involving fp division
and sqrt.  Handle output dependencies correctly.  Break TYPE_FPMUL
into TYPE_FPMULSGL and TYPE_FPMULDBL.
* pa.md (cpu attribute): New attribute.
Clean up comments for PROCESSOR_700 scheduling info.  Slightly
simplify.  Make conditional on PROCESSOR_700.
Add comments and scheduling information for PROCESSOR_7100 and
PROCESSOR_7100LC.  Set types for instructions which use the shifter
to "shift".  Explicitly set lengths and types for all instructions.
Break type "fpmul" into "fmulsgl" and "fpmuldbl".

From-SVN: r8723

29 years ago(DO_GLOBAL_CTORS_BODY): Run constructors from right to
Jim Wilson [Sat, 7 Jan 1995 02:17:39 +0000 (18:17 -0800)]
(DO_GLOBAL_CTORS_BODY): Run constructors from right to
left not left to right.

From-SVN: r8722

29 years ago(get_condition): Use CONST0_RTX instead of const0_rtx.
Doug Evans [Thu, 5 Jan 1995 17:37:00 +0000 (17:37 +0000)]
(get_condition): Use CONST0_RTX instead of const0_rtx.

From-SVN: r8721

29 years agoUpdate copyright notice.
Per Bothner [Wed, 4 Jan 1995 20:57:31 +0000 (12:57 -0800)]
Update copyright notice.

From-SVN: r8720

29 years agoRecognize BSD/OS as bsdi. Patch from Chris Torek <torek@BSDI.COM>.
Per Bothner [Wed, 4 Jan 1995 20:54:24 +0000 (12:54 -0800)]
Recognize BSD/OS as bsdi.  Patch from Chris Torek <torek@BSDI.COM>.

From-SVN: r8719

29 years agopa.md (call expander): Use emit_insn_before to emit an insn to save the PIC register...
Jeff Law [Wed, 4 Jan 1995 09:26:45 +0000 (02:26 -0700)]
pa.md (call expander): Use emit_insn_before to emit an insn to save the PIC register before a function...

* pa.md (call expander): Use emit_insn_before to emit an insn to
save the PIC register before a function call.
(call_value expander): Likewise.

From-SVN: r8718

29 years ago(duplicate_decls): Push to permanent obstack before
Jim Wilson [Tue, 3 Jan 1995 20:30:52 +0000 (12:30 -0800)]
(duplicate_decls): Push to permanent obstack before
creating new function types.

From-SVN: r8717

29 years ago(va_arg, mips3 case): Use __PTRDIFF_TYPE__ not int in casts.
Jim Wilson [Tue, 3 Jan 1995 20:23:25 +0000 (12:23 -0800)]
(va_arg, mips3 case): Use __PTRDIFF_TYPE__ not int in casts.

From-SVN: r8716

29 years agoRemove special patch for <netinet/in.h>
Ian Lance Taylor [Mon, 2 Jan 1995 14:37:42 +0000 (14:37 +0000)]
Remove special patch for <netinet/in.h>

From-SVN: r8715

29 years ago52th Cygnus<->FSF merge
Mike Stump [Fri, 30 Dec 1994 21:03:40 +0000 (21:03 +0000)]
52th Cygnus<->FSF merge

From-SVN: r8714

29 years ago(c-decl.o, c-typeck.o, toplev.o, varasm.o): Include output.h.
Richard Kenner [Fri, 30 Dec 1994 13:00:38 +0000 (08:00 -0500)]
(c-decl.o, c-typeck.o, toplev.o, varasm.o): Include output.h.

From-SVN: r8713

29 years agoInclude output.h.
Richard Kenner [Fri, 30 Dec 1994 12:59:51 +0000 (07:59 -0500)]
Include output.h.

From-SVN: r8712

29 years ago({save_restore}_varasm_status): Add decls.
Richard Kenner [Fri, 30 Dec 1994 12:58:35 +0000 (07:58 -0500)]
({save_restore}_varasm_status): Add decls.

From-SVN: r8711

29 years agoAdd decls of functions in varasm.c.
Richard Kenner [Fri, 30 Dec 1994 12:58:18 +0000 (07:58 -0500)]
Add decls of functions in varasm.c.

Allow to be included when rtl.h is not.

From-SVN: r8710

29 years agoInclude output.h.
Richard Kenner [Fri, 30 Dec 1994 12:57:52 +0000 (07:57 -0500)]
Include output.h.

Add prototyes for all static functions; remove forward declarations of
non-static functions.
(assemble_variable): Add missing arg decl.
(bc_make_decl_rtl, const_hash, const_hash_rtx): Now static.
(output_addressed_constants, output_constructor): Likewise.
(bc_output_constructor): Add missing argument.
(output_byte_asm): Delete, unused.

From-SVN: r8709

29 years agocalls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return value from assign_stac...
Jeff Law [Fri, 30 Dec 1994 02:50:28 +0000 (19:50 -0700)]
calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return value from assign_stack_temp.

* calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return
value from assign_stack_temp.
(store_one_arg): Likewise.
* expr.c (save_noncopied_parts): Likewise.
(expand_expr): Likewise.
* function.c (assign_parms): Likewise.
* integrate.c (expand_inline_function): Likewise.
* stmt.c (expand_decl): Likewise.

From-SVN: r8708

29 years ago(simplify_unary_operation): Cast constant 1 to HOST_WIDE_INT
Jim Wilson [Thu, 29 Dec 1994 19:17:28 +0000 (11:17 -0800)]
(simplify_unary_operation): Cast constant 1 to HOST_WIDE_INT
before shifting left to form mask.

From-SVN: r8707

29 years ago(print_multilib_info): Initialize last_path_len to 0.
Jim Wilson [Thu, 29 Dec 1994 19:16:48 +0000 (11:16 -0800)]
(print_multilib_info): Initialize last_path_len to 0.

From-SVN: r8706

29 years ago(output_constructor): Change type of variable value to
Jim Wilson [Thu, 29 Dec 1994 19:16:13 +0000 (11:16 -0800)]
(output_constructor): Change type of variable value to
HOST_WIDE_INT.

From-SVN: r8705

29 years ago(expand_mult_highpart): Use convert_modes instead of
Jim Wilson [Thu, 29 Dec 1994 19:06:04 +0000 (11:06 -0800)]
(expand_mult_highpart): Use convert_modes instead of
gen_lowpart to do conversions.

From-SVN: r8704

29 years ago* toplev.c (lang_options): Add -frtti flag for rtti support in C++.
Mike Stump [Thu, 29 Dec 1994 18:47:54 +0000 (18:47 +0000)]
* toplev.c (lang_options): Add -frtti flag for rtti support in C++.

From-SVN: r8703

29 years agopa.h (DO_GLOBAL_DTORS_BODY): Define.
Jeff Law [Thu, 29 Dec 1994 03:06:00 +0000 (20:06 -0700)]
pa.h (DO_GLOBAL_DTORS_BODY): Define.

* config/pa/pa.h (DO_GLOBAL_DTORS_BODY): Define.  Include a
reference to __gcc_plt_call so __gcc_plt_call always appears in
executables which reference __main.

From-SVN: r8702

29 years ago* config/pa/t-pa (LIB2FUNCS_EXTRA): Define.
Jeff Law [Thu, 29 Dec 1994 03:05:51 +0000 (20:05 -0700)]
* config/pa/t-pa (LIB2FUNCS_EXTRA): Define.

From-SVN: r8701

29 years agoInitial revision
Jeff Law [Thu, 29 Dec 1994 03:05:41 +0000 (20:05 -0700)]
Initial revision

From-SVN: r8700

29 years ago(truncdiqi2+[123]): Add patterns to optimize DImode to
Jim Wilson [Thu, 29 Dec 1994 02:46:10 +0000 (18:46 -0800)]
(truncdiqi2+[123]): Add patterns to optimize DImode to
SImode truncation.

From-SVN: r8699

29 years ago(fill_simple_delay_slots): For the epilogue case...
Jim Wilson [Thu, 29 Dec 1994 02:39:10 +0000 (18:39 -0800)]
(fill_simple_delay_slots): For the epilogue case...

(fill_simple_delay_slots): For the epilogue case, set needed
to include frame pointer and stack pointer, don't include all of
end_of_function_needs. Reject insn if it sets a previously set
resource.

From-SVN: r8698

29 years ago(sh_expand_prologue): Clear extra_push at start.
Jim Wilson [Thu, 29 Dec 1994 02:31:51 +0000 (18:31 -0800)]
(sh_expand_prologue): Clear extra_push at start.

(sh_expand_prologue): Clear extra_push at start.  Clear
current_function_anonymous_args if set.  Clear shiftsyms array.
(sh_expand_epilogue): Don't clear extra_push,
current_function_pretend_args_size, current_function_anonymous_args,
and shiftsyms array.

From-SVN: r8697

29 years ago(find_equiv_reg): Exclude registers clobbered in the
Jim Wilson [Thu, 29 Dec 1994 02:17:58 +0000 (18:17 -0800)]
(find_equiv_reg): Exclude registers clobbered in the
CALL_INSN_FUNCTION_USAGE field of a CALL_INSN.

From-SVN: r8696

29 years agoCorrect typos.
Ian Lance Taylor [Wed, 28 Dec 1994 05:07:33 +0000 (05:07 +0000)]
Correct typos.

From-SVN: r8695

29 years agostmt.c (expand_cleanups): Add third parameter so that we can avoid marking a cleanup...
Mike Stump [Wed, 28 Dec 1994 00:22:13 +0000 (00:22 +0000)]
stmt.c (expand_cleanups): Add third parameter so that we can avoid marking a cleanup region if...

* stmt.c (expand_cleanups): Add third parameter so that we can
avoid marking a cleanup region if this cleanup is part of a fixup
style goto.
(expand_goto_internal): Pass a 1 to expand_cleanups.
(bc_expand_goto_internal): Ditto.
(fixup_gotos): Ditto.
(expand_end_bindings): Pass a 0 to expand_cleanups.

From-SVN: r8694

29 years ago* pa.c (output_movb): Fix ttypo.
Jeff Law [Tue, 27 Dec 1994 20:45:51 +0000 (13:45 -0700)]
* pa.c (output_movb): Fix ttypo.

From-SVN: r8693

29 years agoUse REAL_VALUE_TO_TARGET_{DOUBLE,SINGLE} to print float values
Ian Lance Taylor [Tue, 27 Dec 1994 20:11:06 +0000 (20:11 +0000)]
Use REAL_VALUE_TO_TARGET_{DOUBLE,SINGLE} to print float values

From-SVN: r8692

29 years ago(convert_to_pointer): Eliminate ref to null_pointer_node.
Richard Kenner [Sun, 25 Dec 1994 12:22:24 +0000 (07:22 -0500)]
(convert_to_pointer): Eliminate ref to null_pointer_node.

From-SVN: r8691

29 years agoHandle recursive <limits.h>
Ian Lance Taylor [Thu, 22 Dec 1994 17:50:42 +0000 (17:50 +0000)]
Handle recursive <limits.h>

From-SVN: r8690

This page took 0.096241 seconds and 5 git commands to generate.