]> gcc.gnu.org Git - gcc.git/history - gcc/optabs.c
If errorcount nonzero, don't call abort if the function is already defined.
[gcc.git] / gcc / optabs.c
1998-09-21 Andrew MacLeodexpr.h (eh_rtime_match_libfunc): New extern declaration.
1998-07-30 Ken RaeburnFunction entry/exit profiling instrumentation:
1998-06-24 John Carroptabs.c: Use gen_rtx_FOO (...) instead of gen_rtx...
1998-06-22 Kaveh R. GhaziWarning fixes:
1998-06-19 Jeffrey A Law* optabs.c (init_traps): Put prototype inside a suitabl...
1998-06-17 John Carrhaifa-sched.c (haifa_classify_insn): TRAP_IF is risky.
1998-05-06 Jeff Lawtypo typo fixes fixes
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-02-13 Robert LipeRats. Forgot to change copyrights on the first commit.
1998-02-13 Robert Lipec-lang.c (finish_file): Bracket declaration of static_c...
1997-11-25 Jason Merrill[multiple changes]
1997-08-02 Richard Kenner(chkr_{check_addr,set_right}_libfunc): New definitions.
1997-05-07 Mike Stumpexcept.c (start_dynamic_handler): Fix so that we can...
1997-04-23 Mike StumpAdd setjmp/longjmp exception handling.
1996-12-10 Ian Lance TaylorTreat ZERO_EXTEND like SIGN_EXTEND in emit_unop_insn
1996-10-23 Richard Kenner(emit_libcall_block): Before adding an REG_EQUAL note...
1996-10-21 Torbjorn Granlund(expand_binop): Use new function emit_store_flag_force.
1996-08-12 Richard Kenner(expand_abs): When OP0 and TARGET are the same pseudo...
1996-07-23 Mike Stumpinstall EH code
1996-07-03 Mike Stumpformatting tweaks
1996-03-01 Jeff Lawoptabs.c (emit_cmp_insn): Immediately copy the return...
1996-01-17 Richard KennerUpdate comments.
1996-01-16 Richard Kenner(expand_fix): Don't copy TARGET to TO if same.
1995-12-27 Richard Kenner(emit_unop_insn): Don't do -fforce-mem for SIGN_EXTEND.
1995-12-24 Richard Kenner(init_optabs): Initialize clrstr_optab.
1995-12-19 Jim Wilson(emit_cmp_insn): Likewise for memcmp and bcmp.
1995-10-21 Richard Kenner(expand_float): Emit missing barrier after unconditiona...
1995-06-15 Richard KennerUpdate FSF address.
1995-06-05 Richard Kenner(expand_binop): In last change, don't defererence TARGE...
1995-06-02 Richard Kenner(expand_binop): Don't use non-REG TARGET in 2-word...
1995-04-26 Jim Wilson(init_optabs): Delete all uses of undocumented TImode and
1995-04-07 Richard Kenner(init{,_integral,_floating,_complex}_libfuncs):
1995-01-27 Richard Kenner(expand_binop): Add missing test for VOIDmode before...
1995-01-25 Doug Evans(movcc_gen_code): New variable.
1995-01-14 Richard Kenner(expand_binop): Do not force constant shift-count to...
1994-11-29 Richard Kenner(init_optabs): Don't set functions for rotl and rotr.
1994-11-22 Richard Kenner(emit_no_conflict_block): Just emit the insns if the...
1994-11-17 Doug Evans(expand_unop): Try subtraction from zero if there isn't a
1994-11-15 Richard Kenner(expand_abs): New function, code moved from expand_expr.
1994-10-13 Jim Wilson(expand_fix): Correct typo with FIX/UNSIGNED_FIX REG_NOTES.
1994-10-12 Richard Kenner(??hf2_libfunc): Define like ??sf2_libfunc.
1994-10-10 Richard Kenner(expand_float): Copy TEMP to TARGET when making recursi...
1994-09-27 Richard Kenner(expand_fix): Call emit_library_call_value.
1994-09-15 Richard Earnshaw(expand_binop, multi-word shifts): Generate rtl
1994-07-28 Richard Kenner(expand_binop, case MULT [complex]) Fix typo.
1994-07-11 Doug Evans(init_optabs): Allow target specific libcalls with...
1994-07-07 Richard Kenner(expand_binop, case DIV [complex]): Fix typo in last...
1994-06-29 Torbjorn Granlund(smul_highpart_optab, umul_highpart_optab): New variables.
1994-06-27 Richard Kenner(expand_binop, multi-words shifts and rotates): Fix...
1994-06-22 Richard Kenner(expand_binop): New variable next_methods; pass to...
1994-06-18 Richard KennerPass NULL_RTX for TARGET in calls to expand_{un,bin}op.
1994-05-30 Richard Kenner(expand_float): Fix error in last change.
1994-05-30 Richard Kenner(expand_float): Avoid double-rounding when float is...
1994-04-21 Richard KennerUse CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_c...
1994-04-10 Richard Kenner(lshl_optab): Deleted.
1994-03-18 Jim Wilson(init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro.
1994-03-12 Richard KennerDon't define emit_float_lib_cmp now that no longer...
1994-03-11 Jim Wilson(emit_float_lib_cmp): Make non static.
1994-02-28 Richard Kenner(expand_binop): Use expand_divmod to do integer divisio...
1994-02-27 Richard Kenner(emit_float_lib_cmp): Init LIBFUNC; abort if not reset.
1994-01-11 Richard KennerRemove redundant prototype for gen_highpart.
1993-11-19 Richard Kenner(expand_complex_abs): Replace some erroneous uses of...
1993-11-02 Richard Kenner(init_optabs): Function `ffs' takes `int', not mode...
1993-09-16 Richard Stallman(expand_complex_abs): Fix typo in prev change.
1993-09-15 Richard Stallman(expand_float): Use emit_library_call_value.
1993-09-10 Richard StallmanFix previous change.
1993-09-09 Richard Stallman(expand_twoval_binop): Use convert_modes.
1993-09-07 Richard Kenner(expand_binop): Must always widen second operand of...
1993-09-06 Richard Kenner(emit_libcall_block): Don't move insns that reference...
1993-08-09 Richard Kenner(widen_operand): New function.
1993-08-03 Richard Kenner(code_to_optab): New variable.
1993-07-21 Jim Wilson(expand_binop): Synthesize double word shifts and rotat...
1993-05-05 Richard Kenner(add_equal_note...
1993-04-04 Richard KennerInclude reload.h.
1993-03-31 Richard Stallman(expand_fix): Initialized REAL_VALUE_TYPE confuses...
1993-03-30 Richard Kenner(extendtab, fixtab, fixtrunctab, floattab): Not static.
1993-03-18 Paul Eggert(expand_float): When converting an unsigned type U...
1993-03-16 Richard Stallman(expand_binop): For doubleword int addition,
1993-03-08 Richard KennerAdd prototypes for static functions.
1993-03-04 Richard Stallman(emit_no_conflict_block): Don't move target to itself...
1993-03-02 Richard Stallman(gen_move_insn): Big `if' applies only for MODE_CC...
1993-02-27 Richard Stallman(init_libfuncs): Use int instead of enum for first_mode...
1993-02-21 Richard Stallman(gen_move_insn): Use emit_move_insn_1.
1993-01-28 Richard Kenner(init_fixtab, init_optabs): Fix typos in QFmode and...
1993-01-25 Jim Wilson(emit_indirect_jump): Use Pmode instead of VOIDmode and
1993-01-20 Jim Wilson(emit_cmp_insn, emit_float_lib_cmp): libcall comparison...
1993-01-12 Richard Stallman(init_optabs): Use plain `ffs' for SImode ffs_optab...
1993-01-09 Richard Stallman(expand_binop): For complex mult, compute res in each...
1993-01-07 Richard Stallman(init_optabs): Add optab entries for QFmode and HFmode.
1992-12-31 Jim Wilson(expand_binop): Correct indentation of doubleword multi...
1992-12-06 Richard Kenner(expand_binop): Correct sign of complex quotient imagpart.
1992-11-25 Richard Stallman(expand_binop, expand_twoval_binop): If we are going...
1992-11-10 Richard Stallman(expand_unop): For complex negation, do get_insns,...
1992-11-06 Richard Stallman(init_libfuncs): Add casts when comparing/incrementing...
1992-11-06 Richard Stallman(expand_binop): When trying to expand a multiple word...
1992-10-05 Richard Stallman(init_optabs): Use cabs as the only libcall for abs.
1992-10-02 Richard Stallman(expand_unop): Handle complex negate and abs val.
1992-09-29 Richard Kenner(expand_binop): Convert X - C to X + (-C).
1992-09-28 Richard Stallman(expand_binop): Use get_insns, not gen_sequence.
next
This page took 1.196995 seconds and 107 git commands to generate.