- 23 Sep, 1992 12 commits
-
-
From-SVN: r2220
Richard Kenner committed -
not HOST_BITS_PER_INT. From-SVN: r2219
Richard Kenner committed -
From-SVN: r2218
Richard Kenner committed -
Don't insert insns between set and use of CC0. From-SVN: r2217
Richard Kenner committed -
From-SVN: r2216
Richard Kenner committed -
variables. From-SVN: r2215
Richard Kenner committed -
From-SVN: r2214
Richard Kenner committed -
(define_attr "length"): Set length for "ibranch" type. (define_attr "in_delay_slot"): Add new type "ibranch"; for "branch", only has delay slot if length is 4. (define_attr "cc_type"): Add new type "ibranch". (indirect branches): Now type "ibranch". From-SVN: r2213
Richard Kenner committed -
From-SVN: r2212
Michael Meissner committed -
From-SVN: r2211
Richard Stallman committed -
var, make sure it's a REG. From-SVN: r2210
Richard Stallman committed -
From-SVN: r2209
Richard Stallman committed
-
- 22 Sep, 1992 5 commits
-
-
From-SVN: r2208
Michael Meissner committed -
From-SVN: r2207
Michael Meissner committed -
From-SVN: r2206
Michael Meissner committed -
From-SVN: r2205
Michael Meissner committed -
loop over multiple regs only for hard reg. Set reg_is_output_reload in separate loop. From-SVN: r2204
Richard Stallman committed
-
- 21 Sep, 1992 10 commits
-
-
* reorg.c (mark_set_resources, case REG): A register is set iff "in_dest" is nonzero. From-SVN: r2203
Jeff Law committed -
{SIGN,ZERO}_EXTRACT depend on UNSIGNEDP. From-SVN: r2202
Richard Stallman committed -
(reload): If we can't get a register that we know won't interfere with groups, get one that might instead of giving up. From-SVN: r2201
Richard Kenner committed -
From-SVN: r2200
Richard Stallman committed -
From-SVN: r2199
Richard Stallman committed -
From-SVN: r2198
Richard Stallman committed -
(fold_rtx, record_jump_equiv): Use them to get modes of comparison. (fold_rtx): Associate MINUS with nested PLUS. From-SVN: r2197
Richard Stallman committed -
From-SVN: r2196
Richard Stallman committed -
(ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Likewise. From-SVN: r2195
Richard Stallman committed -
just in split case. (subst): Move sign extension inside arithmetic when we have a constant computation inside another computation. From-SVN: r2194
Richard Kenner committed
-
- 20 Sep, 1992 7 commits
-
-
Rename args and locals also. From-SVN: r2193
Richard Stallman committed -
Rename structure fields and typedefs. From-SVN: r2192
Richard Stallman committed -
Fix some bugs in "if (...) x = a; else x = b;" code. Remove uses of reorder_insns. Add code to make scc insns for "if (...) x = exp;" if EXP is simple enough. Optimize "if (...) x = b;" if jumps very expensive; don't use a REG as the older value of X since it doesn't help and can hurt. Correctly place generated insns in above case. From-SVN: r2191
Richard Kenner committed -
From-SVN: r2190
Richard Kenner committed -
(subst, simplify_and_const_int, significant_bits): Treat BYTE_LOADS_SIGN_EXTEND just like BYTE_LOADS_ZERO_EXTEND. (subst, simplify_and_const_int, significant_bits): Treat BYTE_LOADS_SIGN_EXTEND just like BYTE_LOADS_ZERO_EXTEND. (num_sign_bit_copies, case MEM): New case for BYTE_LOADS_SIGN_EXTEND. (num_sign_bit_copies, case SUBREG): Handle just like significant_bits. From-SVN: r2189
Richard Kenner committed -
like BYTE_LOADS_ZERO_EXTEND. From-SVN: r2188
Richard Kenner committed -
From-SVN: r2187
Richard Stallman committed
-
- 19 Sep, 1992 6 commits
-
-
From-SVN: r2186
Richard Stallman committed -
From-SVN: r2185
Richard Kenner committed -
deleted them. From-SVN: r2184
Richard Kenner committed -
From-SVN: r2183
Richard Kenner committed -
Likewise, when making new REG_DEAD notes for distribute_notes. (remove_death, move_deaths): Update reg_n_deaths. (distribute_notes): When placing second REG_DEAD or REG_UNUSED note or ignoring such a note, update reg_n_deaths. (simplify_comparison, case ASHIFT): Fix typo. (try_combine): The insns made by a DEFINE_SPLIT might contain a PARALLEL and the call to recog_for_combine might add it. (combine_instructions): Clear significant_valid at end of combine pass for a function. (find_split_point, case MEM): See if first operand of the PLUS that makes up an address is complex. (subst): Add missing arg to recursive calls when IF_THEN_ELSE is an arg of an operator. (subst, case IF_THEN_ELSE): Generalize code to propagate comparison result into arms by using known_cond. If an arm is the first operand of the comparison, make it the true arm. Remove unneeded comparison when arms are identical. Try to convert IF_THEN_ELSE to ABS, (neg (abs X)), [US]MIN, [US]MAX. Convert (if_then_else (ne A 0) (OP X C) X) to (OP X (mult A C)). (subst, case SET): If we don't have conditional moves, convert IF_THEN_ELSE into logical operations. (subst, case AND): Always make conditional moves, even if we don't support them on the machine. (known_cond, extended_count): New functions. (gen_binary): For commutative operations, put constant last. From-SVN: r2182
Richard Kenner committed -
(final_giv_value): Look for biv updates by matching insns; don't try to reparse the insn. From-SVN: r2181
Richard Kenner committed
-