summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
Commit message (Expand)AuthorAgeFilesLines
* (expand_abs): New function, code moved from expand_expr.kenner1994-11-151-0/+84
* (expand_fix): Correct typo with FIX/UNSIGNED_FIX REG_NOTES.wilson1994-10-131-1/+1
* (??hf2_libfunc): Define like ??sf2_libfunc.kenner1994-10-121-1/+42
* (expand_float): Copy TEMP to TARGET when making recursive call andkenner1994-10-101-1/+4
* (expand_fix): Call emit_library_call_value.kenner1994-09-271-3/+6
* (expand_binop, multi-word shifts): Generate rtlerich1994-09-151-7/+7
* (expand_binop, case MULT [complex]) Fix typo.kenner1994-07-281-2/+4
* (init_optabs): Allow target specific libcalls with INIT_TARGET_OPTABS.dje1994-07-111-0/+5
* (expand_binop, case DIV [complex]): Fix typo in last change.kenner1994-07-071-2/+4
* (smul_highpart_optab, umul_highpart_optab): New variables.tege1994-06-291-1/+10
* (expand_binop, multi-words shifts and rotates): Fix errors in lastkenner1994-06-271-8/+8
* (expand_binop): New variable next_methods; pass to most recursive calls whenkenner1994-06-221-189/+301
* Pass NULL_RTX for TARGET in calls to expand_{un,bin}op.kenner1994-06-181-30/+33
* (expand_float): Fix error in last change.kenner1994-05-301-4/+9
* (expand_float): Avoid double-rounding when float is is narrower thankenner1994-05-301-2/+45
* Use CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1.kenner1994-04-211-2/+2
* (lshl_optab): Deleted.kenner1994-04-101-18/+7
* (init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro.wilson1994-03-181-1/+3
* Don't define emit_float_lib_cmp now that no longer static.kenner1994-03-121-2/+2
* (emit_float_lib_cmp): Make non static.wilson1994-03-111-2/+65
* (expand_binop): Use expand_divmod to do integer division for DIV ofkenner1994-02-281-19/+38
* (emit_float_lib_cmp): Init LIBFUNC; abort if not reset.kenner1994-02-271-1/+4
* Remove redundant prototype for gen_highpart.kenner1994-01-111-4/+1
* (expand_complex_abs): Replace some erroneous uses of MODE withkenner1993-11-191-2/+5
* (init_optabs): Function `ffs' takes `int', not mode that iskenner1993-11-021-1/+5
* (expand_complex_abs): Fix typo in prev change.rms1993-09-161-0/+1
* (expand_float): Use emit_library_call_value.rms1993-09-151-11/+17
* Fix previous change.rms1993-09-101-1/+1
* (expand_twoval_binop): Use convert_modes.rms1993-09-091-17/+18
* (expand_binop): Must always widen second operand of shift.kenner1993-09-071-2/+11
* (emit_libcall_block): Don't move insns that reference things set inkenner1993-09-061-3/+6
* (widen_operand): New function.kenner1993-08-091-71/+57
* (code_to_optab): New variable.kenner1993-08-031-0/+7
* (expand_binop): Synthesize double word shifts and rotates from single wordwilson1993-07-211-0/+214
* (add_equal_note, expand_binop, expand_unop): Make copy of operands forkenner1993-05-051-10/+17
* Include reload.h.kenner1993-04-041-0/+1
* (expand_fix): Initialized REAL_VALUE_TYPE confuses some compilers.rms1993-03-311-6/+9
* (extendtab, fixtab, fixtrunctab, floattab): Not static.kenner1993-03-301-2052/+91
* (expand_float): When converting an unsigned type Ueggert1993-03-181-4/+20
* (expand_binop): For doubleword int addition,rms1993-03-161-0/+4
* Add prototypes for static functions.kenner1993-03-081-2/+14
* (emit_no_conflict_block): Don't move target to itselfrms1993-03-041-12/+39
* (gen_move_insn): Big `if' applies only for MODE_CC class.rms1993-03-021-3/+3
* (init_libfuncs): Use int instead of enum for first_mode, last_mode, and mode.rms1993-02-271-3/+3
* (gen_move_insn): Use emit_move_insn_1.rms1993-02-211-2/+9
* (init_fixtab, init_optabs): Fix typos in QFmode and HFmodekenner1993-01-281-25/+25
* (emit_indirect_jump): Use Pmode instead of VOIDmode andwilson1993-01-251-3/+2
* (emit_cmp_insn, emit_float_lib_cmp): libcall comparisons return word_mode.wilson1993-01-201-6/+6
* (init_optabs): Use plain `ffs' for SImode ffs_optab libcall.rms1993-01-121-0/+2
* (expand_binop): For complex mult, compute res in each alternative, not before.rms1993-01-091-9/+12