Makefile.in (final.o): Depend on target.h.
[platform/upstream/gcc.git] / gcc / unroll.c
2001-06-18 Jan Hubickaunroll.c: Include predict.h.
2001-06-12 Mark Mitchellunroll.c (initial_reg_note_copy): Use PUT_REG_NOTE_KIND...
2001-05-06 Alexandre Olivaunroll.c (loop_iterations): Don't sign-extend abs_diff...
2001-04-21 Mark Mitchellflow.c (proagate_one_insn): Remove useless assignment.
2001-04-12 Alexandre Olivaexpmed.c (store_bit_field): Truncate CONST_INTs.
2001-01-25 Michael Hayesloop.c (loop_call_insn_emit_before, [...]): New.
2001-01-16 Richard Hendersonunroll.c (precondition_loop_p): Fail if no iteration...
2001-01-13 Jakub Jelinekunroll.c (loop_iterations): If we cannot prove iteratio...
2001-01-12 Michael Hayesloop.h (total_biv_increment): Constify iv_class pointer.
2001-01-07 Michael Hayeshard-reg-set.h: Add multiple include guard.
2001-01-07 Alexandre Olivareload.c (subst_reloads): Take INSN argument.
2001-01-06 Michael Hayesloop.c (debug_biv, debug_giv): New.
2001-01-01 Michael Hayesloop.c (check_insn_for_bivs): Use ivs->n_regs to check...
2001-01-01 Michael Hayesloop.h (struct iv): New.
2001-01-01 Michael Hayesloop.h (REG_IV_CLASS): New accessor macro.
2001-01-01 Michael Hayesloop.h (REGNO_FIRST_LUID, [...]): Define.
2000-11-30 John David Anglinfunction.h (emit_status): Delete member regno_pointer_f...
2000-11-07 Joseph Myersalias.c [...] (init_alias_analysis, [...]): Use memset...
2000-09-19 Bernd SchmidtKill recombine_givs.
2000-09-19 Richard Hendersonunroll.c (copy_loop_body): Update LABEL_NUSES before...
2000-09-18 Jim WilsonFix IA-64 abort compiling ping.
2000-09-18 Jim WilsonFix for IA-64 abort compiling xaaPCache.c from XFree86
2000-09-12 Kazu Hirata* unroll.c: Fix formatting.
2000-09-11 Michael Hayesloop.h (LOOP_IVS): New macro.
2000-09-11 Michael Hayesunroll.c (iteration_info): Subsume into loop_iterations.
2000-09-07 Richard Hendersonloop.c (strength_reduce): Call check_ext_dependant_givs.
2000-09-07 Catherine Mooreunroll.c (unroll_loop): Check for unconditional jumps...
2000-08-21 Jakub Jelinekunroll.c (loop_find_equiv_value): If ret is modified...
2000-08-04 Rodney Brownalias.c (mark_constant_function): Use INSN_P.
2000-07-18 Geoff Keatingunroll.c (copy_loop_body): Fix one instance of using...
2000-05-25 Jan Hubickacombine.c (try_combine): Use any_condjump_p...
2000-05-25 Jan HubickaJan Hubicka <jh@suse.cz>
2000-05-19 Richard Kennercse.c (cse_basic_block): Only call find_reg_note if...
2000-05-12 Richard HendersonMakefile.in (final.o): Depend on BASIC_BLOCK_H.
2000-04-27 Jan Hubicka* loop.c (load_mems) Don't use hard registers for...
2000-03-25 Richard Kenner* Rework fields used to describe positions of bitfields and
2000-02-26 Jeff LawFix copyrights.
2000-02-19 Richard Kennerbitmap.c (bitmap_operation): Avoid using -1 for index...
2000-02-10 Kaveh R. Ghaziflow.c (mark_regs_live_at_end): Delete unused variables.
2000-02-01 Zack Weinbergframe.c (find_fde): Convert for loop to do-while so...
2000-01-25 Michael Hayesloop.c (current_loop_info): Delete.
2000-01-25 Michael Hayesloop.h (LOOP_INFO): New accessor macro.
2000-01-19 Michael Hayesloop.c
2000-01-17 Kaveh R. Ghazitoplev.c: PROTO -> PARAMS.
2000-01-15 Michael Hayesloop.c (this_loop_info): Delete.
2000-01-11 Mike Stump* unroll.c (unroll_loop): Add EH support.
2000-01-04 Kaveh R. Ghazibuiltins.c (expand_builtin_strlen): Initialize variable...
1999-12-27 Christophe Jailletalias.c (nonlocal_reference_p): Add else for disjoint...
1999-12-24 Kaveh R. GhaziMakefile.in (toplev.o): Depend on loop.h.
1999-12-20 Bernd Schmidtcurrent_function -> cfun
1999-12-18 J"orn Rennecke* unroll.c (copy_loop_body): Don't treat a REG like...
1999-11-29 Bernd SchmidtFix abort in loop_iterations
1999-11-12 Richard Henderson* unroll.c (unroll_loop): Make temp an unsigned HOST_WI...
1999-11-02 Jan Hubickajump.c (jump_optimize_1): Swap the incscc and the condi...
1999-11-02 Jeffrey A Lawunroll.c (unroll_loop): Allocate memory for MAP using...
1999-11-01 Mark Mitchellbitmap.h (BITMAP_XMALLOC): New macro.
1999-11-01 Richard Kenner[multiple changes]
1999-10-24 Richard Hendersonunroll.c (copy_loop_body): Examine SET_DEST of single_s...
1999-10-24 Richard HendersonRevert unintended change to copy_loop_body.
1999-10-24 Graham Stottalias.c: Include ggc.h.
1999-10-15 Richard HendersonBased on patch from Michael Gschwind <mikeg@watson...
1999-09-20 Bernd SchmidtMake it possible to prototype port-specific functions...
1999-09-14 Kaveh R. Ghazic-lex.c (handle_generic_pragma): Remove unused variable...
1999-08-29 Michael Hayesloop.c (this_loop_info): New variable.
1999-08-25 Kaveh R. GhaziWarning fixes:
1999-08-20 Kaveh R. Ghazirtl.h (rtx_format): Constify a char*.
1999-08-18 Bernd SchmidtCombined compare & jump infrastructure
1999-08-18 Bernd SchmidtIndentation fixes
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-08-02 Geoffrey KeatingUnroll my commit of 1999/08/01 16:14:58, there was...
1999-08-01 Geoff Keatingrs6000.c (num_insns_constant_wide): Correct for type...
1999-07-09 Jim WilsonFix -g -O3 -funroll-all-loops irix6 bootstrap failure...
1999-07-07 Jim Wilsonunroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_...
1999-05-05 J"orn Rennecke* unroll.c (copy_loop_body): Don't copy VTOP notes...
1999-04-07 Jeffrey A Lawh8300.c (h8300_adjust_insn_length): Avoid trying to...
1999-04-07 Jeffrey A Lawunroll.c (copy_loop_body): Always ensure at least two...
1999-03-12 J"orn Renneckeunroll.c (loop_iterations): Don't return a final value...
1999-03-08 Jim WilsonFix cygwin toolchain build failure reported by Geoffrey...
1999-03-02 J"orn Renneckeunroll.c (copy_loop_body): Don't make extra copies...
1999-02-25 Richard HendersonFlow rewrite to use basic block structures and edge...
1999-02-24 J"orn Renneckeloop.h (loop_insn_first_p): Declare.
1999-02-24 J"orn Rennecke* unroll.c (unroll_loop): Avoid out-of-bounds index...
1999-02-06 Jim Wilsonunroll.c (find_splittable_givs): After express_from...
1999-02-04 J"orn Renneckeunroll.c (entire file): Remove tabs / spaces at end...
1999-02-03 J"orn Renneckeloop.h (express_from): Declare.
1999-02-01 Ken RaeburnUse varrays for constant-equivalence data:
1999-01-27 J"orn Renneckertl.h (insn_first_p): Declare.
1999-01-15 Michael Hayesunroll.c (loop_iterations): Return 0 if the last loop...
1999-01-15 Jeffrey A Lawunroll.c (find_splittable_givs): For a DEST_ADDR giv...
1999-01-06 Jeff LawFix copyrights.
1999-01-03 Michael Hayesoptabs.c (emit_cmp_insn): Abort if asked to emit non...
1998-12-15 Michael Hayesloop.h (loop_info): New field 'vtop'.
1998-12-08 J"orn Renneckeloop.c (strength_reduce): If scan_start points to the...
1998-12-05 H.J. Luprint-rtl.c (print_rtx): Add prototype.
1998-11-25 Michael Hayesloop.h (precondition_loop_p): Added new mode argument.
1998-11-25 Michael Hayesloop.h (struct loop_info): Define new structure.
1998-11-25 Michael Hayesloop.c (check_dbra_loop): Update JUMP_LABEL field of...
1998-10-14 Kaveh R. GhaziWarning fixes:
1998-10-05 David Edelsohnunroll.c (loop_iteration_var, [...]): No longer static.
1998-07-29 Jeff Lawunroll.c (unroll_loop): Do not abort for an UNROLL_MODU...
next