]> gcc.gnu.org Git - gcc.git/log
gcc.git
29 years agoi * Makefile.in (BISONFLAGS): Add -yacc so that output winds up in
Mike Stump [Fri, 2 Dec 1994 18:46:00 +0000 (18:46 +0000)]
i        * Makefile.in (BISONFLAGS): Add -yacc so that output winds up in
        y.tab.c.

From-SVN: r8596

29 years agoreorg.c (fill_slots_from_thread): Create a USE insn for any redundant insn we pretend...
Jeff Law [Thu, 1 Dec 1994 01:43:50 +0000 (18:43 -0700)]
reorg.c (fill_slots_from_thread): Create a USE insn for any redundant insn we pretend to fill a delay slot with.

* reorg.c (fill_slots_from_thread): Create a USE insn for any
redundant insn we pretend to fill a delay slot with.  Continue
searching for a suitable delay slot insn at the new USE insn.

From-SVN: r8595

29 years ago(record_dead_and_set_regs_1): Handle SUBREGs.
Richard Kenner [Thu, 1 Dec 1994 00:12:38 +0000 (19:12 -0500)]
(record_dead_and_set_regs_1): Handle SUBREGs.

From-SVN: r8594

29 years ago(convert_move): When emit multiword conversion, force FROM into a new
Richard Kenner [Thu, 1 Dec 1994 00:07:49 +0000 (19:07 -0500)]
(convert_move): When emit multiword conversion, force FROM into a new
pseudo-reg if it overlaps TO.

From-SVN: r8593

29 years ago(fold_truthop): Delete BIT_AND_EXPR of constants with masks.
Richard Kenner [Thu, 1 Dec 1994 00:02:39 +0000 (19:02 -0500)]
(fold_truthop): Delete BIT_AND_EXPR of constants with masks.

From-SVN: r8592

29 years ago(floatsidf2): Test BITS_PER_WORD in pattern condition not during build.
Richard Kenner [Wed, 30 Nov 1994 23:51:42 +0000 (18:51 -0500)]
(floatsidf2): Test BITS_PER_WORD in pattern condition not during build.

Fail if TARGET_POWERPC64.
(floatunssidf2): Likewise.

From-SVN: r8591

29 years ago(BITS_PER_WORD): TARGET_POWERPC64 dependent.
Richard Kenner [Wed, 30 Nov 1994 23:51:07 +0000 (18:51 -0500)]
(BITS_PER_WORD): TARGET_POWERPC64 dependent.

(MAX_BITS_PER_WORD): Define.
(UNITS_PER_WORD): TARGET_POWERPC64 dependent.
(MAX_UNITS_PER_WORD): Define.
(UNITS_PER_FP_WORD): Define.
(HARD_REGNO_NREGS): Use MAX_UNITS_PER_FP_WORD.
(HARD_REGNO_MODE_OK): Likewise.
(CLASS_MAX_NREGS): Likewise.
(MOVE_MAX): TARGET_POWER and TARGET_POWERPC64 dependent.
(MAX_MOVE_MAX): Define.

From-SVN: r8590

29 years ago(PREDICATE_CODES): Add lwa_operand.
Richard Kenner [Wed, 30 Nov 1994 23:22:24 +0000 (18:22 -0500)]
(PREDICATE_CODES): Add lwa_operand.

From-SVN: r8589

29 years ago(lwa_operand): New predicate.
Richard Kenner [Wed, 30 Nov 1994 23:22:07 +0000 (18:22 -0500)]
(lwa_operand): New predicate.

From-SVN: r8588

29 years ago(extendsidi2): Use lwa_operand predicate.
Richard Kenner [Wed, 30 Nov 1994 23:21:37 +0000 (18:21 -0500)]
(extendsidi2): Use lwa_operand predicate.

(sign_extend load with update): New PowerPC64 pattern.

From-SVN: r8587

