OSDN Git Service

* pa.h (OVERRIDE_OPTIONS): Define. Give a warning if -fpic or
[pf3gnuchains/gcc-fork.git] / gcc / optabs.c
1993-05-05 kenner(add_equal_note, expand_binop, expand_unop): Make copy...
1993-04-04 kennerInclude reload.h.
1993-03-31 rms(expand_fix): Initialized REAL_VALUE_TYPE confuses...
1993-03-30 kenner(extendtab, fixtab, fixtrunctab, floattab): Not static.
1993-03-18 eggert(expand_float): When converting an unsigned type U
1993-03-16 rms(expand_binop): For doubleword int addition,
1993-03-08 kennerAdd prototypes for static functions.
1993-03-04 rms(emit_no_conflict_block): Don't move target to itself
1993-03-02 rms(gen_move_insn): Big `if' applies only for MODE_CC...
1993-02-27 rms(init_libfuncs): Use int instead of enum for first_mode...
1993-02-21 rms(gen_move_insn): Use emit_move_insn_1.
1993-01-28 kenner(init_fixtab, init_optabs): Fix typos in QFmode and...
1993-01-25 wilson(emit_indirect_jump): Use Pmode instead of VOIDmode and
1993-01-20 wilson(emit_cmp_insn, emit_float_lib_cmp): libcall comparison...
1993-01-12 rms(init_optabs): Use plain `ffs' for SImode ffs_optab...
1993-01-09 rms(expand_binop): For complex mult, compute res in each...
1993-01-07 rms(init_optabs): Add optab entries for QFmode and HFmode.
1992-12-31 wilson(expand_binop): Correct indentation of doubleword multi...
1992-12-06 kenner(expand_binop): Correct sign of complex quotient imagpart.
1992-11-25 rms(expand_binop, expand_twoval_binop): If we are going
1992-11-10 rms(expand_unop): For complex negation, do get_insns,...
1992-11-06 rms(init_libfuncs): Add casts when comparing/incrementing...
1992-11-06 rms(expand_binop): When trying to expand a multiple word
1992-10-05 rms(init_optabs): Use cabs as the only libcall for abs.
1992-10-02 rms(expand_unop): Handle complex negate and abs val.
1992-09-29 kenner(expand_binop): Convert X - C to X + (-C).
1992-09-28 rms(expand_binop): Use get_insns, not gen_sequence.
1992-09-19 kenner(expand_binop, expand_unop): Don't make SUBREG for...
1992-09-13 rms(expand_binop): Convert op1 of shift libcall to word_mode.
1992-09-11 rms(expand_binop): Fix typo, `mode' => `methods'.
1992-09-10 rms(init_fixtab): Fix typo for fix_truncdfqi2.
1992-09-10 rms(init_optabs): Use __gcc_bcmp, not real bcmp.
1992-08-30 kenner(expand_{binop,unop}): Don't make invalid paradoxical...
1992-08-28 jrv(sin_optab,cos_optab): Define optabs for sin and cos.
1992-08-26 wilsonPartially undo Mar 7 change. Only call
1992-08-21 kenner(expand_binop): If, e.g., mulqi3 doesn't exist, try...
1992-07-17 rms(emit_cmp_insn): Always do protect_from_queue on x...
1992-07-06 mycroftentered into RCS
1992-06-23 kenner*** empty log message ***
1992-06-23 rms*** empty log message ***
1992-06-23 wilson*** empty log message ***
1992-05-25 rms*** empty log message ***
1992-05-07 rms*** empty log message ***
1992-04-25 rms*** empty log message ***
1992-04-18 rms*** empty log message ***
1992-04-05 jrv*** empty log message ***
1992-04-02 kenner*** empty log message ***
1992-03-29 rms*** empty log message ***
1992-03-14 rms*** empty log message ***
1992-03-11 tege*** empty log message ***
1992-03-07 kenner*** empty log message ***
1992-03-02 jrv*** empty log message ***
1992-02-04 kenner*** empty log message ***
1992-01-17 rms*** empty log message ***
1991-12-30 kennerInitial revision