]> gcc.gnu.org Git - gcc.git/log
gcc.git
31 years agoDeleted casts to void.
Richard Stallman [Sun, 2 May 1993 04:47:17 +0000 (04:47 +0000)]
Deleted casts to void.

(emdnorm, eifrac, euifrac, mtherr): Replace
unconditional `pedwarn' by `warning' conditional on `extra_warnings'.
(toe24, todec): Use ERANGE to flag overflow on (non-IEEE)
machines that do not have infinity.
(etoasc): Check explicitly for overflow of leading decimal digit.
(asctoeg): Test for, and immediately reject, out-of-bounds
decimal exponent inputs.
(at top level): Include errno.h; reference errno, warning, extra_warnings.

From-SVN: r4300

31 years ago* pa.md (shadd for reload): Change constraints to match the output template.
Jeff Law [Sun, 2 May 1993 04:30:07 +0000 (22:30 -0600)]
* pa.md (shadd for reload): Change constraints to match the output template.

From-SVN: r4299

31 years ago(libobjc.a): Depend on $(USE_COLLECT2)
Richard Stallman [Sat, 1 May 1993 21:02:37 +0000 (21:02 +0000)]
(libobjc.a): Depend on $(USE_COLLECT2)

From-SVN: r4298

31 years ago(xforward): Add `else true;' for Ultrix 4.2 make.
Richard Stallman [Sat, 1 May 1993 21:02:10 +0000 (21:02 +0000)]
(xforward): Add `else true;' for Ultrix 4.2 make.

From-SVN: r4297

31 years ago(WORD_SWITCH_TAKES_ARG): Fix typo.
Richard Stallman [Sat, 1 May 1993 20:37:54 +0000 (20:37 +0000)]
(WORD_SWITCH_TAKES_ARG): Fix typo.

From-SVN: r4296

31 years ago(simplify_binary_operation): Reject CCmode in A & (~A) -> 0.
Richard Stallman [Sat, 1 May 1993 16:55:51 +0000 (16:55 +0000)]
(simplify_binary_operation): Reject CCmode in  A & (~A) -> 0.

Also fix typos in previous change.

From-SVN: r4295

31 years ago(build_ivar_reference): Warn when a class method
Tom Wood [Sat, 1 May 1993 10:48:31 +0000 (10:48 +0000)]
(build_ivar_reference): Warn when a class method
refers to an instance variable.

From-SVN: r4294

31 years ago(truthvalue_conversion): Specific error message when the "truthvalue" of a struct...
Richard Stallman [Sat, 1 May 1993 04:09:06 +0000 (04:09 +0000)]
(truthvalue_conversion): Specific error message when the "truthvalue" of a struct...

(truthvalue_conversion):  Specific error message when the
"truthvalue" of a struct, union, or array type operand is needed.

From-SVN: r4293

31 years ago(yylex): Avoid invalid shift for erroneous empty char const.
Richard Stallman [Sat, 1 May 1993 02:59:52 +0000 (02:59 +0000)]
(yylex): Avoid invalid shift for erroneous empty char const.

From-SVN: r4292

31 years ago(subst, case COMPARE): Use SELECT_CC_MODE even if HAVE_CC0.
Richard Stallman [Sat, 1 May 1993 02:55:05 +0000 (02:55 +0000)]
(subst, case COMPARE): Use SELECT_CC_MODE even if HAVE_CC0.

From-SVN: r4291

31 years ago(LONG_DOUBLE_TYPE_SIZE): Ifdef out.
Jim Wilson [Fri, 30 Apr 1993 19:19:18 +0000 (12:19 -0700)]
(LONG_DOUBLE_TYPE_SIZE): Ifdef out.

From-SVN: r4290

31 years agoFix syntax error.
Doug Evans [Fri, 30 Apr 1993 18:52:42 +0000 (18:52 +0000)]
Fix syntax error.

From-SVN: r4289

