summaryrefslogtreecommitdiff
path: root/gcc/loop.c
Commit message (Expand)AuthorAgeFilesLines
* * loop.c (oballoc): Remove declaration.law1998-06-211-3/+1
* * alias.c: Include toplev.hlaw1998-06-191-0/+1
* * loop.c (check_dbra_loop): Initialise final_value beforelaw1998-06-041-1/+1
* * m68k.h: Declare more functions used in macros.law1998-05-231-0/+2
* * Global CSE and constant/copy propagation.law1998-05-201-1/+7
* Patch from Bill Moyer.wilson1998-05-151-1/+6
* * loop.c (scan_loop): Don't call move_moveables for optimize_size.law1998-05-141-3/+7
* * loop.c (get_condition): Don't combine when either compare is MODE_CC.rth1998-05-091-2/+15
* typo typo fixes fixeslaw1998-05-061-6/+6
* * loop.c (regs_match_p): Fix typo in prototype.law1998-05-061-1/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.law1998-05-051-1/+4
* Fix hppa miscompilation bug reported by Manfred Hollstein.wilson1998-04-271-6/+20
* * alias.c (alias_invariant): New variable.jfc1998-04-251-1/+1
* Add match_insn2; Fix prototype in loop.cmeissner1998-04-221-2/+3
* * loop.c (regs_patch_p): Add prototype.law1998-04-161-0/+9
* * c-lex.c (is_class_name): Delete declaration.law1998-04-071-45/+45
* Fix loop reversal bug reported by Joern Rennecke.wilson1998-04-071-1/+4
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-1/+1
* Fix m68k bootstrap failure reported by Toon Moene.wilson1998-03-251-0/+1
* Major cutover to using system.h:ghazi1998-03-201-1/+1
* Fix sparc-sun-solaris2 -O2 -fPIC bootstrap failure with gcse code.wilson1998-03-181-23/+39
* Fix warious warnings:ghazi1998-02-281-7/+13
* * loop.c (force_movables): Fix typo.law1998-02-181-1/+1
* Remove unwanted CYGNUS LOCAL marker.law1998-02-171-2/+0
* * loop.c (rtx_equal_for_loop_p): Add some braces to disambiguatelaw1998-02-171-9/+12
* * loop.c (strength_reduce, record_biv, record_giv): Usejfc1998-02-161-7/+17
* * varasm.c (output_constant_pool): Bring back 'done' label insidelaw1998-02-141-3/+1
* Oops, bump copyright year.dje1998-02-081-1/+1
* Feb 8 14:56:03 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>dje1998-02-081-2/+8
* * loop.c (get_condition): Handle sign-extended constants.law1998-02-021-2/+4
* * loop.c (find_and_verify_loops): When attempting to move insns fromlaw1998-01-171-0/+21
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-88/+90
* * loop.c (check_dbra_loop): Make sure initial value is alaw1998-01-141-4/+5
* Merge from gcc-2.8law1997-12-071-4/+14
* * loop.c (invariant_p): Don't test flag_rerun_loop_opt.law1997-12-061-15/+13
* * flags.h (flag_rerun_loop_opt): Declare.law1997-11-091-1/+6
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-22/+72
* * loop.c (simplify_giv_expr): Adding two invariants resultslaw1997-10-261-1/+11
* * loop.c (indirect_jump_in_function_p): Return 0law1997-09-231-1/+2
* * loop.c (loop_number): Delete function. Change all referenceslaw1997-09-221-22/+2
* * loop.c (loop_unroll_factor): Move outside #ifdef HAIFAlaw1997-09-221-22/+17
* * jump.c (jmp_uses_reg_or_mem): Deleted unused function.law1997-09-221-28/+14
* Finish last change.law1997-09-211-4/+0
* * loop.c (fix_bct_param): Delete unused function.law1997-09-211-35/+0
* * loop.c (strength_reduce): Fix typo.law1997-09-111-1/+1
* * flags.h (flag_move_all_movables): Declare.law1997-08-281-2/+3
* * loop.c (combine_movables): Earlier insns don't match later ones.law1997-08-271-1/+3
* * loop.c (check_final_value): Don't miss a biv increment in alaw1997-08-271-2/+1
* Another haifa typo.law1997-08-181-1/+1
* Fix typos in last haifa change.law1997-08-181-2/+2