| Commit message (Expand) | Author | Age | Files | Lines |
* | (expand_complex_abs): Fix typo in prev change. | rms | 1993-09-16 | 1 | -0/+1 |
* | (expand_float): Use emit_library_call_value. | rms | 1993-09-15 | 1 | -11/+17 |
* | Fix previous change. | rms | 1993-09-10 | 1 | -1/+1 |
* | (expand_twoval_binop): Use convert_modes. | rms | 1993-09-09 | 1 | -17/+18 |
* | (expand_binop): Must always widen second operand of shift. | kenner | 1993-09-07 | 1 | -2/+11 |
* | (emit_libcall_block): Don't move insns that reference things set in | kenner | 1993-09-06 | 1 | -3/+6 |
* | (widen_operand): New function. | kenner | 1993-08-09 | 1 | -71/+57 |
* | (code_to_optab): New variable. | kenner | 1993-08-03 | 1 | -0/+7 |
* | (expand_binop): Synthesize double word shifts and rotates from single word | wilson | 1993-07-21 | 1 | -0/+214 |
* | (add_equal_note, expand_binop, expand_unop): Make copy of operands for | kenner | 1993-05-05 | 1 | -10/+17 |
* | Include reload.h. | kenner | 1993-04-04 | 1 | -0/+1 |
* | (expand_fix): Initialized REAL_VALUE_TYPE confuses some compilers. | rms | 1993-03-31 | 1 | -6/+9 |
* | (extendtab, fixtab, fixtrunctab, floattab): Not static. | kenner | 1993-03-30 | 1 | -2052/+91 |
* | (expand_float): When converting an unsigned type U | eggert | 1993-03-18 | 1 | -4/+20 |
* | (expand_binop): For doubleword int addition, | rms | 1993-03-16 | 1 | -0/+4 |
* | Add prototypes for static functions. | kenner | 1993-03-08 | 1 | -2/+14 |
* | (emit_no_conflict_block): Don't move target to itself | rms | 1993-03-04 | 1 | -12/+39 |
* | (gen_move_insn): Big `if' applies only for MODE_CC class. | rms | 1993-03-02 | 1 | -3/+3 |
* | (init_libfuncs): Use int instead of enum for first_mode, last_mode, and mode. | rms | 1993-02-27 | 1 | -3/+3 |
* | (gen_move_insn): Use emit_move_insn_1. | rms | 1993-02-21 | 1 | -2/+9 |
* | (init_fixtab, init_optabs): Fix typos in QFmode and HFmode | kenner | 1993-01-28 | 1 | -25/+25 |
* | (emit_indirect_jump): Use Pmode instead of VOIDmode and | wilson | 1993-01-25 | 1 | -3/+2 |
* | (emit_cmp_insn, emit_float_lib_cmp): libcall comparisons return word_mode. | wilson | 1993-01-20 | 1 | -6/+6 |
* | (init_optabs): Use plain `ffs' for SImode ffs_optab libcall. | rms | 1993-01-12 | 1 | -0/+2 |
* | (expand_binop): For complex mult, compute res in each alternative, not before. | rms | 1993-01-09 | 1 | -9/+12 |
* | (init_optabs): Add optab entries for QFmode and HFmode. | rms | 1993-01-07 | 1 | -1/+254 |
* | (expand_binop): Correct indentation of doubleword multiply picture. | wilson | 1992-12-31 | 1 | -4/+4 |
* | (expand_binop): Correct sign of complex quotient imagpart. | kenner | 1992-12-06 | 1 | -13/+13 |
* | (expand_binop, expand_twoval_binop): If we are going | rms | 1992-11-25 | 1 | -2/+14 |
* | (expand_unop): For complex negation, do get_insns, not gen_sequence. | rms | 1992-11-10 | 1 | -1/+1 |
* | (init_libfuncs): Add casts when comparing/incrementing enum. | rms | 1992-11-06 | 1 | -1/+2 |
* | (expand_binop): When trying to expand a multiple word | rms | 1992-11-06 | 1 | -6/+7 |
* | (init_optabs): Use cabs as the only libcall for abs. | rms | 1992-10-05 | 1 | -48/+205 |
* | (expand_unop): Handle complex negate and abs val. | rms | 1992-10-02 | 1 | -14/+97 |
* | (expand_binop): Convert X - C to X + (-C). | kenner | 1992-09-29 | 1 | -13/+9 |
* | (expand_binop): Use get_insns, not gen_sequence. | rms | 1992-09-28 | 1 | -1/+1 |
* | (expand_binop, expand_unop): Don't make SUBREG for promoted variables as | kenner | 1992-09-19 | 1 | -9/+24 |
* | (expand_binop): Convert op1 of shift libcall to word_mode. | rms | 1992-09-13 | 1 | -2/+11 |
* | (expand_binop): Fix typo, `mode' => `methods'. | rms | 1992-09-11 | 1 | -35/+35 |
* | (init_fixtab): Fix typo for fix_truncdfqi2. | rms | 1992-09-10 | 1 | -1/+1 |
* | (init_optabs): Use __gcc_bcmp, not real bcmp. | rms | 1992-09-10 | 1 | -1/+238 |
* | (expand_{binop,unop}): Don't make invalid paradoxical SUBREGs. | kenner | 1992-08-30 | 1 | -4/+12 |
* | (sin_optab,cos_optab): Define optabs for sin and cos. | jrv | 1992-08-28 | 1 | -0/+34 |
* | Partially undo Mar 7 change. Only call | wilson | 1992-08-26 | 1 | -2/+2 |
* | (expand_binop): If, e.g., mulqi3 doesn't exist, try mulqihi3. | kenner | 1992-08-21 | 1 | -2/+26 |
* | (emit_cmp_insn): Always do protect_from_queue on x, y, size. | rms | 1992-07-17 | 1 | -6/+8 |
* | entered into RCS | mycroft | 1992-07-06 | 1 | -37/+39 |
* | *** empty log message *** | kenner | 1992-06-23 | 1 | -0/+99 |
* | *** empty log message *** | rms | 1992-06-23 | 1 | -0/+1 |
* | *** empty log message *** | wilson | 1992-06-23 | 1 | -111/+565 |