- 10 Mar, 1993 5 commits
-
-
jump.c (jump_optimize, [...]): Do this regardless of BRANCH_COST if HAVE_incscc or HAVE_decscc is defined. * jump.c (jump_optimize, clause for `if (foo) b++'): Do this regardless of BRANCH_COST if HAVE_incscc or HAVE_decscc is defined. From-SVN: r3694
Jeff Law committed -
(move_operand): Add header comment. From-SVN: r3693
Torbjorn Granlund committed -
(conditional move with second operand == 0): New pattern. From-SVN: r3692
Torbjorn Granlund committed -
Don't use the category name or the number. From-SVN: r3691
Richard Stallman committed -
From-SVN: r3690
Richard Stallman committed
-
- 09 Mar, 1993 9 commits
-
-
From-SVN: r3689
Richard Stallman committed -
From-SVN: r3688
Richard Stallman committed -
From-SVN: r3687
Michael Meissner committed -
(translate_options): New function. (option_map): New table. From-SVN: r3686
Richard Stallman committed -
From-SVN: r3685
Richard Stallman committed -
From-SVN: r3684
Richard Stallman committed -
From-SVN: r3683
Richard Stallman committed -
From-SVN: r3682
Richard Stallman committed -
From-SVN: r3681
Richard Stallman committed
-
- 08 Mar, 1993 8 commits
-
-
(find_best_addr): Use cse_gen_binary. (simplify_binary_operation, fold_rtx): Likewise. Remove most special-cases for PLUS and MINUS and call simplify_plus_minus instead. Clean up some tests for FP. From-SVN: r3680
Richard Kenner committed -
From-SVN: r3679
Richard Stallman committed -
(f_options): Add option for it. From-SVN: r3678
Richard Stallman committed -
Pass method_slot as additional arg. (OBJC_GEN_METHOD_LABEL): Add default definition. From-SVN: r3677
Richard Stallman committed -
From-SVN: r3676
Richard Stallman committed -
(struct cse_basic_block_data): Move to front of file since it constains struct used in a prototype. (refers_to_p, find_best_addr): Now static. From-SVN: r3675
Richard Kenner committed -
(init_libfuncs): Put args in proper order. From-SVN: r3674
Richard Kenner committed -
missing ones. From-SVN: r3673
Richard Kenner committed
-
- 07 Mar, 1993 1 commit
-
-
(fill_simple_delay_slots): Add missing declaration of arg. From-SVN: r3672
Richard Kenner committed
-
- 06 Mar, 1993 9 commits
-
-
attributes. From-SVN: r3671
Richard Kenner committed -
when matching output reloads for setting reload_when_needed. From-SVN: r3670
Richard Stallman committed -
Add some missing parameters to a few calls. From-SVN: r3669
Richard Kenner committed -
From-SVN: r3668
Richard Kenner committed -
From-SVN: r3667
Roland McGrath committed -
From-SVN: r3666
Roland McGrath committed -
From-SVN: r3665
Roland McGrath committed -
From-SVN: r3664
Roland McGrath committed -
From-SVN: r3663
Richard Stallman committed
-
- 05 Mar, 1993 8 commits
-
-
constants using sNaddl. From-SVN: r3662
Richard Kenner committed -
(simplify_binary_operation): Move integer CONST_DOUBLE folding out of REAL_IS_NOT_DOUBLE conditional. (simplify_binary_operation): Move integer CONST_DOUBLE folding out of REAL_IS_NOT_DOUBLE conditional. (simplify_relational_operation): Put float CONST_DOUBLE folding under a REAL_IS_NOT_DOUBLE conditional. Add folding for integer CONST_DOUBLE comparisons. From-SVN: r3661
Richard Kenner committed -
(fixup_var_refs_insns): If SMALL_REGISTER_CLASSES, ensure we don't put any insns between the setting of the function return register and it's use. From-SVN: r3660
Richard Kenner committed -
* pa.h (FIXED_REGISTERS): %r2 is no longer fixed. (REG_ALLOC_ORDER): Treat %r2 as a caller-saved allocatable register. %r30 is fixed and therefore a "special" register. %fr22-%fr31 are caller-saved, so allocate them before the callee-saved 1.1 fp registers. Allocate fp registers before general registers. Fix typo for register 79. * pa.h (FIRST_PSEUDO_REGISTER): Update to take into account registers which are no longer known to the compiler. (FIXED_REGISTERS): Likewise. (CALL_USED_REGISTERS): Likewise. (HARD_REGNO_NREGS): Likewise. (HARD_REGNO_MODE_OK): Likewise. (REGNO_REG_CLASS): Likewise. (FUNCTION_VALUE): Likewise. (LIBCALL_VALUE): Likewise. (FUNCTION_VALUE_REGNO_P): Likewise. (FUNCTION_ARG_REGNO_P): Likewise. (FUNCTION_ARG): Likewise. (REGNO_OK_FOR_FP_P): Likewise. (REGISTER_NAMES): Likewise. (REG_CLASS_CONTENTS): Likewise. Add %r1 to GENERAL_OR_FP_REGS and GENERAL_OR_SNAKE_FP_REGS. (REG_ALLOC_ORDER): Likewise. Document and make allocation order "regular" across 1.0 and 1.1 cpus. From-SVN: r3659
Jeff Law committed -
* pa.c (output_function_epilogue): Perform an early %r2 restore even if actual_fsize is zero. This can happen if %r2 is used as a temporary in a leaf function. * pa.c (compute_frame_size): Update to take into account register which are no longer known to the compiler. (output_function_prologue): Likewise. (output_function_epilogue): Likewise. (output_arg_descriptor): Likewise. From-SVN: r3658
Jeff Law committed -
Add comments for frame_base_name usage in leaf_functions. From-SVN: r3657
Jim Wilson committed -
From-SVN: r3656
Jim Wilson committed -
From-SVN: r3655
Jim Wilson committed
-