- 09 Mar, 1993 1 commit
-
-
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 11 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 -
From-SVN: r3654
Jim Wilson committed -
From-SVN: r3653
Richard Stallman committed -
(store_parm_decls,combine_parm_decls): Call layout_decl for a parm declared float when it is changed to double under a traditional compilation. From-SVN: r3652
Richard Stallman committed
-
- 04 Mar, 1993 10 commits
-
-
From-SVN: r3651
Steve Chamberlain committed -
(output_constant_pool): Likewise. From-SVN: r3650
Steve Chamberlain committed -
From-SVN: r3649
Richard Stallman committed -
From-SVN: r3648
Richard Stallman committed -
(emit_no_conflict_block): Don't move target to itself if that takes multiple insns. (expand_binop): For complex mult and div, avoid fetching operand components more than once from memory. From-SVN: r3647
Richard Stallman committed -
(lvalue_p): Handle REALPART_EXPR, IMAGPART_EXPR. (build_binary_op, build_unary_op): Handle complex types. From-SVN: r3646
Richard Stallman committed -
Handle all complex values specially. From-SVN: r3645
Richard Stallman committed -
From-SVN: r3644
Richard Stallman committed -
From-SVN: r3643
Richard Stallman committed -
(grokdeclarator): Handle complex keyword. Distinguish int-by-default from int keyword. From-SVN: r3642
Richard Stallman committed
-