summaryrefslogtreecommitdiff
path: root/gcc/loop.h
Commit message (Expand)AuthorAgeFilesLines
* acconfig.h: Fix comment formatting.Kazu Hirata2001-10-091-1/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* loop.h (struct movables): Remove `num'.Mark Mitchell2001-05-111-2/+0
* loop.c (loop_call_insn_emit_before, [...]): New.Michael Hayes2001-01-251-0/+2
* loop.h: Remove wrong declaration of doloop_condition_get.Andreas Jaeger2001-01-121-2/+2
* loop.h (total_biv_increment): Constify iv_class pointer.Michael Hayes2001-01-121-2/+3
* hard-reg-set.h: Add multiple include guard.Michael Hayes2001-01-071-2/+10
* loop.h (loop_insn_hoist): New prototype.Michael Hayes2001-01-071-0/+1
* loop.h (struct loop_reg): New.Michael Hayes2001-01-051-21/+26
* loop.h (struct iv): New.Michael Hayes2001-01-011-32/+44
* loop.h (REG_IV_CLASS): New accessor macro.Michael Hayes2001-01-011-0/+1
* loop.c (loop_giv_reduce_benefit): Break out from strength_reduce.Michael Hayes2001-01-011-6/+13
* loop.h (REGNO_FIRST_LUID, [...]): Define.Michael Hayes2001-01-011-0/+4
* loop.h (struct loop_movables): New.Michael Hayes2001-01-011-0/+21
* Kill recombine_givs.Bernd Schmidt2000-09-191-10/+0
* loop.c: Fix formatting.Kazu Hirata2000-09-131-32/+37
* loop.h (LOOP_IVS): New macro.Michael Hayes2000-09-111-12/+37
* loop.h (LOOP_REGS): New macro.Michael Hayes2000-09-111-2/+45
* unroll.c (iteration_info): Subsume into loop_iterations.Michael Hayes2000-09-111-0/+2
* loop.h (struct loop_mem_info): Move from loop.c (struct loop_info): Add field...Michael Hayes2000-09-091-0/+33
* loop.c (strength_reduce): Call check_ext_dependant_givs.Richard Henderson2000-09-071-1/+4
* Makefile.in (OBJS): Add doloop.o.Richard Henderson2000-07-301-0/+2
* revert: loop.h (struct induction): Add multi_insn_incr.J"orn Rennecke2000-05-251-1/+0
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner2000-05-191-1/+2
* loop.c (scan_loop, [...]): Change unroll_p and bct_p parameters to flags.Jan Hubicka2000-05-151-0/+4
* Fix lossage caused by applying old version of my previous patch.Jan Hubicka2000-04-191-1/+1
* loop.c (check_insn_for_bivs, [...]): Break out from ...Jan Hubicka2000-04-191-0/+2
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-3/+3
* emit-rtl.c (remove_unncessary_notes): Check that all NOTE_INSN_BLOCK_BEG and ...Mark Mitchell2000-03-191-3/+0
* loop.c (current_loop_info): Delete.Michael Hayes2000-01-251-9/+7
* loop.h (LOOP_INFO): New accessor macro.Michael Hayes2000-01-251-0/+3
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-16/+16
* loop.c (this_loop_info): Delete.Michael Hayes2000-01-151-17/+5
* loop.h (struct induction): Add multi_insn_incr.Richard Henderson1999-12-071-0/+1
* loop.c (this_loop_info): New variable.Michael Hayes1999-08-291-8/+22
* loop.h (loop_insn_first_p): Declare.J"orn Rennecke1999-02-241-5/+4
* loop.h (express_from): Declare.J"orn Rennecke1999-02-031-2/+3
* Happy new year.Joern Rennecke1999-01-281-1/+1
* rtl.h (insn_first_p): Declare.J"orn Rennecke1999-01-271-4/+23
* loop.h (loop_info): New field 'vtop'.Michael Hayes1998-12-151-1/+3
* loop.h (struct induction): Delete times_used member.J"orn Rennecke1998-12-151-1/+0
* loop.h (precondition_loop_p): Added new mode argument.Michael Hayes1998-11-251-1/+2
* loop.h (struct loop_info): Define new structure.Michael Hayes1998-11-251-13/+46
* unroll.c (loop_iteration_var, [...]): No longer static.David Edelsohn1998-10-051-6/+9
* loop.h (struct induction): Add no_const_addval.Richard Henderson1998-07-171-0/+1
* Fix hpux loop unrolling bug reported by Tim Prince.Jim Wilson1998-06-191-2/+2
* loop.c (loop_number): Delete function.Jeffrey A Law1997-09-211-1/+0
* loop.c (loop_unroll_factor): Move outside #ifdef HAIFA conditional.Jeff Law1997-09-211-2/+1
* * Integrate Haifa instruction scheduler.Jeffrey A Law1997-08-111-0/+10