| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-decl.c: Fix a comment typo. | kazu | 2002-12-13 | 1 | -1/+1 |
* | * dbxout.c: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -2/+2 |
* | * loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS. | rth | 2002-07-22 | 1 | -1/+1 |
* | PR optimization/7130 | amodra | 2002-07-20 | 1 | -0/+3 |
* | * langhooks.c: Fix formatting. | kazu | 2002-05-30 | 1 | -3/+3 |
* | * loop.h (struct loop_info): Add member has_prefetch. | janis | 2002-05-16 | 1 | -0/+2 |
* | PR opt/4311 | rth | 2002-04-03 | 1 | -0/+1 |
* | * rtl.h: Update copyright date. | grahams | 2002-01-03 | 1 | -4/+4 |
* | * predict.c (estimate_probability): Reorganize opcode heuristics. | hubicka | 2001-12-13 | 1 | -0/+1 |
* | * loop.h (struct induction): Rename ext_dependant to | jsm28 | 2001-10-29 | 1 | -1/+1 |
* | * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4, | jsm28 | 2001-10-28 | 1 | -1/+1 |
* | * acconfig.h: Fix comment formatting. | kazu | 2001-10-09 | 1 | -1/+1 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * loop.h (struct movables): Remove `num'. | mmitchel | 2001-05-11 | 1 | -2/+0 |
* | * loop.c (loop_call_insn_emit_before, loop_call_insn_hoist): New. | m.hayes | 2001-01-25 | 1 | -0/+2 |
* | * loop.h: Remove wrong declaration of doloop_condition_get. | aj | 2001-01-12 | 1 | -2/+2 |
* | * loop.h (total_biv_increment): Constify iv_class pointer. | m.hayes | 2001-01-12 | 1 | -2/+3 |
* | * hard-reg-set.h: Add multiple include guard. | m.hayes | 2001-01-07 | 1 | -2/+10 |
* | * loop.h (loop_insn_hoist): New prototype. | m.hayes | 2001-01-07 | 1 | -0/+1 |
* | * loop.h (struct loop_reg): New. | m.hayes | 2001-01-05 | 1 | -21/+26 |
* | * loop.h (struct iv): New. | m.hayes | 2001-01-01 | 1 | -32/+44 |
* | * loop.h (REG_IV_CLASS): New accessor macro. | m.hayes | 2001-01-01 | 1 | -0/+1 |
* | * loop.c (loop_giv_reduce_benefit): Break out from strength_reduce. | m.hayes | 2001-01-01 | 1 | -6/+13 |
* | * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Define. | m.hayes | 2001-01-01 | 1 | -0/+4 |
* | * loop.h (struct loop_movables): New. | m.hayes | 2001-01-01 | 1 | -0/+21 |
* | Kill recombine_givs. | rth | 2000-09-19 | 1 | -10/+0 |
* | * loop.c: Fix formatting. | law | 2000-09-14 | 1 | -32/+37 |
* | * loop.h (LOOP_IVS): New macro. | m.hayes | 2000-09-11 | 1 | -12/+37 |
* | * loop.h (LOOP_REGS): New macro. | m.hayes | 2000-09-11 | 1 | -2/+45 |
* | * unroll.c (iteration_info): Subsume into loop_iterations. | m.hayes | 2000-09-11 | 1 | -0/+2 |
* | * loop.h (struct loop_mem_info): Move from loop.c | m.hayes | 2000-09-09 | 1 | -0/+33 |
* | * loop.c (strength_reduce): Call check_ext_dependant_givs. | rth | 2000-09-07 | 1 | -1/+4 |
* | * Makefile.in (OBJS): Add doloop.o. | rth | 2000-07-30 | 1 | -0/+2 |
* | * Back out this patch: | amylaar | 2000-05-25 | 1 | -1/+0 |
* | * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | kenner | 2000-05-19 | 1 | -1/+2 |
* | * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p | hubicka | 2000-05-15 | 1 | -0/+4 |
* | Fix lossage caused by applying old version of my previous patch. | hubicka | 2000-04-19 | 1 | -1/+1 |
* | * loop.c (check_insn_for_bivs, for_every_insn_in_loop, | hubicka | 2000-04-19 | 1 | -0/+2 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -3/+3 |
* | * emit-rtl.c (remove_unncessary_notes): Check that all | mmitchel | 2000-03-19 | 1 | -3/+0 |
* | 2000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz> | m.hayes | 2000-01-25 | 1 | -9/+7 |
* | 2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz> | m.hayes | 2000-01-25 | 1 | -0/+3 |
* | Update copyrights | ghazi | 2000-01-17 | 1 | -1/+1 |
* | * ggc-common.c: PROTO -> PARAMS. | ghazi | 2000-01-17 | 1 | -16/+16 |
* | * loop.c (this_loop_info): Delete. | m.hayes | 2000-01-15 | 1 | -17/+5 |
* | * loop.h (struct induction): Add multi_insn_incr. | rth | 1999-12-08 | 1 | -0/+1 |
* | * loop.c (this_loop_info): New variable. | law | 1999-08-29 | 1 | -8/+22 |
* | * loop.h (loop_insn_first_p): Declare. | amylaar | 1999-02-24 | 1 | -5/+4 |
* | * loop.h (express_from): Declare. | amylaar | 1999-02-03 | 1 | -2/+3 |
* | Happy new year. | amylaar | 1999-01-28 | 1 | -1/+1 |