summaryrefslogtreecommitdiff
path: root/gcc/unroll.c
Commit message (Expand)AuthorAgeFilesLines
* 2001-12-01 Olivier Hainque <hainque@act-europe.fr>sirl2001-12-011-11/+24
* * unroll.c (unroll_loop): Correct special exit cases.dje2001-11-301-9/+32
* * unroll.c (loop_iterations): Move last change ...rth2001-11-271-35/+0
* * unroll.c (loop_iterations): Detect one situation in which werth2001-11-271-0/+35
* * unroll.c (copy_loop_body): Update LABEL_NUSES for thelaw2001-11-211-0/+1
* * unroll.c (copy_loop_body): Initialize JUMP_LABEL field afterlaw2001-11-161-0/+1
* * expr.c (store_field): Pass tree instead of max size; callers changed.kenner2001-11-161-5/+5
* * unroll.c (calculate_giv_inc): Use find_last_value rathergeoffk2001-11-041-6/+5
* * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,jsm282001-10-281-1/+1
* 2001-10-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2001-10-111-5/+4
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-5/+5
* 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2001-10-101-0/+5
* 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2001-10-081-0/+21
* * Makefile.in (cfgrtl.o): Add.hubicka2001-09-251-8/+1
* * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.hubicka2001-09-211-22/+22
* * dbxout.c (dbxout_parms): Fix typo in comment.hp2001-09-111-1/+1
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-12/+11
* * rtl.h (only_sets_cc0_p): New prototype.wehle2001-08-151-2/+2
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+1
* * unroll.c (loop_iterations): Fix miscalculation of initialcpopetz2001-07-231-1/+0
* * unroll.c: Include predict.h.hubicka2001-06-181-0/+4
* * unroll.c (initial_reg_note_copy): Use PUT_REG_NOTE_KIND andmmitchel2001-06-121-9/+32
* * unroll.c (loop_iterations): Don't sign-extend abs_diff;aoliva2001-05-061-7/+17
* * flow.c (proagate_one_insn): Remove useless assignment.mmitchel2001-04-211-1/+1
* * expmed.c (store_bit_field): Truncate CONST_INTs.aoliva2001-04-121-0/+2
* * loop.c (loop_call_insn_emit_before, loop_call_insn_hoist): New.m.hayes2001-01-251-1/+1
* * unroll.c (precondition_loop_p): Fail if no iterationrth2001-01-161-1/+8
* * unroll.c (loop_iterations): If we cannot prove iteration variablejakub2001-01-131-0/+15
* * loop.h (total_biv_increment): Constify iv_class pointer.m.hayes2001-01-121-1/+1
* * hard-reg-set.h: Add multiple include guard.m.hayes2001-01-071-53/+33
* * reload.c (subst_reloads): Take INSN argument. Whenaoliva2001-01-071-2/+2
* * loop.c (debug_biv, debug_giv): New.m.hayes2001-01-061-3/+3
* * loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds.m.hayes2001-01-011-7/+4
* * loop.h (struct iv): New.m.hayes2001-01-011-4/+4
* * loop.h (REG_IV_CLASS): New accessor macro.m.hayes2001-01-011-7/+7
* * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Define.m.hayes2001-01-011-6/+6
* * function.h (emit_status): Delete member regno_pointer_flag andlaw2000-11-301-1/+1
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-7/+7
* Kill recombine_givs.rth2000-09-191-74/+7
* * unroll.c (copy_loop_body): Update LABEL_NUSES beforerth2000-09-191-1/+3
* Fix IA-64 abort compiling ping.wilson2000-09-181-2/+3
* Fix for IA-64 abort compiling xaaPCache.c from XFree86wilson2000-09-181-1/+2
* * unroll.c: Fix formatting.law2000-09-121-64/+55
* * loop.h (LOOP_IVS): New macro.m.hayes2000-09-111-31/+41
* * unroll.c (iteration_info): Subsume into loop_iterations.m.hayes2000-09-111-125/+115
* * loop.c (strength_reduce): Call check_ext_dependant_givs.rth2000-09-071-3/+8
* * unroll.c (unroll_loop): Check for unconditional jumpsclm2000-09-071-0/+47
* * unroll.c (loop_find_equiv_value): If ret is modified betweenjakub2000-08-211-0/+5
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-4/+2