29 years ago(extendsfdf2): SFmode and DFmode register format identical so use define_expand...
Richard Kenner [Wed, 30 Nov 1994 23:18:56 +0000 (18:18 -0500)]
(extendsfdf2): SFmode and DFmode register format identical so use define_expand...

(extendsfdf2): SFmode and DFmode register format identical so use
define_expand with paradoxical subreg no-op and accompanying new
define_split.

From-SVN: r8586

29 years ago(emit_block_move): Only use movstr if size is small enough constant or
Richard Kenner [Wed, 30 Nov 1994 23:13:44 +0000 (18:13 -0500)]
(emit_block_move): Only use movstr if size is small enough constant or
MODE is at least BITS_PER_WORD.

From-SVN: r8585

29 years ago(combine_reloads): If using reg dying in this insn as reload reg,
Richard Kenner [Wed, 30 Nov 1994 23:04:48 +0000 (18:04 -0500)]
(combine_reloads): If using reg dying in this insn as reload reg,

ensure it can't be a secondary output reload reg.

From-SVN: r8584

29 years ago(word_type): Use __attribute__ ((mode (__word__))).
Richard Kenner [Wed, 30 Nov 1994 20:48:22 +0000 (15:48 -0500)]
(word_type): Use __attribute__ ((mode (__word__))).

From-SVN: r8583

