]> gcc.gnu.org Git - gcc.git/log
gcc.git
27 years agoupdate copyright.
Michael Meissner [Tue, 21 Jan 1997 22:36:23 +0000 (22:36 +0000)]
update copyright.

From-SVN: r13544

27 years agoFix handling of vt if -mminimal-toc
Michael Meissner [Tue, 21 Jan 1997 22:26:06 +0000 (22:26 +0000)]
Fix handling of vt if -mminimal-toc

From-SVN: r13543

27 years ago90th Cygnus<->FSF quick merge
Mike Stump [Tue, 21 Jan 1997 21:32:30 +0000 (21:32 +0000)]
90th Cygnus<->FSF quick merge

From-SVN: r13542

27 years ago(mark_all_temps_used): Set KEEP as well.
Richard Kenner [Tue, 21 Jan 1997 21:03:29 +0000 (16:03 -0500)]
(mark_all_temps_used): Set KEEP as well.

From-SVN: r13541

27 years agostor-layout.c (layout_record): Correct test for whether field spans its unit of align...
Doug Evans [Tue, 21 Jan 1997 18:21:05 +0000 (18:21 +0000)]
stor-layout.c (layout_record): Correct test for whether field spans its unit of alignment in case where...

* stor-layout.c (layout_record): Correct test for whether
field spans its unit of alignment in case where
field_size == type_align.

From-SVN: r13540

