- 04 Oct, 1993 4 commits
-
-
From-SVN: r5578
Richard Kenner committed -
From-SVN: r5577
James Van Artsdalen committed -
From-SVN: r5576
James Van Artsdalen committed -
(ASM_OUTPUT_LONG_DOUBLE): New macro. From-SVN: r5575
James Van Artsdalen committed
-
- 03 Oct, 1993 11 commits
-
-
(ASM_OUTPUT_LONG_DOUBLE): New macro. (VALUE_REGNO): Add case XFmode. From-SVN: r5574
James Van Artsdalen committed -
extenddfxf2, extendsfxf2, truncxfsf2, truncxfdf2, fixuns_truncxfsi2, fix_truncxfdi2, fix_truncxfsi2, floatsixf2, floatdixf2, addxf3, subxf3, mulxf3, divxf3, negxf2, absxf2, sqrtxf2): New patterns. From-SVN: r5573
James Van Artsdalen committed -
(FIXED_REGISTERS): If XFmode enabled, hard reg st7 is fixed. (ASM_OUTPUT_DOUBLE): Use REAL_VALUE_... macros. (ASM_OUTPUT_FLOAT): Likewise. (ASM_OUTPUT_LONG_DOUBLE): New macro. (PRINT_REG): Add size case 12. (DEBUG_PRINT_REG): Likewise. From-SVN: r5572
James Van Artsdalen committed -
(output_to_reg): Likewise. (output_move_double): Handle XFmode operands. (output_move_const_single): Use REAL_VALUE_TO_TARGET_SINGLE. (print_operand): Add letter `T', size `12'. Use REAL_VALUE macros to convert floating point operands. (convert_387_op): Add XFmode to case FLOAT_EXTEND. From-SVN: r5571
James Van Artsdalen committed -
From-SVN: r5570
Michael Meissner committed -
From-SVN: r5569
Richard Stallman committed -
deferring output of constants. From-SVN: r5568
Richard Kenner committed -
From-SVN: r5567
Richard Kenner committed -
From-SVN: r5566
Richard Earnshaw committed -
From-SVN: r5565
Richard Earnshaw committed -
From-SVN: r5564
Richard Earnshaw committed
-
- 02 Oct, 1993 9 commits
-
-
From-SVN: r5563
James Van Artsdalen committed -
to be moved past an insn that writes memory. From-SVN: r5562
Richard Kenner committed -
cost computation. From-SVN: r5561
Richard Kenner committed -
(PROTO): New macro. (dup2, putenv): Functions return integers; add type and returns. From-SVN: r5560
Richard Kenner committed -
From-SVN: r5559
Richard Kenner committed -
From-SVN: r5558
Richard Kenner committed -
From-SVN: r5557
Doug Evans committed -
From-SVN: r5556
Richard Stallman committed -
(simplify_unary_operation): Remove unused variable. (cse_process_notes): Likewise. (invalidate_skipped_block): Likewise. (cse_set_around_loop): Likewise. From-SVN: r5555
Torbjorn Granlund committed
-
- 01 Oct, 1993 15 commits
-
-
From-SVN: r5554
Jim Wilson committed -
(bc_generate): New VMS DCL function. Takes a BC header file that needs to be generated, and builds it. Compile entries listed in BI_ALL.OPT, and then call bc_generate for every header file listed in BC_ALL.OPT From-SVN: r5553
Richard Stallman committed -
Write out the definitions from Makefile.in for the symbols BC_ALL and BI_OBJ into files BC_ALL.OPT and BI_ALL.opt. Write out the definitions from Makefile.in for the symbols BC_ALL and BI_OBJ into files BC_ALL.OPT and BI_ALL.opt. Remove "bytecode " from compiler options files so compiler will link correctly. From-SVN: r5552
Richard Stallman committed -
From-SVN: r5551
Richard Stallman committed -
From-SVN: r5550
Richard Stallman committed -
exactly the same as a PLUS with a REG operand. From-SVN: r5549
Jim Wilson committed -
From-SVN: r5548
Jim Wilson committed -
(cc1, cc1plus, cc1obj): Delete superfluous dependencies on bytecode. (stamp-bcarity, stamp-bcopcode, stamp-bcopname): Create stamp files. From-SVN: r5547
Jim Wilson committed -
(LIB_SPEC): Make sure to add space between flags. From-SVN: r5546
Torbjorn Granlund committed -
From-SVN: r5545
Torbjorn Granlund committed -
(md): New dependency. (clean): Remove file md if md.pre-cpp exists. (distclean): Remove md.pre-cpp. From-SVN: r5544
Doug Evans committed -
From-SVN: r5543
Michael Meissner committed -
(FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS): Adjust for more registers present. (REG_ALLOC_ORDER, REG_CLASS_CONTENTS, REGISTER_NAMES): Likewise. (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK, REGNO_REG_CLASS): Likewise. (CONDITIONAL_REGISTER_USAGE): Swap names rather than replacing them. (TARGET_LARGE_MEMORY): New flag; change value for all others. (ENCODE_SECTION_INFO): New macro. (TARGET_SWITCHES): Add "normal" and change values. From-SVN: r5542
Richard Kenner committed -
(call_operand, case SYMBOL_REF): Handle TARGET_LARGE_MEMORY and SYMBOL_REF_FLAG. From-SVN: r5541
Richard Kenner committed -
reorg.c (optimize_skip): Do not thread a jump to a new target if doing so would invalidate the insn in... * reorg.c (optimize_skip): Do not thread a jump to a new target if doing so would invalidate the insn in the jump's delay slot. From-SVN: r5540
Jeff Law committed
-
- 30 Sep, 1993 1 commit
-
-
bi-lexer.c (scan_string): Do xmalloc if buffer is null and xrealloc if it's not, not the other way around. * bi-lexer.c (scan_string): Do xmalloc if buffer is null and xrealloc if it's not, not the other way around. From-SVN: r5539
Brendan Kehoe committed
-