aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
AgeCommit message (Expand)AuthorFilesLines
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-7/+13
1998-02-18* loop.c (force_movables): Fix typo.Jeffrey A Law1-1/+1
1998-02-17Remove unwanted CYGNUS LOCAL marker.Jeff Law1-2/+0
1998-02-17loop.c (rtx_equal_for_loop_p): Add some braces to disambiguate a dangling els...Jeffrey A Law1-9/+12
1998-02-16loop.c (strength_reduce, [...]): Use HOST_WIDE_INT_PRINT_DEC to print CONST_I...John Carr1-7/+17
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-3/+1
1998-02-08Oops, bump copyright year.David Edelsohn1-1/+1
1998-02-08Feb 8 14:56:03 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>Richard Kenner1-2/+8
1998-02-01* loop.c (get_condition): Handle sign-extended constants.J"orn Rennecke1-2/+4
1998-01-17loop.c (find_and_verify_loops): When attempting to move insns from inside the...Jeffrey A Law1-0/+21
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-88/+90
1998-01-13loop.c (check_dbra_loop): Make sure initial value is a CONST_INT before tryin...Jeffrey A Law1-4/+5
1997-12-06Merge from gcc-2.8Jeff Law1-4/+14
1997-12-06loop.c (invariant_p): Don't test flag_rerun_loop_opt.Jeff Law1-15/+13
1997-11-09flags.h (flag_rerun_loop_opt): Declare.Jim Wilson1-1/+6
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-22/+72
1997-10-26loop.c (simplify_giv_expr): Adding two invariants results in an invariant.Jeffrey A Law1-1/+11
1997-09-23loop.c (indirect_jump_in_function_p): Return 0 by default.H.J. Lu1-1/+2
1997-09-21loop.c (loop_number): Delete function.Jeffrey A Law1-22/+2
1997-09-21loop.c (loop_unroll_factor): Move outside #ifdef HAIFA conditional.Jeff Law1-22/+17
1997-09-21jump.c (jmp_uses_reg_or_mem): Deleted unused function.Jeffrey A Law1-28/+14
1997-09-21Finish last change.Jeff Law1-4/+0
1997-09-21loop.c (fix_bct_param): Delete unused function.Jeffrey A Law1-35/+0
1997-09-11* loop.c (strength_reduce): Fix typo.Jeffrey A Law1-1/+1
1997-08-27flags.h (flag_move_all_movables): Declare.Jeffrey A Law1-2/+3
1997-08-27loop.c (combine_movables): Earlier insns don't match later ones.Doug Evans1-1/+3
1997-08-26loop.c (check_final_value): Don't miss a biv increment in a parallel.Michael P. Hayes1-2/+1
1997-08-17Another haifa typo.Jeff Law1-1/+1
1997-08-17Fix typos in last haifa change.Jeff Law1-2/+2
1997-08-16loop.c (is_power_of_2, [...]): Delete unused functions and declarations.Jeffrey A Law1-29/+4
1997-08-15loop.c (is_conditional_branch): Make definition match declaration.Jeffrey A Law1-0/+1
1997-08-11* Integrate Haifa instruction scheduler.Jeffrey A Law1-0/+752
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1-5/+9
1997-07-02Do not go beyond end of arrayMichael Meissner1-0/+1
1997-06-02Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...Michael Meissner1-6/+6
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1-41/+41
1997-05-18(maybe_eliminate_biv_1): In (set (cc0) <biv>) case, swap compareRichard Kenner1-3/+4
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-6/+6
1997-04-13(invariant_p, case REG): Pointers into frame are not invariants ifRichard Kenner1-2/+7
1997-03-16loop.c (strength_reduce): Adjust BENEFIT appropriately if an autoincrement me...Jeff Law1-3/+17
1997-01-19(check_final_value): Handle insns with no luid's.Richard Kenner1-2/+5
1997-01-04(basic_induction_var): Return 0 if SUBREG is not a promoted variable.Richard Kenner1-1/+2
1996-12-13Check SMALL_REGISTER_CLASSES at runtimeIan Lance Taylor1-3/+8
1996-10-23(combine_givs): When combining a DEST_REG giv with its only use,Richard Kenner1-8/+11
1996-10-21(strength_reduce): Add check for ! bl->reversed toJim Wilson1-2/+4
1996-10-15* loop.c (strength_reduce): Avoid taking PATTERN of a label.Doug Evans1-6/+12
1996-09-24(get_condition): Use rtx_equal_p to compare rtx.Richard Kenner1-1/+1
1996-09-23(check_dbra_loop): Don't assume label must be second part ofRichard Kenner1-0/+2
1996-09-22(combine_givs): Improve combining DEST_REG giv with its only use.Richard Kenner1-3/+15
1996-07-23install EH codeMike Stump1-0/+14