29 years ago(decl_attribute): Allow special names (e.g, `word') for mode
Richard Kenner [Wed, 30 Nov 1994 20:48:00 +0000 (15:48 -0500)]
(decl_attribute): Allow special names (e.g, `word') for mode
attribute.

From-SVN: r8582

29 years ago(ibmrt): Add more cases for various forms of BSD.
Richard Kenner [Tue, 29 Nov 1994 22:01:25 +0000 (17:01 -0500)]
(ibmrt): Add more cases for various forms of BSD.

From-SVN: r8581

29 years ago(init_optabs): Don't set functions for rotl and rotr.
Richard Kenner [Tue, 29 Nov 1994 21:50:22 +0000 (16:50 -0500)]
(init_optabs): Don't set functions for rotl and rotr.

From-SVN: r8580

29 years ago(expand_shift): Open-code rotate even if by a variable.
Richard Kenner [Tue, 29 Nov 1994 21:49:53 +0000 (16:49 -0500)]
(expand_shift): Open-code rotate even if by a variable.

From-SVN: r8579

29 years agoexplow.c (hard_function_value): Change a register in BLKmode to a register in a suffi...
Jeff Law [Tue, 29 Nov 1994 05:45:16 +0000 (22:45 -0700)]
explow.c (hard_function_value): Change a register in BLKmode to a register in a sufficiently wide integer mode.

* explow.c (hard_function_value): Change a register in BLKmode
to a register in a sufficiently wide integer mode.

From-SVN: r8578

29 years agostmt.c (expand_return): For BLKmode structure returns...
Jeff Law [Tue, 29 Nov 1994 05:44:58 +0000 (22:44 -0700)]
stmt.c (expand_return): For BLKmode structure returns...

* stmt.c (expand_return): For BLKmode structure returns, copy
the return value from memory into the return registers.  Use
an integer mode rather than BLKmode for returning structures
in registers.

From-SVN: r8577

29 years agointegrate.c (function_cannot_inline_p): Do not inline functions which return a BLKmod...
Jeff Law [Tue, 29 Nov 1994 05:44:47 +0000 (22:44 -0700)]
integrate.c (function_cannot_inline_p): Do not inline functions which return a BLKmode value in registers.

* integrate.c (function_cannot_inline_p): Do not inline functions
which return a BLKmode value in registers.

From-SVN: r8576

29 years agoexpr.c (expand_assignment): For BLKmode structure returns...
Jeff Law [Tue, 29 Nov 1994 05:44:19 +0000 (22:44 -0700)]
expr.c (expand_assignment): For BLKmode structure returns...

* expr.c (expand_assignment): For BLKmode structure returns,
copy the return value from registers into the target memory
locations.

From-SVN: r8575

29 years agocalls.c (expand_call): Handle returning BLKmode values in registers.
Jeff Law [Tue, 29 Nov 1994 05:44:06 +0000 (22:44 -0700)]
calls.c (expand_call): Handle returning BLKmode values in registers.

* calls.c (expand_call): Handle returning BLKmode values in
registers.  Do not try to promote BLKmode.

From-SVN: r8574

29 years agopa.h (DEFAULT_PCC_STRUCT_RETURN): Define as zero.
Jeff Law [Tue, 29 Nov 1994 05:43:47 +0000 (22:43 -0700)]
pa.h (DEFAULT_PCC_STRUCT_RETURN): Define as zero.

* pa.h (DEFAULT_PCC_STRUCT_RETURN): Define as zero.
(RETURN_IN_MEMORY): Only large structs (>8 bytes) and addressable
structs should be returned in memory.
ci -u calls.c

From-SVN: r8573

29 years agocalls.c (expand_call): Do not set is_integrable if the function is not inlineable...
Jeff Law [Tue, 29 Nov 1994 05:40:37 +0000 (22:40 -0700)]
calls.c (expand_call): Do not set is_integrable if the function is not inlineable according to...

* calls.c (expand_call): Do not set is_integrable if the
function is not inlineable according to function_cannot_inline_p.

From-SVN: r8572

29 years agolibgcc2.c (__register_exceptions): Find max ending of a segment for end, not min.
Mike Stump [Tue, 29 Nov 1994 01:33:07 +0000 (01:33 +0000)]
libgcc2.c (__register_exceptions): Find max ending of a segment for end, not min.

        * libgcc2.c (__register_exceptions): Find max ending of a segment for
        end, not min.
        * libgcc2.c (__unwind_function): New function to support stack
        unwinding on i[34]86 for g++ exception handling.

From-SVN: r8571

29 years ago49th Cygnus<->FSF merge
Mike Stump [Tue, 29 Nov 1994 00:59:16 +0000 (00:59 +0000)]
49th Cygnus<->FSF merge

From-SVN: r8570

29 years ago(move_by_pieces, move_by_pieces_ninsns, emit_push_insn,
Jim Wilson [Tue, 29 Nov 1994 00:58:52 +0000 (16:58 -0800)]
(move_by_pieces, move_by_pieces_ninsns, emit_push_insn,

expand_assignment, store_field, expand_expr): Likewise.
(SLOW_UNALIGNED_ACCESS): Default to STRICT_ALIGNMENT, not zero.

From-SVN: r8569

29 years ago(store_bit_field, extract_bit_field): Consistently use
Jim Wilson [Tue, 29 Nov 1994 00:58:04 +0000 (16:58 -0800)]
(store_bit_field, extract_bit_field): Consistently use
SLOW_UNALIGNED_ACCESS instead of STRICT_ALIGNMENT.

From-SVN: r8568

29 years ago(create_definition): Error if comma not followed by an identifier.
Jim Wilson [Tue, 29 Nov 1994 00:53:27 +0000 (16:53 -0800)]
(create_definition): Error if comma not followed by an identifier.

(create_definition): Error if comma not followed by an
identifier.
(collect_expansion): Error if # used in macro with no arguments.

From-SVN: r8567

29 years ago(FLAGS_TO_PASS): Fix typo in GCC_FOR_TARGET.
Richard Kenner [Mon, 28 Nov 1994 23:52:57 +0000 (18:52 -0500)]
(FLAGS_TO_PASS): Fix typo in GCC_FOR_TARGET.

From-SVN: r8566

29 years ago(finish_decl): Use DECL_CONTEXT instead of
Jim Wilson [Mon, 28 Nov 1994 23:03:16 +0000 (15:03 -0800)]
(finish_decl): Use DECL_CONTEXT instead of
current_binding_level to identify file-scope variables.

From-SVN: r8565

29 years agoAdd comment on ffs to say why optimizing it further is a bad idea.
Michael Meissner [Fri, 25 Nov 1994 23:57:41 +0000 (23:57 +0000)]
Add comment on ffs to say why optimizing it further is a bad idea.

From-SVN: r8564

29 years ago*** empty log message ***
Steve Chamberlain [Thu, 24 Nov 1994 04:38:49 +0000 (04:38 +0000)]
*** empty log message ***

From-SVN: r8563

29 years ago(TARGET_DEFAULT): Forbid usage of bitfield instructions.
Richard Kenner [Wed, 23 Nov 1994 22:23:50 +0000 (17:23 -0500)]
(TARGET_DEFAULT): Forbid usage of bitfield instructions.

From-SVN: r8562

29 years ago(everywhere): Correct range is -0x1fffffff to 0x20000000, others have to be loaded...
Richard Kenner [Wed, 23 Nov 1994 22:23:24 +0000 (17:23 -0500)]
(everywhere): Correct range is -0x1fffffff to 0x20000000, others have to be loaded with movd.

(everywhere): Correct range is -0x1fffffff to 0x20000000, others have to be
loaded with movd.
Shortcircuit with TARGET_32532 as early as possible.
(movsi): Use movd to load unknown symbol values. to allow

From-SVN: r8561

29 years agoAdd -mhimem to support linking above 0x20000000 boundary.
Richard Kenner [Wed, 23 Nov 1994 22:22:53 +0000 (17:22 -0500)]
Add -mhimem to support linking above 0x20000000 boundary.

Fix meaning of BASE_REG_NEEDED.
(print_operand): Removed dead code.

From-SVN: r8560

29 years agoAdd -mhimem to support linking above 0x20000000 boundary.
Richard Kenner [Wed, 23 Nov 1994 22:21:54 +0000 (17:21 -0500)]
Add -mhimem to support linking above 0x20000000 boundary.

(CONST_COSTS): Correct range is -0x1fff to 0x2000.

From-SVN: r8559

29 years agoAdd cases for romp-ibm-aix and romp-ibm-bsd.
Richard Kenner [Wed, 23 Nov 1994 21:51:08 +0000 (16:51 -0500)]
Add cases for romp-ibm-aix and romp-ibm-bsd.

From-SVN: r8558

29 years ago(mips_output_external): Exclude __builtin_next_arg from list
Jim Wilson [Wed, 23 Nov 1994 19:42:41 +0000 (11:42 -0800)]
(mips_output_external): Exclude __builtin_next_arg from list
of used external functions.

From-SVN: r8557

29 years ago(arith_reg_operand): Disallow MACH_REG and MACL_REG.
Jim Wilson [Wed, 23 Nov 1994 19:25:55 +0000 (11:25 -0800)]
(arith_reg_operand): Disallow MACH_REG and MACL_REG.

From-SVN: r8556

29 years ago(SECONDARY_MEMORY_NEEDED_RTX, SECONDARY_MEMORY_NEEDED_MODE):
Jim Wilson [Wed, 23 Nov 1994 19:09:15 +0000 (11:09 -0800)]
(SECONDARY_MEMORY_NEEDED_RTX, SECONDARY_MEMORY_NEEDED_MODE):

Use MODE not mode.

From-SVN: r8555

29 years ago(emit_move_insn): If splitting up into individual words and X is a push_operand...
Richard Kenner [Wed, 23 Nov 1994 18:30:35 +0000 (13:30 -0500)]
(emit_move_insn): If splitting up into individual words and X is a push_operand...

(emit_move_insn): If splitting up into individual words and X is a
push_operand, do the push and reference top of stack.

From-SVN: r8554

29 years ago(ASM_OUTPUT_SECTION_NAME): Define.
Doug Evans [Wed, 23 Nov 1994 02:39:37 +0000 (02:39 +0000)]
(ASM_OUTPUT_SECTION_NAME): Define.

From-SVN: r8553

29 years ago(gen_lowpart_common): Do nothing if size is greater than twice host
Richard Kenner [Tue, 22 Nov 1994 22:41:55 +0000 (17:41 -0500)]
(gen_lowpart_common): Do nothing if size is greater than twice host
wordsize, not just if equal.

From-SVN: r8552

29 years ago(fold_convert): Don't fold conversion if it would produce constant
Richard Kenner [Tue, 22 Nov 1994 22:40:46 +0000 (17:40 -0500)]
(fold_convert): Don't fold conversion if it would produce constant
larger than we can support.

From-SVN: r8551

29 years ago(emit_no_conflict_block): Just emit the insns if the block contains
Richard Kenner [Tue, 22 Nov 1994 19:38:02 +0000 (14:38 -0500)]
(emit_no_conflict_block): Just emit the insns if the block contains
something not an INSN or has an embedded block.

From-SVN: r8550

29 years ago(layout_type): Use ptr_mode instead of equivalent call to
Richard Kenner [Tue, 22 Nov 1994 11:29:12 +0000 (06:29 -0500)]
(layout_type): Use ptr_mode instead of equivalent call to
mode_for_size.

From-SVN: r8549

29 years ago(init_emit): Set REGNO_POINTER_FLAG for HARD_FRAME_POINTER_REGNUM.
Richard Kenner [Tue, 22 Nov 1994 11:28:38 +0000 (06:28 -0500)]
(init_emit): Set REGNO_POINTER_FLAG for HARD_FRAME_POINTER_REGNUM.

(ptr_mode): Add definition.
(init_emit_once): Initialize ptr_mode.

From-SVN: r8548

29 years ago(ptr_mode): Add declaration.
Richard Kenner [Tue, 22 Nov 1994 11:27:59 +0000 (06:27 -0500)]
(ptr_mode): Add declaration.

From-SVN: r8547

29 years ago(output_constant): When eliminating conversions, treat ARRAY_TYPE like
Richard Kenner [Tue, 22 Nov 1994 03:21:24 +0000 (22:21 -0500)]
(output_constant): When eliminating conversions, treat ARRAY_TYPE like
a record.

From-SVN: r8546

29 years ago(movqi): Fix typo in push/pop case.
Richard Kenner [Mon, 21 Nov 1994 23:41:30 +0000 (18:41 -0500)]
(movqi): Fix typo in push/pop case.

From-SVN: r8545

29 years ago(gen_insn): Use GET_MODE_WIDER_MODE macro instead of directly
Richard Kenner [Mon, 21 Nov 1994 23:11:52 +0000 (18:11 -0500)]
(gen_insn): Use GET_MODE_WIDER_MODE macro instead of directly
accessing the array.

From-SVN: r8544

29 years ago(LINK_SPEC): New overriding defintion.
Richard Kenner [Mon, 21 Nov 1994 22:59:03 +0000 (17:59 -0500)]
(LINK_SPEC): New overriding defintion.

From-SVN: r8543

29 years ago(input_operand): Allow a SYMBOL_REF referring to a symbol in the TOC.
Richard Kenner [Mon, 21 Nov 1994 22:43:56 +0000 (17:43 -0500)]
(input_operand):  Allow a SYMBOL_REF referring to a symbol in the TOC.

From-SVN: r8542

29 years ago(operand_subword): For CONST_DOUBLE, add case to
Jim Wilson [Mon, 21 Nov 1994 19:40:36 +0000 (11:40 -0800)]
(operand_subword): For CONST_DOUBLE, add case to
handle BITS_PER_WORD of 16.

From-SVN: r8541

29 years ago(dp-bit.c): Fix typos.
Doug Evans [Mon, 21 Nov 1994 19:38:52 +0000 (19:38 +0000)]
(dp-bit.c): Fix typos.

From-SVN: r8540

29 years ago(reload): When decrement max_groups of superclass, can
Jim Wilson [Mon, 21 Nov 1994 19:37:26 +0000 (11:37 -0800)]
(reload): When decrement max_groups of superclass, can
only do so if the group_size is smaller than the current group.

From-SVN: r8539

29 years ago(yylex): Do warn about floating point out of range if target floating-point format...
Jim Wilson [Mon, 21 Nov 1994 19:06:09 +0000 (11:06 -0800)]
(yylex): Do warn about floating point out of range if target floating-point format is IEEE.

(yylex): Do warn about floating point out of range if
target floating-point format is IEEE.  Use warning instead of
pedwarn to avoid getting errors.

From-SVN: r8538

29 years ago(CPP_PREDEFINES): Add -Acpu and -Amachine.
Doug Evans [Mon, 21 Nov 1994 18:50:41 +0000 (18:50 +0000)]
(CPP_PREDEFINES): Add -Acpu and -Amachine.

From-SVN: r8537

29 years ago(CPP_PREDEFINES): Add -Acpu and -Amachine.
Doug Evans [Mon, 21 Nov 1994 18:49:13 +0000 (18:49 +0000)]
(CPP_PREDEFINES): Add -Acpu and -Amachine.

(DBX_DEBUGGING_INFO): Define.

From-SVN: r8536

29 years ago(MULTILIB_MATCHES): Treat m68302/m68332 like m68000.
Doug Evans [Mon, 21 Nov 1994 18:36:39 +0000 (18:36 +0000)]
(MULTILIB_MATCHES): Treat m68302/m68332 like m68000.

From-SVN: r8535

29 years agoDelete duplicate of sparc-*.
Doug Evans [Mon, 21 Nov 1994 17:15:24 +0000 (17:15 +0000)]
Delete duplicate of sparc-*.

From-SVN: r8534

29 years agopa.c (output_call): When emitting an inline long-call...
Jeff Law [Mon, 21 Nov 1994 05:59:27 +0000 (22:59 -0700)]
pa.c (output_call): When emitting an inline long-call...

* pa.c (output_call): When emitting an inline long-call, use LP%
and RP% prefixes to get the function's address.

From-SVN: r8533

29 years ago(objc-parse.y): Fix typo.
Richard Kenner [Sun, 20 Nov 1994 18:19:46 +0000 (13:19 -0500)]
(objc-parse.y): Fix typo.

From-SVN: r8532

29 years agoInitial revision
Richard Kenner [Sun, 20 Nov 1994 12:00:14 +0000 (07:00 -0500)]
Initial revision

From-SVN: r8531

29 years ago(EXTRA_PARTS): Deleted.
Richard Kenner [Sun, 20 Nov 1994 11:59:42 +0000 (06:59 -0500)]
(EXTRA_PARTS): Deleted.

From-SVN: r8530

29 years ago(addsf3): After using swap for 16 bit rotate,
Jim Wilson [Sat, 19 Nov 1994 23:56:33 +0000 (15:56 -0800)]
(addsf3): After using swap for 16 bit rotate,

branch back only if count still greater than 0.

From-SVN: r8529

29 years ago(build_binary_op): Can shorten shift only if shift count
Jim Wilson [Sat, 19 Nov 1994 23:38:04 +0000 (15:38 -0800)]
(build_binary_op): Can shorten shift only if shift count
is less than size in bits of arg0.

From-SVN: r8528

29 years ago(expand_shift): Re-enable truncation of immediate shift count.
Jim Wilson [Sat, 19 Nov 1994 23:37:10 +0000 (15:37 -0800)]
(expand_shift): Re-enable truncation of immediate shift count.

From-SVN: r8527

29 years ago(mips_const_double_ok): Accept VOIDmode not DImode.
Jim Wilson [Sat, 19 Nov 1994 22:14:18 +0000 (14:14 -0800)]
(mips_const_double_ok): Accept VOIDmode not DImode.

(mips_move_1word): Accept VOIDmode CONST_DOUBLE.

From-SVN: r8526

29 years ago(install-common): Fix typo in installation of native gcc.
Doug Evans [Sat, 19 Nov 1994 18:58:46 +0000 (18:58 +0000)]
(install-common): Fix typo in installation of native gcc.

From-SVN: r8525

29 years ago(sign_extend): Disable pattern with explicit SUBREG.
Richard Kenner [Sat, 19 Nov 1994 11:26:31 +0000 (06:26 -0500)]
(sign_extend): Disable pattern with explicit SUBREG.

(cmov): Allow first operand of comparison to be zero, 2nd reg.

From-SVN: r8524

29 years ago(print_operand, case 'c', case 'd'): New cases.
Richard Kenner [Sat, 19 Nov 1994 11:26:05 +0000 (06:26 -0500)]
(print_operand, case 'c', case 'd'): New cases.

From-SVN: r8523

29 years ago(CLIB): Remove -lsysv.
Richard Kenner [Sat, 19 Nov 1994 10:36:31 +0000 (05:36 -0500)]
(CLIB): Remove -lsysv.

From-SVN: r8522

29 years ago(DEFAULT_PCC_STRUCT_RETURN): Define as 0.
Richard Kenner [Sat, 19 Nov 1994 10:36:13 +0000 (05:36 -0500)]
(DEFAULT_PCC_STRUCT_RETURN): Define as 0.

From-SVN: r8521

29 years agoInitial revision
Jason Merrill [Sat, 19 Nov 1994 04:16:08 +0000 (04:16 +0000)]
Initial revision

From-SVN: r8520

29 years agoShared library support.
Jason Merrill [Sat, 19 Nov 1994 04:09:58 +0000 (04:09 +0000)]
Shared library support.

From-SVN: r8519

29 years ago(program_transform_name): Put -e before sed expression.
Doug Evans [Sat, 19 Nov 1994 01:02:32 +0000 (01:02 +0000)]
(program_transform_name): Put -e before sed expression.

(program_transform_cross_name): Likewise.

From-SVN: r8518

29 years ago(peepholes for two DF load/store): New peepholes.
Richard Kenner [Sat, 19 Nov 1994 00:16:06 +0000 (19:16 -0500)]
(peepholes for two DF load/store): New peepholes.

From-SVN: r8517

29 years ago(addrs_ok_for_quad_peep): New function.
Richard Kenner [Sat, 19 Nov 1994 00:15:47 +0000 (19:15 -0500)]
(addrs_ok_for_quad_peep): New function.

(output_prolog): Use liu mnemonic.

From-SVN: r8516

29 years ago(class_create_instance): Replace memchr with memset.
Richard Kenner [Sat, 19 Nov 1994 00:10:21 +0000 (19:10 -0500)]
(class_create_instance): Replace memchr with memset.

From-SVN: r8515

29 years ago(extraclean): Remove *.ps.
Richard Kenner [Sat, 19 Nov 1994 00:01:33 +0000 (19:01 -0500)]
(extraclean): Remove *.ps.

From-SVN: r8514

29 years ago(create_definition): Allow carriage-return ('\r') as white space in
Richard Kenner [Fri, 18 Nov 1994 23:53:39 +0000 (18:53 -0500)]
(create_definition): Allow carriage-return ('\r') as white space in
simple or empty expansion.

From-SVN: r8513

29 years ago(main): Fix off-by-one error allocating sdbuff.
Richard Kenner [Fri, 18 Nov 1994 23:30:36 +0000 (18:30 -0500)]
(main): Fix off-by-one error allocating sdbuff.

From-SVN: r8512

29 years ago(record_reg_classes): When handling case of single SET between a hard register alone...
Richard Kenner [Fri, 18 Nov 1994 23:23:49 +0000 (18:23 -0500)]
(record_reg_classes): When handling case of single SET between a hard register alone in a class and a pseudo...

(record_reg_classes): When handling case of single SET
between a hard register alone in a class and a pseudo, make sure the
register is the only member of the class.

From-SVN: r8511

29 years ago(MD_STARTFILE_PREFIX): Delete.
Jim Wilson [Fri, 18 Nov 1994 20:14:38 +0000 (12:14 -0800)]
(MD_STARTFILE_PREFIX): Delete.

From-SVN: r8510

29 years ago(objc-parse.y, mostlyclean): Rename temp file for objc-parse.y to be
Richard Kenner [Fri, 18 Nov 1994 19:15:54 +0000 (14:15 -0500)]
(objc-parse.y, mostlyclean): Rename temp file for objc-parse.y to be
under 14 characters.

From-SVN: r8509

29 years ago#include "gofast.h"
Doug Evans [Fri, 18 Nov 1994 04:38:41 +0000 (04:38 +0000)]
#include "gofast.h"

#include "gofast.h"
(INIT_SUBTARGET_OPTABS): Define.

From-SVN: r8508

29 years agoInitial revision
Doug Evans [Fri, 18 Nov 1994 03:50:28 +0000 (03:50 +0000)]
Initial revision

From-SVN: r8507

29 years agoVendor for vxworks is wrs.
Doug Evans [Fri, 18 Nov 1994 03:37:48 +0000 (03:37 +0000)]
Vendor for vxworks is wrs.

From-SVN: r8506

29 years ago(DBX_DEBUGGING_INFO): Define.
Doug Evans [Fri, 18 Nov 1994 03:27:36 +0000 (03:27 +0000)]
(DBX_DEBUGGING_INFO): Define.

(PREFERRED_DEBUGGING_TYPE): Define to SDB_DEBUG.

From-SVN: r8505

29 years agoAdd "Contributed by..." comment.
Doug Evans [Fri, 18 Nov 1994 01:57:42 +0000 (01:57 +0000)]
Add "Contributed by..." comment.

From-SVN: r8504

29 years agoprogram_transform_name changes.
Doug Evans [Fri, 18 Nov 1994 01:33:03 +0000 (01:33 +0000)]
program_transform_name changes.

From-SVN: r8503

29 years ago(c++.install-man): Use program_transform_name on g++.1.
Doug Evans [Fri, 18 Nov 1994 01:32:08 +0000 (01:32 +0000)]
(c++.install-man): Use program_transform_name on g++.1.

(c++.uninstall): Likewise.

From-SVN: r8502

29 years ago(CXX_INSTALL_NAME) Use program_transform_name.
Doug Evans [Fri, 18 Nov 1994 01:10:14 +0000 (01:10 +0000)]
(CXX_INSTALL_NAME) Use program_transform_name.

(GXX_INSTALL_NAME) Likewise.
(CXX_CROSS_NAME) Use program_transform_cross_name.
(GXX_CROSS_NAME) Likewise.

From-SVN: r8501

29 years ago(INIT_TARGET_OPTABS): Add missing definition.
Doug Evans [Fri, 18 Nov 1994 00:46:05 +0000 (00:46 +0000)]
(INIT_TARGET_OPTABS): Add missing definition.

From-SVN: r8500

29 years agoInitial revision
Doug Evans [Fri, 18 Nov 1994 00:38:19 +0000 (00:38 +0000)]
Initial revision

From-SVN: r8499

29 years agoInitial revision
Doug Evans [Fri, 18 Nov 1994 00:23:21 +0000 (00:23 +0000)]
Initial revision

From-SVN: r8498

29 years agoInitial revision
Doug Evans [Fri, 18 Nov 1994 00:10:29 +0000 (00:10 +0000)]
Initial revision

From-SVN: r8497

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