31 years ago(install-normal): Move install-libgcc after $(INSTALL_HEADERS) in deps.
Richard Stallman [Fri, 30 Apr 1993 16:07:56 +0000 (16:07 +0000)]
(install-normal): Move install-libgcc after $(INSTALL_HEADERS) in deps.

(tooldir): Use exec_prefix, not prefix.
(gcc.o): Likewise for TOOLDIR_BASE_PREFIX.

From-SVN: r4288

31 years ago(cse_insn): Reset the INSN_CODE for conditional
Richard Stallman [Fri, 30 Apr 1993 16:04:40 +0000 (16:04 +0000)]
(cse_insn): Reset the INSN_CODE for conditional
or computed jumps which have been converted into simplejumps.

From-SVN: r4287

31 years agoFix #endif comments
Ian Lance Taylor [Fri, 30 Apr 1993 16:00:15 +0000 (16:00 +0000)]
Fix #endif comments

From-SVN: r4286

31 years agoAccept sh, hms.
Steve Chamberlain [Fri, 30 Apr 1993 14:49:35 +0000 (14:49 +0000)]
Accept sh, hms.

From-SVN: r4285

31 years agoInitial revision
Steve Chamberlain [Fri, 30 Apr 1993 14:29:19 +0000 (14:29 +0000)]
Initial revision

From-SVN: r4284

31 years ago(default_conversion): Undo last change.
Richard Stallman [Fri, 30 Apr 1993 12:42:41 +0000 (12:42 +0000)]
(default_conversion): Undo last change.

From-SVN: r4283

31 years agoComment fix.
Richard Stallman [Fri, 30 Apr 1993 03:15:53 +0000 (03:15 +0000)]
Comment fix.

From-SVN: r4282

31 years ago(default_conversion): Pass through non-lvalue arrays without any conversion and/or...
Richard Stallman [Fri, 30 Apr 1993 00:54:54 +0000 (00:54 +0000)]
(default_conversion): Pass through non-lvalue arrays without any conversion and/or error messages.

(default_conversion):  Pass through non-lvalue arrays
without any conversion and/or error messages.  Such operands are
perfectly OK in many contexts.

(build_conditional_expr): Do default_conversion
before testing for ERROR_MARK.

From-SVN: r4281

