| Commit message (Expand) | Author | Age | Files | Lines |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (expand_binop): In last change, don't defererence TARGET if it is 0. | kenner | 1995-06-05 | 1 | -1/+2 |
* | (expand_binop): Don't use non-REG TARGET in 2-word case. | kenner | 1995-06-02 | 1 | -1/+1 |
* | (init_optabs): Delete all uses of undocumented TImode and | wilson | 1995-04-26 | 1 | -87/+0 |
* | (init{,_integral,_floating,_complex}_libfuncs): | kenner | 1995-04-07 | 1 | -4/+4 |
* | (expand_binop): Add missing test for VOIDmode before calling | kenner | 1995-01-27 | 1 | -1/+2 |
* | (movcc_gen_code): New variable. | dje | 1995-01-25 | 1 | -0/+156 |
* | (expand_binop): Do not force constant shift-count to a register, to | kenner | 1995-01-14 | 1 | -7/+11 |
* | (init_optabs): Don't set functions for rotl and rotr. | kenner | 1994-11-29 | 1 | -2/+0 |
* | (emit_no_conflict_block): Just emit the insns if the block contains | kenner | 1994-11-22 | 1 | -7/+8 |
* | (expand_unop): Try subtraction from zero if there isn't a | dje | 1994-11-17 | 1 | -0/+11 |
* | (expand_abs): New function, code moved from expand_expr. | kenner | 1994-11-15 | 1 | -0/+84 |
* | (expand_fix): Correct typo with FIX/UNSIGNED_FIX REG_NOTES. | wilson | 1994-10-13 | 1 | -1/+1 |
* | (??hf2_libfunc): Define like ??sf2_libfunc. | kenner | 1994-10-12 | 1 | -1/+42 |
* | (expand_float): Copy TEMP to TARGET when making recursive call and | kenner | 1994-10-10 | 1 | -1/+4 |
* | (expand_fix): Call emit_library_call_value. | kenner | 1994-09-27 | 1 | -3/+6 |
* | (expand_binop, multi-word shifts): Generate rtl | erich | 1994-09-15 | 1 | -7/+7 |
* | (expand_binop, case MULT [complex]) Fix typo. | kenner | 1994-07-28 | 1 | -2/+4 |
* | (init_optabs): Allow target specific libcalls with INIT_TARGET_OPTABS. | dje | 1994-07-11 | 1 | -0/+5 |
* | (expand_binop, case DIV [complex]): Fix typo in last change. | kenner | 1994-07-07 | 1 | -2/+4 |
* | (smul_highpart_optab, umul_highpart_optab): New variables. | tege | 1994-06-29 | 1 | -1/+10 |
* | (expand_binop, multi-words shifts and rotates): Fix errors in last | kenner | 1994-06-27 | 1 | -8/+8 |
* | (expand_binop): New variable next_methods; pass to most recursive calls when | kenner | 1994-06-22 | 1 | -189/+301 |
* | Pass NULL_RTX for TARGET in calls to expand_{un,bin}op. | kenner | 1994-06-18 | 1 | -30/+33 |
* | (expand_float): Fix error in last change. | kenner | 1994-05-30 | 1 | -4/+9 |
* | (expand_float): Avoid double-rounding when float is is narrower than | kenner | 1994-05-30 | 1 | -2/+45 |
* | Use CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1. | kenner | 1994-04-21 | 1 | -2/+2 |
* | (lshl_optab): Deleted. | kenner | 1994-04-10 | 1 | -18/+7 |
* | (init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro. | wilson | 1994-03-18 | 1 | -1/+3 |
* | Don't define emit_float_lib_cmp now that no longer static. | kenner | 1994-03-12 | 1 | -2/+2 |
* | (emit_float_lib_cmp): Make non static. | wilson | 1994-03-11 | 1 | -2/+65 |
* | (expand_binop): Use expand_divmod to do integer division for DIV of | kenner | 1994-02-28 | 1 | -19/+38 |
* | (emit_float_lib_cmp): Init LIBFUNC; abort if not reset. | kenner | 1994-02-27 | 1 | -1/+4 |
* | Remove redundant prototype for gen_highpart. | kenner | 1994-01-11 | 1 | -4/+1 |
* | (expand_complex_abs): Replace some erroneous uses of MODE with | kenner | 1993-11-19 | 1 | -2/+5 |
* | (init_optabs): Function `ffs' takes `int', not mode that is | kenner | 1993-11-02 | 1 | -1/+5 |
* | (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 |