- 04 Jan, 1999 1 commit
-
-
From-SVN: r24477
Jeff Law committed
-
- 03 Jan, 1999 11 commits
-
-
From-SVN: r24473
Jeffrey A Law committed -
* optabs.c (emit_cmp_and_jump_insns): Use CONSTANT_P canonicalizing RTL for a compare/jump sequence. From-SVN: r24472
Jeffrey A Law committed -
optabs.c (emit_cmp_insn): Abort if asked to emit non-canonical RTL for a target with HAVE_cc0 defined. * optabs.c (emit_cmp_insn): Abort if asked to emit non-canonical RTL for a target with HAVE_cc0 defined. (emit_cmp_and_jump_insns): New function. * expr.h (emit_cmp_and_jump_insns): Prototype it. * loop.c (check_dbra_loop): Use it to replace calls to emit_cmp_insn and emit_jump_insn and to canonicalise the comparison if necessary. * unroll.c (unroll_loop): Likewise. From-SVN: r24471
Michael Hayes committed -
* fixincludes (sys/utsname.h): Provide forward declaration of struct utsname on Ultrix V4.[35]. From-SVN: r24470
Rainer Orth committed -
From-SVN: r24469
Jeff Law committed -
From-SVN: r24468
Jeff Law committed -
From-SVN: r24467
Rainer Orth committed -
* mips.md (div_trap): Use local labels instead of dot-relative branches. Works around bug in ultrix assemblers. From-SVN: r24466
Rainer Orth committed -
* pa.md (branch, negated branch): Handle (const_int 0) as first source operand. * pa.c (output_cbranch): Likewise. Should fix unrolling aborts on the PA. From-SVN: r24465
Jeffrey A Law committed -
From-SVN: r24464
Jeff Law committed -
* rs6000.c (rs6000_stack_info): Undo spurious part of last change. From-SVN: r24463
David Edelsohn committed
-
- 02 Jan, 1999 2 commits
-
-
From-SVN: r24462
Robert Lipe committed -
From-SVN: r24461
Jeff Law committed
-
- 01 Jan, 1999 5 commits
-
-
* extend.texi (__builtin_constant_p): Add missing @smallexample. From-SVN: r24460
Manfred Hollstein committed -
� * extend.texi (__builtin_constant_p): Add missing @smallexample. From-SVN: r24459
Manfred Hollstein committed -
* i386.md (doubleword shifts): Fix dumb mistakes in previous change. From-SVN: r24457
Jeff Law committed -
� * i386.md (doubleword shifts): Fix dumb mistakes in previous change. From-SVN: r24456
Jeff Law committed -
From-SVN: r24455
Jeff Law committed
-
- 31 Dec, 1998 2 commits
-
-
From-SVN: r24454
Jeff Law committed -
* m68k.md (adddi_dilshr32): Allow all operands to be registers too. (adddi_dishl32): Similarly. From-SVN: r24452
Jeffrey A Law committed
-
- 30 Dec, 1998 9 commits
-
-
* cse.c (invalidate_skipped_block): Call invalidate_from_clobbers for each insn in the skipped block. Fixes m68k codegen bug. From-SVN: r24450
Jeffrey A Law committed -
reload1.c (reload_as_needed): Verify that the insn satisfies its constraints after replacing a register... * reload1.c (reload_as_needed): Verify that the insn satisfies its constraints after replacing a register address with an autoincrement address for reload inheritance purposes. From-SVN: r24449
Jeffrey A Law committed -
From-SVN: r24448
Jeffrey A Law committed -
From-SVN: r24447
Zack Weinberg committed -
From-SVN: r24446
David O'Brien committed -
From-SVN: r24445
Geoffrey Noer committed -
* loop.c (check_dbra_loop): While reversing the loop, if the comparison value has a VOID mode use the mode of the other operand to compute the mask. From-SVN: r24444
Andreas Schwab committed -
From-SVN: r24443
Michael Meissner committed -
* gcc.texi (Non-bugs): ``Empty'' loops will be optimized away in the future; indeed that already happens in some cases. From-SVN: r24442
Gerald Pfeifer committed
-
- 29 Dec, 1998 6 commits
-
-
From-SVN: r24441
Richard Henderson committed -
* sparc.c (input_operand): Recognize (const (constant_p_rtx)). (arith_operand): Remove constant_p_rtx handling. (const64_operand, const64_high_operand): Likewise. (arith11_operand, arith10_operand, arith_double_operand): Likewise. (arith11_double_operand, arith10_double_operand, small_int): Likewise. (small_int_or_double, uns_small_int, zero_operand): Likewise. * sparc.h (PREDICATE_CODES): Likewise. From-SVN: r24440
Richard Henderson committed -
* rtl.def (CONSTANT_P_RTX): Clarify commentary. * expr.c (expand_builtin, case BUILT_IN_CONSTANT_P): Rework to consider constant CONSTRUCTOR constant and to defer some cases to cse. * cse.c (fold_rtx, case CONST): Add handling for CONSTANT_P_RTX. * regclass.c (reg_scan_mark_refs, case CONST): Likewise. Richard Henderson <rth@cygnus.com> * expr.c (init_expr_once): Kill can_handle_constant_p recognition. * cse.c (fold_rtx, case 'x'): Remove standalone CONSTANT_P_RTX code. From-SVN: r24439
Richard Henderson committed -
* alpha.c (reg_or_6bit_operand): Remove CONSTANT_P_RTX handling. (reg_or_8bit_operand, cint8_operand, add_operand): Likewise. (sext_add_operand, and_operand, or_operand): Likewise. (reg_or_cint_operand, some_operand, input_operand): Likewise. * alpha.h (PREDICATE_CODES): Likewise. From-SVN: r24438
Richard Henderson committed -
* gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3. (opt3): Rename from opt4 and disable. From-SVN: r24437
Richard Henderson committed -
From-SVN: r24436
Jeff Law committed
-
- 28 Dec, 1998 1 commit
-
-
From-SVN: r24434
Jeff Law committed
-
- 27 Dec, 1998 1 commit
-
-
From-SVN: r24433
Jeff Law committed
-
- 26 Dec, 1998 2 commits
-
-
From-SVN: r24431
Jeffrey A Law committed -
* gengenrtl.c (gencode): Always use bzero to clear memory instead of dangerous casts and stores. Fixes alpha & sparc -O3 bootstrap problems. From-SVN: r24420
Jeffrey A Law committed
-