OSDN Git Service

update copyrights
[pf3gnuchains/gcc-fork.git] / gcc / regmove.c
1998-11-22 crux * regmove.c (regmove_profitable_p): Use return value...
1998-11-15 amylaar * regmove.c (regmove_optimize): Don't do anything but
1998-11-09 law1998-11-09 Andreas Schwab <schwab@issan.cs.uni-dortmu...
1998-11-04 law * recog.h (enum op_type): Define.
1998-10-14 law8
1998-10-10 law * regmove.c (optimize_reg_copy_3): Honor TRULY_...
1998-10-01 law * regmove.c (regmove_optimize): Add variable...
1998-09-17 amylaar * regmove.c (copy_src_to_dest): Check that modes match.
1998-09-16 amylaar * regmove.c (copy_src_to_dest): Don't copy if that...
1998-08-28 amylaar * regmove.c (regclass_compatible_p): New function.
1998-08-26 ghazi * system.h: Include stdarg.h/varargs.h, make...
1998-08-22 law
1998-08-20 law * remove.c (optimize_reg_copy_3): Abort instead...
1998-08-18 law * regmove.c (fixup_match_2): Do not call reg_ov...
1998-08-18 law * regmove.c (optimize_reg_copy_1): Update REG_N...
1998-07-26 law * regmove.c (regmove_optimize): Fix typo initia...
1998-07-01 amylaar * regmove.c (fixup_match_2): Check that P has RTX_CLAS...
1998-06-22 ghaziWarning fixes:
1998-06-19 law * alias.c: Include toplev.h
1998-06-19 jason * regmove.c (copy_src_to_dest): Add decl for loop_depth.
1998-06-18 ghaziWarning fixes:
1998-06-15 meissnerReorder tests in last change for speed
1998-06-15 meissnerDo not do src->dest copy if register would not be alloc...
1998-06-15 meissnerUndo June 11th change
1998-06-11 meissnerFor regmove if we could not improve code by changing...
1998-05-21 law * regmove.c (gen_add3_insn): New function.
1998-05-11 wilsonAdd missing comments pointed out by Andreas Schwab.
1998-05-06 law * regmove.c (try_auto_increment): Wrap declarat...
1998-04-18 wilsonFix regmove typos spotted by H.J. Lu.
1998-04-17 law * varasm.c (asm_output_bss): Add prototype.
1998-03-20 ghaziMajor cutover to using system.h:
1998-03-12 manfred * basic-block.h (compute_preds_succs): Change return...
1998-02-28 ghaziFix warious warnings:
1998-02-08 law * regmove.c: Fix various minor formatting problems.
1998-02-05 amylaar * regmove.c: Update.
1998-02-02 law * regmove.c (fixup_match_1): Undo last change...
1998-01-27 lawd
1998-01-22 law * regmove.c (find_matches): Initialize matches...
1998-01-14 rth* alias.c: Change all uses of gen_rtx(FOO...) to gen_rt...
1998-01-10 law * regmove.c: New implementation of regmove...
1997-09-14 law * regmove.c (regmove_optimize): If we end up moving the
1997-09-08 law * alias.c (init_alias_analysis): Clean up incom...
1997-08-12 law * Integrate Haifa instruction scheduler.