]> gcc.gnu.org Git - gcc.git/history - gcc/optabs.c
Prototypes for functions defined in target C source files.
[gcc.git] / gcc / optabs.c
1999-11-01 Richard Kenner[multiple changes]
1999-09-24 Mark Mitchell* optabs.c (init_traps): Fix typo in last change.
1999-09-24 Mark Mitchell* optabs.c (init_traps): Register trap_rtx as a GC...
1999-09-23 Bernd SchmidtUse cbranch patterns when available
1999-09-20 Bernd SchmidtMake it possible to prototype port-specific functions...
1999-09-16 Kaveh R. Ghazisystem.h (CTYPE_CONV, [...]): New macros.
1999-09-12 Richard HendersonReplace insn_foo with insn_data.foo.
1999-09-09 Richard Hendersoncombine.c (SUBST): Break out to a real function do_SUBST.
1999-09-07 Jeff LawMerge in gcc2-ss-010999
1999-09-05 Richard HendersonMakefile.in (tree.o): Depend on ggc.h.
1999-09-04 Bernd SchmidtConvert many single variables to arrays
1999-08-27 Zack Weinbergrtl.c: Define CONST_DOUBLE_FORMAT to the appropriate...
1999-08-26 Richard Hendersonoptabs.c (emit_cmp_and_jump_insns): Be more thorough...
1999-08-23 Bernd SchmidtFix sparc compilation failure
1999-08-20 Kaveh R. Ghazimachmode.h (mode_name): Constify a char*.
1999-08-18 Bernd SchmidtCombined compare & jump infrastructure
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-08-02 Geoffrey KeatingUnroll my commit of 1999/08/01 16:14:58, there was...
1999-08-01 Geoff Keatingrs6000.c (num_insns_constant_wide): Correct for type...
1999-06-08 Richard Earnshawoptabs.c (expand_cmplxdiv_wide): Use expand_abs to...
1999-05-20 Kaveh R. Ghazioptabs.c (expand_cmplxdiv_straight, [...]): Change...
1999-05-18 Craig Burleyimprove open-coding of complex divide, use new method...
1999-05-10 Jeffrey A Lawoptabs.c (emit_cmp_and_jump_insns): Handle the case...
1999-04-27 Andrew MacLeodrtl.h (REG_EH_REGION): Update comment to indicate a...
1999-04-26 Toshiyasu Moritafold-const.c (make_range): Always initialize arg0 and...
1999-04-17 Zack Weinbergc-aux-info.c, [...]: Include toplev.h for real declarat...
1999-03-25 Andrew Macleodrtl.texi (RTX_FRAME_RELATED_P): Add documentation.
1999-03-19 Kaveh R. GhaziWarning fixes:
1999-03-06 Kaveh R. Ghazic-aux-info.c (data_type, [...]): Qualify a char* with...
1999-02-14 Jeffrey A Lawexcept.c (start_catch_handler): Use emit_cmp_and_jump_i...
1999-01-19 Mark Mitchellrtl.h (rtx_def): Update documentation.
1999-01-19 Andrew MacLeodoptabs.c (emit_libcall_block): Add a REG_EH_REGION...
1999-01-06 Jeff LawFix copyrights.
1999-01-03 Jeffrey A Lawoptabs.c (emit_cmp_and_jump_insns): Use CONSTANT_P...
1999-01-03 Michael Hayesoptabs.c (emit_cmp_insn): Abort if asked to emit non...
1998-12-08 Andrew MacLeodSee ChangeLog..
1998-10-17 Kaveh R. GhaziWarning fixes:
1998-10-13 Kaveh R. GhaziWarning fixes:
1998-10-11 Ken RaeburnFine-grained control of -fcheck-memory-usage with new...
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.
next
This page took 1.340294 seconds and 107 git commands to generate.