- 28 Feb, 1996 6 commits
-
-
From-SVN: r11362
Mike Stump committed -
From-SVN: r11361
Michael Meissner committed -
From-SVN: r11360
Michael Meissner committed -
From-SVN: r11359
David Edelsohn committed -
From-SVN: r11358
David Edelsohn committed -
From-SVN: r11357
David Edelsohn committed
-
- 27 Feb, 1996 7 commits
-
-
From-SVN: r11356
David Edelsohn committed -
This change was supposed to have been made on Feb. 1, but somehow never got checked in. From-SVN: r11355
Doug Evans committed -
From-SVN: r11354
Richard Earnshaw committed -
* arm/aof.h (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove readonly data sections. (READONLYDATA_SECTION, READONLY_DATA_SECTION): Delete. From-SVN: r11353
Richard Earnshaw committed -
* arm.md (*addsi3_compare0_scratch): New insn. (*movsi_compare0, *cmpsi_insn, *cmpsi_shiftsi): Make sure the compare has mode CC. (cmp{si,sf,df,xf} expands): Just provide sufficient information to allow the parameters to be matched properly. (*cmpsi_negsi): Delete (of dubious validity). (*cmpsi_shiftsi_swp): New pattern. (*condbranch_reversed): No longer needs to check REVERSIBLE_CC_MODE. (mov{si,sf,df}cc, *mov{si,sf,df}{,_hard,_soft}_insn): The mode of the IF_THEN_ELSE must be appropriate to the target (not void). (*and_scc): Match cc_register, not reversible_cc_register. (*ior_compare_compare): Delete. (split for ior_compare_compare + condjump): Delete. (*impossible_cond_compare): Delete. (*condition_compare_ior): Delete. (*cond_move): Mode for the IF_THEN_ELSE must be SImode. (*and_scc_scc): Delete. (split for and_scc_scc + condjump): Delete. (*impossible_cond_branch_and): Delete. (*cmp_ite0, *cmp_ite1): New patterns. (if_compare_not): Should be an anonymous pattern. (Peephole for move and compare): Compare mode must be mode CCmode. (Split pattern for comparing shifted reg then branch): Delete. (*loadqi_compare): Delete, replaced with a split pattern to do the same thing. (*cond_move_not): Match cc_register, not reversible_cc_register. (load/store multiple peepholes): Rewrite using the above functions. (all patterns taking immediate_operand): If the code later assumes this is a CONST_INT, then match const_int_operand instead. From-SVN: r11352
Richard Earnshaw committed -
* arm.c (aof_text_section): Remove pseudo read-only hack. Doesn't take a parameter any more. (arm_current_cc): Now an enum. (ARM_INVERSE_CONDITION_CODE): Moved to arm.h (revsersible_cc_register): Delete. (dominant_cc_register): New function. (select_dominance_cc_mode): New function. (arm_select_cc_mode): New function. (output_return_instruction): New parameter REVERSE, used to reverse the condition of a conditional return. All callers changed. (arm_print_operand case 'D'): Only suppress condition printing if the operand is a NULL pointer. (get_arm_condition_code): Now a static function returning enum arm_cond_code. Handle dominance expressions. Return enum values rather than integers. ({load,store}_multiple_sequence): New functions. (emit_{ldm,stm}_seq): New functions. From-SVN: r11351
Richard Earnshaw committed -
* arm.h (enum arm_cond_code): New enum. (ARM_INVERSE_CONDITION_CODE): Moved here from arm.c. (SELECT_CC_MODE): Call arm_select_cc_mode to do the work. (PREDICATE_CODES): Add dominant_cc_register; delete reversible_cc_register. From-SVN: r11350
Richard Earnshaw committed
-
- 26 Feb, 1996 3 commits
-
-
* sparc/sparc.md: Add sparclet scheduling parameters. (compare define_insn's): Move close to compare define_expand's. (32 bit multiply patterns): Use for TARGET_SPARCLET. (smacsi,smacdi,umacdi): Multiply/accumulate patterns for the sparclet. From-SVN: r11349
Doug Evans committed -
From-SVN: r11348
Jeff Law committed -
From-SVN: r11347
Michael Meissner committed
-
- 25 Feb, 1996 1 commit
-
-
From-SVN: r11346
David Edelsohn committed
-
- 24 Feb, 1996 2 commits
-
-
From-SVN: r11345
Michael Meissner committed -
From-SVN: r11344
Jeff Law committed
-
- 23 Feb, 1996 4 commits
-
-
* pa.c (override_options): Warn if both PIC code generation and profiling are requested. From-SVN: r11343
Jeff Law committed -
preserve CONST_CALL_P bit. (reemit_notes): Restore CONST_CALL_P. From-SVN: r11342
Richard Kenner committed -
call-saved regs as used. From-SVN: r11341
Richard Kenner committed -
(expand_builtin, case BUILT_IN_SETJMP): Set CONST_CALL_P on NOTE_INSN_SETJMP instead of emitting USE insns for call-saved regs. From-SVN: r11340
Richard Kenner committed
-
- 22 Feb, 1996 4 commits
-
-
From-SVN: r11339
Doug Evans committed -
* sparc/sparc.c (sparc_cpu_string): Delete. (sparc_select): New global. (sparc_override_options): Handle -mtune=xxx. From-SVN: r11338
Doug Evans committed -
* sparc/sparc.h (enum processor_type): Declare. (sparc_cpu_attr): Define. (TARGET_OPTIONS): Add -mtune=. (sparc_select): Declare. (sparc_cpu_string): Delete. (FIRST_PSEUDO_REGISTER): Set to 100. ({FIXED,CALL_USED}_REGISTERS): Merge !v9/v9 cases. (CONDITIONAL_REGISTER_USAGE): Mark %g5 as fixed if !v9. Mark %g1 as fixed if v9. Fix v9-only regs if !v9. Mark fp{16..47} as call-saved if v9. (enum reg_class): Merge !v9/v9 cases. (REG_CLASS_NAMES,REG_CLASS_CONTENTS,REGNO_REG_CLASS): Likewise. (REG_ALLOC_ORDER,REG_LEAF_ALLOC_ORDER,LEAF_REGISTERS): Likewise. (FP_REG_CLASS_P,SPARC_REGISTER_NAMES): Likewise. (REG_CLASS_FROM_LETTER): Test TARGET_V9 at runtime. From-SVN: r11337
Doug Evans committed -
(align_4): Delete call to readonly_data_section. From-SVN: r11336
Doug Evans committed
-
- 21 Feb, 1996 6 commits
-
-
(demangle_template): Initialize is_bool. Correctly | handle 0 as a pointer value parameter. From-SVN: r11335
Jason Merrill committed -
| function-local classes. From-SVN: r11334
Jason Merrill committed -
c-typeck.c (initializer_constant_valid_p): Don't dereference a null pointer on partial structure initialization. * c-typeck.c (initializer_constant_valid_p): Don't dereference a null pointer on partial structure initialization. From-SVN: r11333
Jeff Law committed -
From-SVN: r11332
David Edelsohn committed -
From-SVN: r11331
David Edelsohn committed -
Handle multiple adjacent backslash-newlines correctly. Accept a new parameter LIMIT to specify end of input; this prevents confusion when the input contains '\0' characters. (collect_expansion): Fix off-by-1 error when searching for `*/' at end of a comment used for traditional token concatenation. (macarg1): Fix off-by-1 error when skipping past `*/' at end of comment. From-SVN: r11330
Paul Eggert committed
-
- 20 Feb, 1996 7 commits
-
-
From-SVN: r11329
Doug Evans committed -
From-SVN: r11328
Mike Stump committed -
* pa.h (DBX_CONTIN_LENGTH): Define to 4000 characters. * pa.c (hppa_expand_epilogue): Always emit a blockage insn before cutting back the stack. From-SVN: r11327
Jeff Law committed -
From-SVN: r11326
Doug Evans committed -
Add -Acpu(sparc) -Amachine(sparc). From-SVN: r11325
Doug Evans committed -
From-SVN: r11324
Doug Evans committed -
(goto_handler_and_restore): Show uses %o0. From-SVN: r11323
Richard Kenner committed
-