| Commit message (Expand) | Author | Age | Files | Lines |
* | (smul_highpart_optab, umul_highpart_optab): New variables. | Torbjorn Granlund | 1994-06-29 | 1 | -1/+10 |
* | (expand_binop, multi-words shifts and rotates): Fix errors in last | Richard Kenner | 1994-06-27 | 1 | -8/+8 |
* | (expand_binop): New variable next_methods; pass to most recursive calls when ... | Richard Kenner | 1994-06-22 | 1 | -189/+301 |
* | Pass NULL_RTX for TARGET in calls to expand_{un,bin}op. | Richard Kenner | 1994-06-18 | 1 | -30/+33 |
* | (expand_float): Fix error in last change. | Richard Kenner | 1994-05-30 | 1 | -4/+9 |
* | (expand_float): Avoid double-rounding when float is is narrower than | Richard Kenner | 1994-05-30 | 1 | -2/+45 |
* | Use CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1. | Richard Kenner | 1994-04-21 | 1 | -2/+2 |
* | (lshl_optab): Deleted. | Richard Kenner | 1994-04-10 | 1 | -18/+7 |
* | (init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro. | Jim Wilson | 1994-03-18 | 1 | -1/+3 |
* | Don't define emit_float_lib_cmp now that no longer static. | Richard Kenner | 1994-03-12 | 1 | -2/+2 |
* | (emit_float_lib_cmp): Make non static. | Jim Wilson | 1994-03-11 | 1 | -2/+65 |
* | (expand_binop): Use expand_divmod to do integer division for DIV of | Richard Kenner | 1994-02-28 | 1 | -19/+38 |
* | (emit_float_lib_cmp): Init LIBFUNC; abort if not reset. | Richard Kenner | 1994-02-27 | 1 | -1/+4 |
* | Remove redundant prototype for gen_highpart. | Richard Kenner | 1994-01-10 | 1 | -4/+1 |
* | (expand_complex_abs): Replace some erroneous uses of MODE with | Richard Kenner | 1993-11-19 | 1 | -2/+5 |
* | (init_optabs): Function `ffs' takes `int', not mode that is | Richard Kenner | 1993-11-02 | 1 | -1/+5 |
* | (expand_complex_abs): Fix typo in prev change. | Richard Stallman | 1993-09-16 | 1 | -0/+1 |
* | (expand_float): Use emit_library_call_value. | Richard Stallman | 1993-09-15 | 1 | -11/+17 |
* | Fix previous change. | Richard Stallman | 1993-09-10 | 1 | -1/+1 |
* | (expand_twoval_binop): Use convert_modes. | Richard Stallman | 1993-09-09 | 1 | -17/+18 |
* | (expand_binop): Must always widen second operand of shift. | Richard Kenner | 1993-09-07 | 1 | -2/+11 |
* | (emit_libcall_block): Don't move insns that reference things set in | Richard Kenner | 1993-09-06 | 1 | -3/+6 |
* | (widen_operand): New function. | Richard Kenner | 1993-08-09 | 1 | -71/+57 |
* | (code_to_optab): New variable. | Richard Kenner | 1993-08-03 | 1 | -0/+7 |
* | (expand_binop): Synthesize double word shifts and rotates from single word | Jim Wilson | 1993-07-21 | 1 | -0/+214 |
* | (add_equal_note... | Richard Kenner | 1993-05-05 | 1 | -10/+17 |
* | Include reload.h. | Richard Kenner | 1993-04-04 | 1 | -0/+1 |
* | (expand_fix): Initialized REAL_VALUE_TYPE confuses some compilers. | Richard Stallman | 1993-03-31 | 1 | -6/+9 |
* | (extendtab, fixtab, fixtrunctab, floattab): Not static. | Richard Kenner | 1993-03-30 | 1 | -2052/+91 |
* | (expand_float): When converting an unsigned type U to a smaller or equal-size... | Paul Eggert | 1993-03-18 | 1 | -4/+20 |
* | (expand_binop): For doubleword int addition, | Richard Stallman | 1993-03-16 | 1 | -0/+4 |
* | Add prototypes for static functions. | Richard Kenner | 1993-03-08 | 1 | -2/+14 |
* | (emit_no_conflict_block): Don't move target to itself if that takes multiple ... | Richard Stallman | 1993-03-04 | 1 | -12/+39 |
* | (gen_move_insn): Big `if' applies only for MODE_CC class. | Richard Stallman | 1993-03-02 | 1 | -3/+3 |
* | (init_libfuncs): Use int instead of enum for first_mode, last_mode, and mode. | Richard Stallman | 1993-02-27 | 1 | -3/+3 |
* | (gen_move_insn): Use emit_move_insn_1. | Richard Stallman | 1993-02-21 | 1 | -2/+9 |
* | (init_fixtab, init_optabs): Fix typos in QFmode and HFmode | Richard Kenner | 1993-01-28 | 1 | -25/+25 |
* | (emit_indirect_jump): Use Pmode instead of VOIDmode and | Jim Wilson | 1993-01-25 | 1 | -3/+2 |
* | (emit_cmp_insn, emit_float_lib_cmp): libcall comparisons return word_mode. | Jim Wilson | 1993-01-19 | 1 | -6/+6 |
* | (init_optabs): Use plain `ffs' for SImode ffs_optab libcall. | Richard Stallman | 1993-01-12 | 1 | -0/+2 |
* | (expand_binop): For complex mult, compute res in each alternative, not before. | Richard Stallman | 1993-01-09 | 1 | -9/+12 |
* | (init_optabs): Add optab entries for QFmode and HFmode. | Richard Stallman | 1993-01-07 | 1 | -1/+254 |
* | (expand_binop): Correct indentation of doubleword multiply picture. | Jim Wilson | 1992-12-31 | 1 | -4/+4 |
* | (expand_binop): Correct sign of complex quotient imagpart. | Richard Kenner | 1992-12-06 | 1 | -13/+13 |
* | (expand_binop, expand_twoval_binop): If we are going to fail, remove any load... | Richard Stallman | 1992-11-25 | 1 | -2/+14 |
* | (expand_unop): For complex negation, do get_insns, not gen_sequence. | Richard Stallman | 1992-11-10 | 1 | -1/+1 |
* | (init_libfuncs): Add casts when comparing/incrementing enum. | Richard Stallman | 1992-11-06 | 1 | -1/+2 |
* | (expand_binop): When trying to expand a multiple word add into multiple singl... | Richard Stallman | 1992-11-06 | 1 | -6/+7 |
* | (init_optabs): Use cabs as the only libcall for abs. | Richard Stallman | 1992-10-05 | 1 | -48/+205 |
* | (expand_unop): Handle complex negate and abs val. | Richard Stallman | 1992-10-02 | 1 | -14/+97 |