31 years ago(ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
Richard Stallman [Fri, 30 Apr 1993 00:53:35 +0000 (00:53 +0000)]
(ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):

Definitions put into #if 0.

From-SVN: r4280

31 years agoDefine SMALL_ARG_MAX
Ian Lance Taylor [Thu, 29 Apr 1993 21:13:46 +0000 (21:13 +0000)]
Define SMALL_ARG_MAX

From-SVN: r4279

31 years agoIf SMALL_ARG_MAX is defined don't pass non-directories in environment
Ian Lance Taylor [Thu, 29 Apr 1993 21:11:44 +0000 (21:11 +0000)]
If SMALL_ARG_MAX is defined don't pass non-directories in environment

From-SVN: r4278

31 years ago(float_extend:DF recognizer): Add missing arg to output_asm_insn.
Torbjorn Granlund [Thu, 29 Apr 1993 19:04:26 +0000 (19:04 +0000)]
(float_extend:DF recognizer): Add missing arg to output_asm_insn.

(float_truncate:SF recognizer): Likewise.

From-SVN: r4277

31 years ago_forward.c renamed to xforward.c
Kresten Krab Thorup [Thu, 29 Apr 1993 17:16:48 +0000 (17:16 +0000)]
_forward.c renamed to xforward.c

From-SVN: r4276

31 years ago(movxf): Add pattern for soft-float moves.
Richard Stallman [Thu, 29 Apr 1993 16:59:21 +0000 (16:59 +0000)]
(movxf): Add pattern for soft-float moves.

From-SVN: r4275

31 years ago(output_move_double): Support XFmode moves.
Richard Stallman [Thu, 29 Apr 1993 16:55:35 +0000 (16:55 +0000)]
(output_move_double): Support XFmode moves.

From-SVN: r4274

31 years ago(output_call): Add missing arg to output_asm_insn.
Richard Stallman [Thu, 29 Apr 1993 16:51:53 +0000 (16:51 +0000)]
(output_call): Add missing arg to output_asm_insn.

From-SVN: r4273

31 years ago(default_compilers): Inhibit -D__OPTIMIZE__ if -O0.
Richard Stallman [Thu, 29 Apr 1993 16:39:56 +0000 (16:39 +0000)]
(default_compilers): Inhibit -D__OPTIMIZE__ if -O0.

From-SVN: r4272

31 years agoAdded check for selectors==0
Kresten Krab Thorup [Thu, 29 Apr 1993 11:50:17 +0000 (11:50 +0000)]
Added check for selectors==0

From-SVN: r4271

31 years agoUninstalled argframe macros
Kresten Krab Thorup [Thu, 29 Apr 1993 07:06:18 +0000 (07:06 +0000)]
Uninstalled argframe macros

From-SVN: r4270

31 years agopa.c (emit_move_sequence): After legitimizing a PIC address make sure to copy it...
Jeff Law [Thu, 29 Apr 1993 04:05:48 +0000 (22:05 -0600)]
pa.c (emit_move_sequence): After legitimizing a PIC address make sure to copy it from the temporary...

* pa.c (emit_move_sequence): After legitimizing a PIC
address make sure to copy it from the temporary register
into the final destination.

From-SVN: r4269

31 years agopa.h (CONDITIONAL_REGISTER_USAGE): %r19 is fixed if flag_pic is true.
Jeff Law [Thu, 29 Apr 1993 04:05:27 +0000 (22:05 -0600)]
pa.h (CONDITIONAL_REGISTER_USAGE): %r19 is fixed if flag_pic is true.

* pa.h (CONDITIONAL_REGISTER_USAGE): %r19 is fixed
if flag_pic is true.

From-SVN: r4268

31 years ago(distdir): Omit RCS subdir of config.
Roland McGrath [Wed, 28 Apr 1993 23:58:12 +0000 (23:58 +0000)]
(distdir): Omit RCS subdir of config.

From-SVN: r4267

31 years agopa.h (HARD_REGNO_MODE_OK): Allow modes smaller than 4 bytes for 1.0 FP registers.
Jeff Law [Wed, 28 Apr 1993 22:15:08 +0000 (16:15 -0600)]
pa.h (HARD_REGNO_MODE_OK): Allow modes smaller than 4 bytes for 1.0 FP registers.

* pa.h (HARD_REGNO_MODE_OK): Allow modes smaller than 4 bytes
for 1.0 FP registers.

From-SVN: r4266

31 years ago(distdir): Copy subdirectories of config/ too.
Roland McGrath [Wed, 28 Apr 1993 20:40:38 +0000 (20:40 +0000)]
(distdir): Copy subdirectories of config/ too.

From-SVN: r4265

31 years ago(extraclean): Delete *.z as well.
Roland McGrath [Wed, 28 Apr 1993 20:19:18 +0000 (20:19 +0000)]
(extraclean): Delete *.z as well.

From-SVN: r4264

31 years agoMove setting -mgpopt from CC1_SPEC to OPTIMIZATION_OPTIONS.
Michael Meissner [Wed, 28 Apr 1993 19:16:40 +0000 (19:16 +0000)]
Move setting -mgpopt from CC1_SPEC to OPTIMIZATION_OPTIONS.

From-SVN: r4263

31 years agoMove setting -mgpopt from CC1_SPEC to OPTIMIZATION_OPTIONS.
Michael Meissner [Wed, 28 Apr 1993 19:16:40 +0000 (19:16 +0000)]
Move setting -mgpopt from CC1_SPEC to OPTIMIZATION_OPTIONS.

Don't emit a symbol if the language is "C".

From-SVN: r4262

31 years agoDon't emit a symbol if the language is "C".
Michael Meissner [Wed, 28 Apr 1993 19:16:40 +0000 (19:16 +0000)]
Don't emit a symbol if the language is "C".

From-SVN: r4261

31 years ago(emit_block_move): Cast to unsiged HOST_WIDE_INT instead of unsigned int.
Richard Kenner [Wed, 28 Apr 1993 18:57:49 +0000 (14:57 -0400)]
(emit_block_move): Cast to unsiged HOST_WIDE_INT instead of unsigned int.

From-SVN: r4260

31 years ago(simplify_binary_operation, case SMAX): Cast to unsiged HOST_WIDE_INT
Richard Kenner [Wed, 28 Apr 1993 18:56:43 +0000 (14:56 -0400)]
(simplify_binary_operation, case SMAX): Cast to unsiged HOST_WIDE_INT
instead of unsigned int.

From-SVN: r4259

31 years ago(force_to_mode, simplify_comparison): Cast to unsiged HOST_WIDE_INT
Richard Kenner [Wed, 28 Apr 1993 18:55:47 +0000 (14:55 -0400)]
(force_to_mode, simplify_comparison): Cast to unsiged HOST_WIDE_INT
instead of unsigned int.

From-SVN: r4258

31 years ago(yylex): Don't use unsigned comparison to also check for < 0; do it
Richard Kenner [Wed, 28 Apr 1993 18:54:51 +0000 (14:54 -0400)]
(yylex): Don't use unsigned comparison to also check for < 0; do it
explicitly.

From-SVN: r4257

31 years agoFixed bug in argframe
Kresten Krab Thorup [Wed, 28 Apr 1993 14:30:33 +0000 (14:30 +0000)]
Fixed bug in argframe

From-SVN: r4256

31 years ago(convert_to_integer): When we want to return zero, be sure we honor
Richard Kenner [Wed, 28 Apr 1993 10:16:57 +0000 (06:16 -0400)]
(convert_to_integer): When we want to return zero, be sure we honor
any side-effects in our operand.

From-SVN: r4255

31 years ago(stmp-int-hdrs): No longer depends on gsyslimits.h.
Richard Kenner [Tue, 27 Apr 1993 23:16:40 +0000 (19:16 -0400)]
(stmp-int-hdrs): No longer depends on gsyslimits.h.

Don't make include/syslimits.h here since we want to test the limits.h
made by fixincludes, not by the later part of this rule.
(stmp-fixinc): Depends on gsyslimits.h.
Make include/syslimits.h here.

From-SVN: r4254

31 years agoChanged to use argframe macros
Kresten Krab Thorup [Tue, 27 Apr 1993 20:36:53 +0000 (20:36 +0000)]
Changed to use argframe macros

From-SVN: r4253

31 years agoreorg.c (dbr_schedule): Do not run the delay slot scheduling pass if...
Jeff Law [Tue, 27 Apr 1993 20:33:32 +0000 (14:33 -0600)]
reorg.c (dbr_schedule): Do not run the delay slot scheduling pass if...

* reorg.c (dbr_schedule): Do not run the delay slot
scheduling pass if the current function has no insns
other than the prologue and epilogue.

From-SVN: r4252

31 years agoUse gas.h instead of bsd.h.
Tom Wood [Tue, 27 Apr 1993 20:31:20 +0000 (20:31 +0000)]
Use gas.h instead of bsd.h.

        (ASM_GENERATE_INTERNAL_LABEL): Define.

From-SVN: r4251

31 years ago(NeXT_OBJC, STANDARD_EXEC_PREFIX): Delete.
Tom Wood [Tue, 27 Apr 1993 20:30:55 +0000 (20:30 +0000)]
(NeXT_OBJC, STANDARD_EXEC_PREFIX): Delete.

From-SVN: r4250

31 years ago* pa.md (blockage): New pattern.
Jeff Law [Tue, 27 Apr 1993 16:21:41 +0000 (10:21 -0600)]
* pa.md (blockage): New pattern.

From-SVN: r4249

31 years agopa.c (hppa_expand_epilogue): Emit a "blockage" insn to keepthe stack and frame pointe...
Jeff Law [Tue, 27 Apr 1993 16:21:12 +0000 (10:21 -0600)]
pa.c (hppa_expand_epilogue): Emit a "blockage" insn to keepthe stack and frame pointer adjustments at the...

* pa.c (hppa_expand_epilogue): Emit a "blockage" insn
to keepthe stack and frame pointer adjustments at the
end of the epilogue.

From-SVN: r4248

31 years agoBase WORD_SWITCH_TAKES_ARG on new macro DEFAULT_WORD_SWITCH_TAKES_ARG
Ian Lance Taylor [Tue, 27 Apr 1993 14:58:13 +0000 (14:58 +0000)]
Base WORD_SWITCH_TAKES_ARG on new macro DEFAULT_WORD_SWITCH_TAKES_ARG

From-SVN: r4247

31 years ago(alpha_emit_set_const...
Richard Kenner [Tue, 27 Apr 1993 11:38:37 +0000 (07:38 -0400)]
(alpha_emit_set_const...

(alpha_emit_set_const, output_{pro,epi}log): Generate insns to load
constants into a register using a method that works on a 32-bit
machine as well.

From-SVN: r4246

31 years ago-x test changed to -s test in fflags target
Kresten Krab Thorup [Tue, 27 Apr 1993 10:30:12 +0000 (10:30 +0000)]
-x test changed to -s test in fflags target

From-SVN: r4245

31 years agoDefinition of (Meta)Class_t eliminated, using Class*
Kresten Krab Thorup [Tue, 27 Apr 1993 07:41:50 +0000 (07:41 +0000)]
Definition of (Meta)Class_t eliminated, using Class*

From-SVN: r4244

31 years ago(fold): Signedness matters for comparisons and right shifts.
Richard Kenner [Mon, 26 Apr 1993 23:12:11 +0000 (19:12 -0400)]
(fold): Signedness matters for comparisons and right shifts.

From-SVN: r4243

31 years ago(ONLY_INT_FIELD): Define again; this time say why.
Richard Kenner [Mon, 26 Apr 1993 23:08:12 +0000 (19:08 -0400)]
(ONLY_INT_FIELD): Define again; this time say why.

From-SVN: r4242

31 years agoUse INTEGRAL_TYPE_P and FLOAT_TYPE_P.
Richard Kenner [Mon, 26 Apr 1993 23:02:43 +0000 (19:02 -0400)]
Use INTEGRAL_TYPE_P and FLOAT_TYPE_P.

From-SVN: r4241

31 years ago(INTEGRAL_TYPE_P, FLOAT_TYPE_P): New macros.
Richard Kenner [Mon, 26 Apr 1993 23:01:42 +0000 (19:01 -0400)]
(INTEGRAL_TYPE_P, FLOAT_TYPE_P): New macros.

From-SVN: r4240

31 years ago(other_variable_style_function): Properly test for the presence of the
Richard Kenner [Mon, 26 Apr 1993 22:51:25 +0000 (18:51 -0400)]
(other_variable_style_function): Properly test for the presence of the
string "...".

From-SVN: r4239

31 years ago(pushdecl): Don't make a copy of type of error_mark_node.
Richard Kenner [Mon, 26 Apr 1993 22:47:48 +0000 (18:47 -0400)]
(pushdecl): Don't make a copy of type of error_mark_node.

From-SVN: r4238

31 years agopa-hpux.h (LINK_LIBGCC_SPECIAL): Delete.
Jeff Law [Mon, 26 Apr 1993 22:16:26 +0000 (16:16 -0600)]
pa-hpux.h (LINK_LIBGCC_SPECIAL): Delete.

* pa-hpux.h (LINK_LIBGCC_SPECIAL): Delete.
(RELATIVE_PREFIX_NOT_LINKDIR): Delete.

From-SVN: r4237

31 years agoAdd alpha support.
Michael Meissner [Mon, 26 Apr 1993 20:56:07 +0000 (20:56 +0000)]
Add alpha support.

From-SVN: r4236

31 years agoRuntime portability cleanup
Kresten Krab Thorup [Mon, 26 Apr 1993 16:06:37 +0000 (16:06 +0000)]
Runtime portability cleanup

From-SVN: r4235

31 years ago(ASM_OUTPUT_LONG_DOUBLE): New macro.
Doug Evans [Mon, 26 Apr 1993 11:52:51 +0000 (11:52 +0000)]
(ASM_OUTPUT_LONG_DOUBLE): New macro.

From-SVN: r4234

31 years agoChanged unsigned int to size_t when casting pointers to integers
Kresten Krab Thorup [Mon, 26 Apr 1993 09:45:17 +0000 (09:45 +0000)]
Changed unsigned int to size_t when casting pointers to integers

From-SVN: r4233

31 years agoUpdated to use IN_OBJC
Kresten Krab Thorup [Mon, 26 Apr 1993 07:40:03 +0000 (07:40 +0000)]
Updated to use IN_OBJC

From-SVN: r4232

31 years agoUpdated to use the above IN_OBJC
Kresten Krab Thorup [Mon, 26 Apr 1993 07:39:32 +0000 (07:39 +0000)]
Updated to use the above IN_OBJC

From-SVN: r4231

31 years agoTake out archiving for alpha
Kresten Krab Thorup [Mon, 26 Apr 1993 07:39:17 +0000 (07:39 +0000)]
Take out archiving for alpha

From-SVN: r4230

31 years agoTake out archiving support for alpha
Kresten Krab Thorup [Mon, 26 Apr 1993 07:38:58 +0000 (07:38 +0000)]
Take out archiving support for alpha

From-SVN: r4229

31 years agoTake out archiving support for alpha.
Kresten Krab Thorup [Mon, 26 Apr 1993 07:38:28 +0000 (07:38 +0000)]
Take out archiving support for alpha.

From-SVN: r4228

31 years agonew #define used to control inclusion of gstdarg or stdarg for the runtime.
Kresten Krab Thorup [Mon, 26 Apr 1993 07:38:11 +0000 (07:38 +0000)]
new #define used to control inclusion of gstdarg or stdarg for the runtime.

new #define used to control inclusion
        of gstdarg or stdarg for the runtime. .

From-SVN: r4227

31 years ago(NOTE_INSN_FUNCTION_BEG): Make non-zero.
Doug Evans [Mon, 26 Apr 1993 00:18:16 +0000 (00:18 +0000)]
(NOTE_INSN_FUNCTION_BEG): Make non-zero.

From-SVN: r4226

31 years ago(output_decl): Check for DECL_INITIAL == NULL_TREE rather than DECL_EXTERNAL !=...
Richard Kenner [Sun, 25 Apr 1993 22:11:11 +0000 (18:11 -0400)]
(output_decl): Check for DECL_INITIAL == NULL_TREE rather than DECL_EXTERNAL !=...

(output_decl): Check for DECL_INITIAL == NULL_TREE rather than
DECL_EXTERNAL != 0 when trying to see if we have a mere function
declaration rather than a function definition.
(dwarfout_file_scope_decl): Likewise.  Also, don't bother checking
TREE_USED for file-scope functions, since it isn't 100% accurate until
the end of compilation anyway.

From-SVN: r4225

31 years ago(mem_aligned_8): Delete ifdefed out code.
Jim Wilson [Sun, 25 Apr 1993 21:30:06 +0000 (14:30 -0700)]
(mem_aligned_8): Delete ifdefed out code.

(mem_aligned_8): Delete ifdefed out code.  Add support
for TARGET_UNALIGNED_DOUBLES.

From-SVN: r4224

31 years ago(TARGET_HOPE_ALIGN, TARGET_FORCE_ALIGN): Delete.
Jim Wilson [Sun, 25 Apr 1993 21:29:29 +0000 (14:29 -0700)]
(TARGET_HOPE_ALIGN, TARGET_FORCE_ALIGN): Delete.

(TARGET_UNALIGNED_DOUBLES): Define.
(TARGET_SWITCHES): Delete hope-align, force-align.  Add
unaligned-doubles and no-unaligned-doubles.
(ROUND_REG): Delete.
(FIRST_PARM_OFFSET, FUNCTION_ARG_ADVANCE, FUNCTION_ARG,
FUNCTION_INCOMING_ARG, FUNCTION_ARG_PARTIAL_NREGS,
FUNCTION_ARG_BOUNDARY): Delete force-align support.
(LONG_DOUBLE_TYPE_SIZE): Define to 128.

From-SVN: r4223

31 years ago(create_reg_dead_note): Rewrite so as to conserve registers killed not number of...
Jim Wilson [Sun, 25 Apr 1993 21:24:15 +0000 (14:24 -0700)]
(create_reg_dead_note): Rewrite so as to conserve registers killed not number of REG_DEAD notes.

(create_reg_dead_note): Rewrite so as to conserve
registers killed not number of REG_DEAD notes.
(schedule_block): Change comments about dead_notes variable.

From-SVN: r4222

31 years ago(REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER): Make %f0/%f1
Jim Wilson [Sun, 25 Apr 1993 21:20:55 +0000 (14:20 -0700)]
(REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER): Make %f0/%f1
the last float registers allocated.

From-SVN: r4221

31 years ago(movstrsi): Comment out.
Jim Wilson [Sun, 25 Apr 1993 21:18:26 +0000 (14:18 -0700)]
(movstrsi): Comment out.

From-SVN: r4220

31 years ago(output_load_address, output_size_for_block_move,
Jim Wilson [Sun, 25 Apr 1993 21:17:59 +0000 (14:17 -0700)]
(output_load_address, output_size_for_block_move,

output_block_move): Ifdef out.

From-SVN: r4219

31 years ago(output_function_epilogue): Emit 'nop' instead of
Jim Wilson [Sun, 25 Apr 1993 21:14:37 +0000 (14:14 -0700)]
(output_function_epilogue): Emit 'nop' instead of
'sub %sp,-0,%sp' when the frame is empty.

From-SVN: r4218

31 years ago(movdf): Add a define split.
Jim Wilson [Sun, 25 Apr 1993 21:14:10 +0000 (14:14 -0700)]
(movdf): Add a define split.

From-SVN: r4217

31 years ago(extract_fixed_bit_field): Adjust BITPOS so that it
Jim Wilson [Sun, 25 Apr 1993 21:07:22 +0000 (14:07 -0700)]
(extract_fixed_bit_field): Adjust BITPOS so that it
fits inside MODE before adjusting OFFSET to get an aligned address.

From-SVN: r4216

31 years ago(make_decl_rtl): If a variable has an asm operand that refers to,
Richard Kenner [Sun, 25 Apr 1993 17:00:40 +0000 (13:00 -0400)]
(make_decl_rtl): If a variable has an asm operand that refers to,

e.g., fp, make a distinct RTL for it.

From-SVN: r4215

31 years ago(init_decl_processing): Last arg to __builtin_apply is size_t, not int.
Richard Kenner [Sun, 25 Apr 1993 16:59:28 +0000 (12:59 -0400)]
(init_decl_processing): Last arg to __builtin_apply is size_t, not int.

From-SVN: r4214

31 years ago(yylex): Don't warn about floating point out of range if target
Richard Kenner [Sun, 25 Apr 1993 14:22:15 +0000 (10:22 -0400)]
(yylex): Don't warn about floating point out of range if target
floating-point format is IEEE.

From-SVN: r4213

31 years ago(SIZE_TYPE): Deleted.
Richard Kenner [Sun, 25 Apr 1993 10:28:45 +0000 (06:28 -0400)]
(SIZE_TYPE): Deleted.

From-SVN: r4212

31 years ago(forget_protocol_qualifiers): Cast enums to int before comparing.
Richard Kenner [Sat, 24 Apr 1993 20:45:57 +0000 (16:45 -0400)]
(forget_protocol_qualifiers): Cast enums to int before comparing.

From-SVN: r4211

31 years agopa.md (cacheflush): Rework pattern and output template to avoid using REG+D addressing.
Jeff Law [Sat, 24 Apr 1993 17:08:24 +0000 (11:08 -0600)]
pa.md (cacheflush): Rework pattern and output template to avoid using REG+D addressing.

* pa.md (cacheflush): Rework pattern and output template to avoid
using REG+D addressing.

From-SVN: r4210

31 years agopa.h (INITIALIZE_TRAMPOLINE): Pass a register operand, not a memory operand to "cache...
Jeff Law [Sat, 24 Apr 1993 17:07:59 +0000 (11:07 -0600)]
pa.h (INITIALIZE_TRAMPOLINE): Pass a register operand, not a memory operand to "cacheflush".

* pa.h (INITIALIZE_TRAMPOLINE): Pass a register operand, not a
memory operand to "cacheflush".

From-SVN: r4209

31 years ago(invalidate): Use proper type for in_table.
Richard Kenner [Sat, 24 Apr 1993 15:39:59 +0000 (11:39 -0400)]
(invalidate): Use proper type for in_table.

From-SVN: r4208

31 years ago(mark_used_regs): Use proper type for {all,some}_needed.
Richard Kenner [Sat, 24 Apr 1993 15:39:13 +0000 (11:39 -0400)]
(mark_used_regs): Use proper type for {all,some}_needed.

From-SVN: r4207

31 years ago(build_binary_op, build_indirect_ref, build_unary_op): Delete
Richard Kenner [Sat, 24 Apr 1993 15:37:20 +0000 (11:37 -0400)]
(build_binary_op, build_indirect_ref, build_unary_op): Delete
declarations; these are part of the front ends.

From-SVN: r4206

31 years ago(HASHFUNCTION): Cast pointers to widest int type.
Richard Kenner [Sat, 24 Apr 1993 15:14:44 +0000 (11:14 -0400)]
(HASHFUNCTION): Cast pointers to widest int type.

From-SVN: r4205

31 years ago(relax_delay_slots): Make sure target_label is set.
Richard Kenner [Fri, 23 Apr 1993 23:33:48 +0000 (19:33 -0400)]
(relax_delay_slots): Make sure target_label is set.

From-SVN: r4204

31 years ago(shadow_tag_warned): Let warned have three values, so that a mere warning doesn't...
Richard Kenner [Fri, 23 Apr 1993 23:27:20 +0000 (19:27 -0400)]
(shadow_tag_warned): Let warned have three values, so that a mere warning doesn't prevent a pedwarn.

(shadow_tag_warned): Let warned have three values, so that a mere
warning doesn't prevent a pedwarn.  Don't skip the error call at the
end on accounted of warned.

From-SVN: r4203

31 years ago(push_parm_decl): Turn off warning when parameter shadows typedef.
Richard Kenner [Fri, 23 Apr 1993 23:18:52 +0000 (19:18 -0400)]
(push_parm_decl): Turn off warning when parameter shadows typedef.

From-SVN: r4202

31 years agopa.md (casesi0): Indicate that the PC is set to the "out-of-range" label if the index...
Jeff Law [Fri, 23 Apr 1993 20:41:19 +0000 (14:41 -0600)]
pa.md (casesi0): Indicate that the PC is set to the "out-of-range" label if the index is not valid.

* pa.md (casesi0): Indicate that the PC is set to the
"out-of-range" label if the index is not valid.

From-SVN: r4201

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