27 years agoreload1.c (eliminate_regs, case MINUS): Canonicalize (minus (plus reg const) reg...
Doug Evans [Tue, 21 Jan 1997 17:15:54 +0000 (17:15 +0000)]
reload1.c (eliminate_regs, case MINUS): Canonicalize (minus (plus reg const) reg) to (plus (minus reg reg) const).

* reload1.c (eliminate_regs, case MINUS): Canonicalize
(minus (plus reg const) reg) to (plus (minus reg reg) const).
* reload.c (find_reloads_address): Treat (plus (minus reg reg) const)
the same as (plus (plus reg reg) const).

From-SVN: r13539

27 years agoComment out stack probe insn
Ian Lance Taylor [Tue, 21 Jan 1997 01:28:50 +0000 (01:28 +0000)]
Comment out stack probe insn

From-SVN: r13538

27 years agoFix editing error in last change.
Richard Kenner [Mon, 20 Jan 1997 03:18:33 +0000 (22:18 -0500)]
Fix editing error in last change.

From-SVN: r13537

27 years ago(SETUP_INCOMING_VARARGS): Delete duplicate definition.
Richard Kenner [Mon, 20 Jan 1997 02:31:33 +0000 (21:31 -0500)]
(SETUP_INCOMING_VARARGS): Delete duplicate definition.

From-SVN: r13536

27 years ago(arg_home): Add CLOBBER of MEM and USE of arg regs.
Richard Kenner [Mon, 20 Jan 1997 02:31:13 +0000 (21:31 -0500)]
(arg_home): Add CLOBBER of MEM and USE of arg regs.

From-SVN: r13535

27 years ago(set_float_handler): Set up signal catcher on first call in case a
Richard Kenner [Mon, 20 Jan 1997 02:19:04 +0000 (21:19 -0500)]
(set_float_handler): Set up signal catcher on first call in case a
front end has disabled it.

From-SVN: r13534

27 years ago(expand_inline_function): Handle a PARALLEL containing a RETURN the
Richard Kenner [Mon, 20 Jan 1997 01:54:40 +0000 (20:54 -0500)]
(expand_inline_function): Handle a PARALLEL containing a RETURN the
same as a RETURN.

From-SVN: r13533

27 years agoChange all hardcoded references of "vax" to use variable expansion instead.
Richard Kenner [Mon, 20 Jan 1997 01:37:50 +0000 (20:37 -0500)]
Change all hardcoded references of "vax" to use variable expansion instead.

(arch_indx, arch): New variables.

From-SVN: r13532

27 years agoSupport building with GNU C vs VAX C vs DEC C from the DCL command line.
Richard Kenner [Mon, 20 Jan 1997 01:34:35 +0000 (20:34 -0500)]
Support building with GNU C vs VAX C vs DEC C from the DCL command line.

From-SVN: r13531

27 years agoDeclare alloca here.
Richard Kenner [Mon, 20 Jan 1997 01:33:32 +0000 (20:33 -0500)]
Declare alloca here.

Do most of the VAX C-specific set up for DEC C.
#if DEC C, undefine QSORT_WORKAROUND and qsort.

From-SVN: r13530

27 years ago(not_qsort): Don't declare alloca.
Richard Kenner [Mon, 20 Jan 1997 01:32:45 +0000 (20:32 -0500)]
(not_qsort):  Don't declare alloca.

From-SVN: r13529

27 years ago(ashrdi_const, ashrdi3): Allow 31 as shift count.
Richard Kenner [Sun, 19 Jan 1997 23:45:13 +0000 (18:45 -0500)]
(ashrdi_const, ashrdi3): Allow 31 as shift count.

From-SVN: r13528

27 years ago(add_1_to_mem): Deleted.
Richard Kenner [Sun, 19 Jan 1997 22:20:47 +0000 (17:20 -0500)]
(add_1_to_mem): Deleted.

(output_operand_address): Added output modifier 'A'.

From-SVN: r13527

27 years ago(movh[if]-1): Corrected.
Richard Kenner [Sun, 19 Jan 1997 22:20:34 +0000 (17:20 -0500)]
(movh[if]-1): Corrected.

(movtqf-1): Deleted.

From-SVN: r13526

27 years ago(CONST_OK_FOR_LETTER_P): Recognize 'N', 'O' and 'P'.
Richard Kenner [Sun, 19 Jan 1997 22:17:50 +0000 (17:17 -0500)]
(CONST_OK_FOR_LETTER_P): Recognize 'N', 'O' and 'P'.

From-SVN: r13525

27 years ago(rot[lr][shq]i3): Allow 'N', 'O' or 'P' operands.
Richard Kenner [Sun, 19 Jan 1997 22:17:16 +0000 (17:17 -0500)]
(rot[lr][shq]i3): Allow 'N', 'O' or 'P' operands.

From-SVN: r13524

27 years agoFix previous change: {add,sub}qw should be {add,sub}ql.
Richard Kenner [Sun, 19 Jan 1997 22:09:11 +0000 (17:09 -0500)]
Fix previous change: {add,sub}qw should be {add,sub}ql.

Fix previous change: {add,sub}qw should be {add,sub}ql. For other uses
of {add,sub}q don't check for address register and always use
{add,sub}ql.

From-SVN: r13523

27 years ago#define __attribute__ to be null if compiling with GCC older than 2.7,
Richard Kenner [Sun, 19 Jan 1997 20:37:37 +0000 (15:37 -0500)]
#define __attribute__ to be null if compiling with GCC older than 2.7,

not 2.6.

From-SVN: r13522

27 years ago(PREFERRED_DEBUGGING_TYPE): Undefine.
Richard Kenner [Sun, 19 Jan 1997 20:31:50 +0000 (15:31 -0500)]
(PREFERRED_DEBUGGING_TYPE): Undefine.

From-SVN: r13521

27 years ago(main): If PREFERRED_DEBUGGING_TYPE used and set to NO_DEBUG, say
Richard Kenner [Sun, 19 Jan 1997 20:31:19 +0000 (15:31 -0500)]
(main): If PREFERRED_DEBUGGING_TYPE used and set to NO_DEBUG, say
debugging not supported.

From-SVN: r13520

27 years ago(lang_options): Add -fhosted, -ffreestanding, and -Wmain.
Richard Kenner [Sun, 19 Jan 1997 20:05:37 +0000 (15:05 -0500)]
(lang_options): Add -fhosted, -ffreestanding, and -Wmain.

From-SVN: r13519

27 years ago(warn_main, flag_hosted): New variables.
Richard Kenner [Sun, 19 Jan 1997 20:05:05 +0000 (15:05 -0500)]
(warn_main, flag_hosted): New variables.

From-SVN: r13518

27 years ago(start_decl): Add code for -Wmain.
Richard Kenner [Sun, 19 Jan 1997 20:04:35 +0000 (15:04 -0500)]
(start_decl): Add code for -Wmain.

(c_decode_option): Add -fhosted, -ffreestanding, and -Wmain.

From-SVN: r13517

27 years agoFix problems with symlinks to ".".
Richard Kenner [Sun, 19 Jan 1997 19:35:37 +0000 (14:35 -0500)]
Fix problems with symlinks to ".".

From-SVN: r13516

27 years agoFormerly extend.texi.~112~
Richard Kenner [Sun, 19 Jan 1997 19:27:06 +0000 (14:27 -0500)]
Formerly extend.texi.~112~

From-SVN: r13515

27 years ago(check_final_value): Handle insns with no luid's.
Richard Kenner [Sun, 19 Jan 1997 19:21:38 +0000 (14:21 -0500)]
(check_final_value): Handle insns with no luid's.

From-SVN: r13514

27 years ago(DIR_SEPARATOR): Define.
Richard Kenner [Sun, 19 Jan 1997 19:09:01 +0000 (14:09 -0500)]
(DIR_SEPARATOR): Define.

From-SVN: r13513

27 years ago(save_constants): Make (address (const ..)) to record both modes.
Richard Kenner [Sun, 19 Jan 1997 19:05:11 +0000 (14:05 -0500)]
(save_constants): Make (address (const ..)) to record both modes.

(copy_for_inline, copy_rtx_and_substitute, restore_constants): Use
both modes when restoring constant pool entry for ADDRESS.

From-SVN: r13512

27 years ago(convert_memory_address, case SYMBOL_REF): Copy
Richard Kenner [Sun, 19 Jan 1997 19:04:45 +0000 (14:04 -0500)]
(convert_memory_address, case SYMBOL_REF): Copy
CONSTANT_POOL_ADDRESS_P.

From-SVN: r13511

27 years ago(MINIMUM_ATOMIC_ALIGNMENT): New macro.
Richard Kenner [Sun, 19 Jan 1997 18:17:28 +0000 (13:17 -0500)]
(MINIMUM_ATOMIC_ALIGNMENT): New macro.

From-SVN: r13510

27 years ago(instantiate_virtual_regs_1...
Richard Kenner [Sun, 19 Jan 1997 13:57:20 +0000 (08:57 -0500)]
(instantiate_virtual_regs_1...

(instantiate_virtual_regs_1, case USE, case CLOBBER): Properly handle
case of shared MEM whose replacement is not valid.

From-SVN: r13509

27 years ago(get_unwidened): Don't crash if FIELD_DECL not layed out.
Richard Kenner [Sat, 18 Jan 1997 20:58:48 +0000 (15:58 -0500)]
(get_unwidened): Don't crash if FIELD_DECL not layed out.

From-SVN: r13508

27 years ago(const_hash): Treat NON_LVALUE_EXPR like CONVERT_EXPR.
Richard Kenner [Sat, 18 Jan 1997 19:08:26 +0000 (14:08 -0500)]
(const_hash): Treat NON_LVALUE_EXPR like CONVERT_EXPR.

(compare_constant_1, copy_constant, bc_assemble_integer): Likewise.
(const_hash, compare_constant_1): Use switch, not if-then-else.

From-SVN: r13507

27 years agoRemove i386 reference.
Doug Evans [Fri, 17 Jan 1997 23:28:54 +0000 (23:28 +0000)]
Remove i386 reference.

From-SVN: r13506

27 years agoDon't define STACK_POINTER_OFFSET; just use the default value
Ian Lance Taylor [Fri, 17 Jan 1997 22:11:11 +0000 (22:11 +0000)]
Don't define STACK_POINTER_OFFSET; just use the default value

From-SVN: r13505

27 years agoFix typo.
Michael Meissner [Thu, 16 Jan 1997 23:59:37 +0000 (23:59 +0000)]
Fix typo.

From-SVN: r13504

27 years agocplus-dem.c: Fix indenting; note that this file also lives in libiberty.
Mike Stump [Thu, 16 Jan 1997 23:12:53 +0000 (23:12 +0000)]
cplus-dem.c: Fix indenting; note that this file also lives in libiberty.

        * cplus-dem.c: Fix indenting; note that this file also lives in
        libiberty.
        (do_type, case 'M'): Check for a template as well as a class.

From-SVN: r13503

27 years agoCleanup specs support
Michael Meissner [Thu, 16 Jan 1997 22:15:53 +0000 (22:15 +0000)]
Cleanup specs support

From-SVN: r13502

27 years agoInitial revision
Doug Evans [Thu, 16 Jan 1997 22:07:23 +0000 (22:07 +0000)]
Initial revision

From-SVN: r13501

27 years agoAdd linux support.
Doug Evans [Thu, 16 Jan 1997 21:54:03 +0000 (21:54 +0000)]
Add linux support.

From-SVN: r13500

27 years agoUse eabi.h, not sysv.h
Michael Meissner [Thu, 16 Jan 1997 20:47:28 +0000 (20:47 +0000)]
Use eabi.h, not sysv.h

From-SVN: r13499

27 years ago(LINKER_ENDIAN_SPEC): Define.
Jim Wilson [Thu, 16 Jan 1997 18:39:45 +0000 (10:39 -0800)]
(LINKER_ENDIAN_SPEC): Define.

(LINK_SPEC): Add linker_endian_spec.
(EXTRA_SPECS): Add linker_endian_spec.

From-SVN: r13498

27 years agoFix copyright msg.
Michael Meissner [Thu, 16 Jan 1997 16:05:32 +0000 (16:05 +0000)]
Fix copyright msg.

From-SVN: r13497

27 years agomn10300.md (bCC, [...]): Use bCC .+X instead of bCC 0f.
Jeff Law [Thu, 16 Jan 1997 15:05:37 +0000 (08:05 -0700)]
mn10300.md (bCC, [...]): Use bCC .+X instead of bCC 0f.

        * mn10300/mn10300.md (bCC, inverted bCC): Use bCC .+X instead
        of bCC 0f.

From-SVN: r13496

27 years agoInitialize reload_address_{base,index}_reg_class
Ian Lance Taylor [Wed, 15 Jan 1997 19:08:54 +0000 (19:08 +0000)]
Initialize reload_address_{base,index}_reg_class

From-SVN: r13495

27 years agoUse reload_address_{base,index}_reg_class when reloading an address
Ian Lance Taylor [Wed, 15 Jan 1997 19:08:08 +0000 (19:08 +0000)]
Use reload_address_{base,index}_reg_class when reloading an address

From-SVN: r13494

27 years agoDeclare reload_address_{base,index}_reg_class
Ian Lance Taylor [Wed, 15 Jan 1997 19:07:11 +0000 (19:07 +0000)]
Declare reload_address_{base,index}_reg_class

From-SVN: r13493

27 years agoAdd support for REG[NO]_MODE_OK_FOR_BASE_P
Ian Lance Taylor [Tue, 14 Jan 1997 20:38:34 +0000 (20:38 +0000)]
Add support for REG[NO]_MODE_OK_FOR_BASE_P

From-SVN: r13492

27 years agoHandle more cases when eliminating the FP to the hard FP
Ian Lance Taylor [Tue, 14 Jan 1997 20:35:27 +0000 (20:35 +0000)]
Handle more cases when eliminating the FP to the hard FP

From-SVN: r13491

27 years agoCopy a CONST_INT rtx in force_const_mem
Ian Lance Taylor [Tue, 14 Jan 1997 20:32:22 +0000 (20:32 +0000)]
Copy a CONST_INT rtx in force_const_mem

From-SVN: r13490

27 years agoAdd support for new target macro CONSTANT_AFTER_FUNCTION_P
Ian Lance Taylor [Tue, 14 Jan 1997 20:28:45 +0000 (20:28 +0000)]
Add support for new target macro CONSTANT_AFTER_FUNCTION_P

From-SVN: r13489

27 years agoadd -D_AIX41 CPP definition
David Edelsohn [Mon, 13 Jan 1997 21:41:50 +0000 (21:41 +0000)]
add -D_AIX41 CPP definition

From-SVN: r13488

27 years ago(PREDICATE_CODES): Add complemented_arith_operand.
Jim Wilson [Mon, 13 Jan 1997 02:11:22 +0000 (18:11 -0800)]
(PREDICATE_CODES): Add complemented_arith_operand.

From-SVN: r13487

27 years ago(complemented_arith_operand): New function.
Jim Wilson [Mon, 13 Jan 1997 02:10:52 +0000 (18:10 -0800)]
(complemented_arith_operand): New function.

(print_operand): Handle `e' for CONST_INT.

From-SVN: r13486

27 years ago(norsi3, nordi3): Use canonical RTL.
Jim Wilson [Mon, 13 Jan 1997 02:03:49 +0000 (18:03 -0800)]
(norsi3, nordi3): Use canonical RTL.

(norsi3, nordi3): Use canonical RTL.  Prepend `*' to pattern
name.  Don't match immediates.
(norsi3_const, nordi3_const): New patterns.
(anddi3, iordi3, xordi3): Test TARGET_64BIT, not mips_isa
in length attribute calculation.

From-SVN: r13485

27 years ago(LINK_SPEC): Delete.
Jim Wilson [Mon, 13 Jan 1997 01:53:39 +0000 (17:53 -0800)]
(LINK_SPEC): Delete.

(STARTFILE_SPEC): Delete spurious newline.

From-SVN: r13484

27 years ago-mthreads and -mpe support
David Edelsohn [Fri, 10 Jan 1997 19:09:45 +0000 (19:09 +0000)]
-mthreads and -mpe support

From-SVN: r13483

27 years ago(LINK_SPEC): New definition.
Richard Kenner [Fri, 10 Jan 1997 12:19:18 +0000 (07:19 -0500)]
(LINK_SPEC): New definition.

From-SVN: r13482

27 years ago(FLAGS_TO_PASS): Add STAGE_PREFIX, set by configure.
Richard Kenner [Fri, 10 Jan 1997 12:16:56 +0000 (07:16 -0500)]
(FLAGS_TO_PASS): Add STAGE_PREFIX, set by configure.

From-SVN: r13481

27 years ago(dwarfout_line): Push to LINE_SECTION after calling lookup_filename.
Richard Kenner [Fri, 10 Jan 1997 12:12:18 +0000 (07:12 -0500)]
(dwarfout_line): Push to LINE_SECTION after calling lookup_filename.

From-SVN: r13480

27 years agoUse SImode instead of HImode if aligned.
Stan Cox [Thu, 9 Jan 1997 18:00:12 +0000 (18:00 +0000)]
Use SImode instead of HImode if aligned.

From-SVN: r13479

27 years agox
Jason Merrill [Tue, 7 Jan 1997 21:58:22 +0000 (21:58 +0000)]
x

From-SVN: r13478

27 years agoAdd hppa1.1-hitachi-hiuxmpp support, passed along by rms.
David J. MacKenzie [Tue, 7 Jan 1997 19:29:28 +0000 (19:29 +0000)]
Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.

From-SVN: r13390

27 years ago(movhi): Corrected case of moving constant to memory.
Richard Kenner [Mon, 6 Jan 1997 20:44:34 +0000 (15:44 -0500)]
(movhi): Corrected case of moving constant to memory.

From-SVN: r13389

27 years agoNow includes regs.h.
Richard Kenner [Mon, 6 Jan 1997 20:44:18 +0000 (15:44 -0500)]
Now includes regs.h.

({movcnt,mod}_regno_adjust): Corrected typos.

From-SVN: r13388

27 years agoDelete redundant definitions of compiler and library fns.
Richard Kenner [Mon, 6 Jan 1997 13:38:52 +0000 (08:38 -0500)]
Delete redundant definitions of compiler and library fns.

From-SVN: r13387

27 years ago(type_attribute): Ignore any subtype for now.
Richard Kenner [Mon, 6 Jan 1997 13:35:03 +0000 (08:35 -0500)]
(type_attribute): Ignore any subtype for now.

From-SVN: r13386

27 years ago(operand_equal_p): Rework to consider two expressions that have embedded identical...
Richard Kenner [Mon, 6 Jan 1997 13:00:51 +0000 (08:00 -0500)]
(operand_equal_p): Rework to consider two expressions that have embedded identical SAVE_EXPRs as equivalent...

(operand_equal_p): Rework to consider two expressions that have
embedded identical SAVE_EXPRs as equivalent; also handle some more
cases.

From-SVN: r13385

27 years agopa.md (pic_load_label): Fix test for using just an ldo rather than an addil;ldo seque...
Jeff Law [Mon, 6 Jan 1997 07:01:49 +0000 (00:01 -0700)]
pa.md (pic_load_label): Fix test for using just an ldo rather than an addil;ldo sequence to load the...

        * pa/pa.md (pic_load_label): Fix test for using just an
        ldo rather than an addil;ldo sequence to load the label's
        address.

From-SVN: r13384

27 years ago(expand_expr, case COMPONENT_REF): Fix error in last change: don't
Richard Kenner [Sun, 5 Jan 1997 12:26:37 +0000 (07:26 -0500)]
(expand_expr, case COMPONENT_REF): Fix error in last change: don't
suppress conversion if just EXPAND_SUM.

From-SVN: r13383

27 years ago(*:GNU:*:*):
Miles Bader [Sun, 5 Jan 1997 03:44:26 +0000 (03:44 +0000)]
(*:GNU:*:*):

  The machine/subtype separator printed by uname -m is now `-', not '/'.

From-SVN: r13379

27 years ago(struct tree_decl): saved_insns.i is HOST_WIDE_INT.
Richard Kenner [Sun, 5 Jan 1997 03:33:30 +0000 (22:33 -0500)]
(struct tree_decl): saved_insns.i is HOST_WIDE_INT.

From-SVN: r13378

27 years ago(const_binop): Rework to only make constants in one place; always use size_int if...
Richard Kenner [Sun, 5 Jan 1997 03:27:13 +0000 (22:27 -0500)]
(const_binop): Rework to only make constants in one place; always use size_int if small enough and of sizetype.

(const_binop): Rework to only make constants in
one place; always use size_int if small enough and of sizetype.
(size_int): Call force_fit_type.
(fold): Avoid ever changing type of input tree.

From-SVN: r13377

27 years ago(staticp, case COMPONENT_REF, BIT_FIELD_REF): Not static if bitfield.
Richard Kenner [Sun, 5 Jan 1997 03:21:27 +0000 (22:21 -0500)]
(staticp, case COMPONENT_REF, BIT_FIELD_REF): Not static if bitfield.

From-SVN: r13376

27 years ago(get_inner_reference): Fix type error.
Richard Kenner [Sun, 5 Jan 1997 03:21:00 +0000 (22:21 -0500)]
(get_inner_reference): Fix type error.

(expand_expr, case COMPONENT_REF): Don't convert if modifier
is EXPAND_CONST_ADDRESS, EXPAND_SUM, or EXPAND_INITIALIZER.

From-SVN: r13375

27 years ago(integer_pow2): Mask value to width of type.
Richard Kenner [Sun, 5 Jan 1997 03:15:48 +0000 (22:15 -0500)]
(integer_pow2): Mask value to width of type.

(tree_log2): New function.

From-SVN: r13374

27 years ago(expand_expr, case COMPONENT_REF): If taking value from a CONSTRUCTOR,
Richard Kenner [Sun, 5 Jan 1997 03:12:25 +0000 (22:12 -0500)]
(expand_expr, case COMPONENT_REF):  If taking value from a CONSTRUCTOR,

must mask/sign-extend if bitfield.
(expand_builtin, case BUILT_IN_LONGJMP): Pass type, not IDENTIFIER,
to send arg of RETURN_POPS_ARGS.

From-SVN: r13373

27 years ago(expand_expr, case COND_EXPR): Add additional cases to "singleton"
Richard Kenner [Sun, 5 Jan 1997 03:03:27 +0000 (22:03 -0500)]
(expand_expr, case COND_EXPR): Add additional cases to "singleton"
cases.

From-SVN: r13372

27 years ago(store_fixed_bit_field): If not SLOW_UNALIGNED_ACCESS, treat
Richard Kenner [Sat, 4 Jan 1997 23:58:26 +0000 (18:58 -0500)]
(store_fixed_bit_field): If not SLOW_UNALIGNED_ACCESS, treat
everything as maximally aligned.

From-SVN: r13371

27 years ago(find_split_point, case SET): If SET_SRC is NE and STORE_FLAG_VALUE is -1, see if...
Richard Kenner [Sat, 4 Jan 1997 23:48:04 +0000 (18:48 -0500)]
(find_split_point, case SET): If SET_SRC is NE and STORE_FLAG_VALUE is -1, see if we can convert into NEG of shift.

(find_split_point, case SET): If SET_SRC is NE and
STORE_FLAG_VALUE is -1, see if we can convert into NEG of shift.
(force_to_mode, case NE): Make condition stricter.

From-SVN: r13370

27 years ago(emit_library_call_value): Remove redundant check for outmode !=
Richard Kenner [Sat, 4 Jan 1997 23:43:56 +0000 (18:43 -0500)]
(emit_library_call_value): Remove redundant check for outmode !=
VOIDmode.

From-SVN: r13369

27 years agoOops, did inadvertent branch.
Karl Berry [Sat, 4 Jan 1997 19:24:13 +0000 (19:24 +0000)]
Oops, did inadvertent branch.

From-SVN: r13368

27 years ago(addsi3...
Richard Kenner [Sat, 4 Jan 1997 13:15:46 +0000 (08:15 -0500)]
(addsi3...

(addsi3, addhi3): Use two addqw (or subqw) insns when adding (or
subtracting) small integer constants (8 < N <= 16) to both address and
data registers.

From-SVN: r13367

27 years ago(output_function_{pro,epi}logue): Use addq/subq when adjusting stack
Richard Kenner [Sat, 4 Jan 1997 13:12:13 +0000 (08:12 -0500)]
(output_function_{pro,epi}logue): Use addq/subq when adjusting stack
pointer by small displacements.

From-SVN: r13366

27 years ago(basic_induction_var): Return 0 if SUBREG is not a promoted variable.
Richard Kenner [Sat, 4 Jan 1997 12:05:57 +0000 (07:05 -0500)]
(basic_induction_var): Return 0 if SUBREG is not a promoted variable.

From-SVN: r13365

27 years ago(ENDFILE_SPEC): Use "gnu", not "gnu_cc".
Richard Kenner [Sat, 4 Jan 1997 11:34:45 +0000 (06:34 -0500)]
(ENDFILE_SPEC): Use "gnu", not "gnu_cc".

From-SVN: r13364

27 years ago(vmskrunch): Try to not chop trailing uppercase letters.
Richard Kenner [Sat, 4 Jan 1997 11:34:23 +0000 (06:34 -0500)]
(vmskrunch): Try to not chop trailing uppercase letters.

From-SVN: r13363

27 years ago(PRINTF_PROTO): Use __printf__ in __attribute__, not printf.
Richard Kenner [Sat, 4 Jan 1997 11:22:32 +0000 (06:22 -0500)]
(PRINTF_PROTO): Use __printf__ in __attribute__, not printf.

From-SVN: r13362

27 years ago(rtx_equal_for_thread_p): Return 0 for floating-point.
Richard Kenner [Fri, 3 Jan 1997 16:13:19 +0000 (11:13 -0500)]
(rtx_equal_for_thread_p): Return 0 for floating-point.

From-SVN: r13361

27 years ago(find_reloads): If replaced a PLUS or MULT with a simple operand,
Richard Kenner [Fri, 3 Jan 1997 15:50:25 +0000 (10:50 -0500)]
(find_reloads): If replaced a PLUS or MULT with a simple operand,

start over again.

From-SVN: r13360

27 years ago(cmov): Fix operand numbers in case involving DF target, DF
Richard Kenner [Fri, 3 Jan 1997 14:00:55 +0000 (09:00 -0500)]
(cmov): Fix operand numbers in case involving DF target, DF
comparison, SF source.

From-SVN: r13359

27 years ago(M68*:*:R3V[567]*:*): Use uppercase 'M'.
Richard Kenner [Fri, 3 Jan 1997 13:38:47 +0000 (08:38 -0500)]
(M68*:*:R3V[567]*:*): Use uppercase 'M'.

From-SVN: r13357

27 years ago(macroexpand): Delete any no-reexpansion marker that follows an identifier at...
Richard Kenner [Fri, 3 Jan 1997 13:19:34 +0000 (08:19 -0500)]
(macroexpand): Delete any no-reexpansion marker that follows an identifier at...

(macroexpand): Delete any no-reexpansion marker that follows an
identifier at the beginning of an argument that is concatenated with
what precedes it.

From-SVN: r13356

27 years ago(fill_slots_from_thread): Skip moved insn in all three cases.
Richard Kenner [Fri, 3 Jan 1997 12:59:13 +0000 (07:59 -0500)]
(fill_slots_from_thread): Skip moved insn in all three cases.

From-SVN: r13355

27 years ago(struct function): New field args_info.
Richard Kenner [Fri, 3 Jan 1997 12:51:40 +0000 (07:51 -0500)]
(struct function): New field args_info.

From-SVN: r13354

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