]> gcc.gnu.org Git - gcc.git/history - gcc/loop.c
* loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.
[gcc.git] / gcc / loop.c
2001-08-04 Jan Hubicka* loop.c (try_copy_prop); Kill invalidated REG_EQUAL...
2001-07-31 Geoffrey Keatingloop.c (check_dbra_loop): Use single_set to compute...
2001-07-25 Jan HubickaFix typo spotted by Richard.
2001-07-25 Jan Hubickapredict.c (estimate_probability): Avoid duplicated...
2001-07-15 Jan Hubickaloop.c (scan_loop): Add USEs inside PARALLELs into...
2001-06-18 Jan Hubickaunroll.c: Include predict.h.
2001-06-13 Jim WilsonFix for PR 3128, IA-64 linux kernel miscompile
2001-06-12 Jan Hubickaloop.c: Include predict.h
2001-06-11 Aldy Hernandezdo not combine asm stmts in scan_loop
2001-05-11 Mark Mitchellloop.h (struct movables): Remove `num'.
2001-05-01 Kaveh R. Ghazibitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
2001-04-25 Jason Merrill* loop.c (try_swap_copy_prop): Go back to checking...
2001-04-23 Mark Mitchell* loop.c (loop_delete_insns): Add prototype.
2001-04-21 Mark Mitchellflow.c (proagate_one_insn): Remove useless assignment.
2001-04-19 Mark Mitchellrtl.texi (jump_insn): Expand on JUMP_LABEL documentation.
2001-04-19 Mark Mitchellloop.c (load_mems): Examine all the instructions in...
2001-03-30 Bernd SchmidtPrevent hoisting code from generating uninitialized...
2001-03-22 Richard Hendersonmkconfig.sh: Include insn-flags.h.
2001-02-25 Franz Sirlloop.c (check_dbra_loop): A biv has uses besides counti...
2001-02-24 Jan Hubicka* loop.c (canonicalize_condition): Move to reversed_com...
2001-01-26 Michael Hayesloop.c (loop_giv_reduce_benefit): Copy mode size into...
2001-01-25 Michael Hayesloop.c (loop_call_insn_emit_before, [...]): New.
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 Michael Hayesloop.h (loop_insn_hoist): New prototype.
2001-01-07 Michael Hayes* loop.c (emit_iv_add_mult): Use single_set to examine...
2001-01-07 Michael Hayesloop.c (count_loop_regs_set): Delete.
2001-01-06 Richard Hendersonloop.c (scan_loop): Use xcalloc for the regs array.
2001-01-06 Michael Hayesloop.c (debug_biv, debug_giv): New.
2001-01-05 Michael Hayesloop.h (struct loop_reg): New.
2001-01-05 Michael Hayesloop.c (prescan_loop): Set loop_info->has_nonconst_call.
2001-01-02 John David Anglinloop.c (add_label_notes): Increment the label usage...
2001-01-01 Andreas Jaeger* loop.c (scan_loop): Use xmalloc to allocate movables.
2001-01-01 Michael Hayesloop.c (check_insn_for_bivs): Use ivs->n_regs to check...
2001-01-01 Michael Hayesloop.c (loop_ivs_free): New function.
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.c (loop_giv_reduce_benefit): Break out from streng...
2001-01-01 Michael Hayesloop.c (loop_bivs_find): Break out from strength_reduce.
2001-01-01 Michael Hayesloop.c (LOOP_REG_LIFETIME, [...]): Define.
2001-01-01 Michael Hayesloop.h (REGNO_FIRST_LUID, [...]): Define.
2001-01-01 Michael Hayesloop.h (struct loop_movables): New.
2000-12-31 Michael Hayes* loop.c (debug_loops): New.
2000-11-30 John David Anglinfunction.h (emit_status): Delete member regno_pointer_f...
2000-11-28 Jakub Jelinekloop.c (load_mems): Avoid using next_label to find...
2000-11-27 Bernd SchmidtRe-apply an earlier fix, with a small update
2000-11-21 Bernd SchmidtFix consec_sets_giv bug.
2000-11-13 Franz Sirlloop.c (basic_induction_var): Revert accidental checkin.
2000-11-07 Joseph Myersalias.c [...] (init_alias_analysis, [...]): Use memset...
2000-10-21 Richard Kenner* loop.c (strength_reduce): Fix error in last change.
2000-10-20 Richard Kennerloop.c (strength_reduce): Show when new register made...
2000-10-18 Chandrakala ChavvaAdding new option -ftrapv.
2000-10-13 Mark MitchellRemove obstacks.
2000-09-29 Franz Sirlloop.c (check_final_value): A GIV is not replaceable...
2000-09-19 Bernd SchmidtKill recombine_givs.
2000-09-14 Kazu Hirataloop.c: Fix formatting.
2000-09-12 Michael Hayes* loop.c (note_set_pseudo_multiple_uses): Correct.
2000-09-12 Bernd SchmidtFix hard reg cost calculations in CSE; some minor cleanups
2000-09-11 Michael Hayesloop.h (LOOP_IVS): New macro.
2000-09-11 Michael Hayesloop.h (LOOP_REGS): New macro.
2000-09-09 Michael Hayesloop.h (struct loop_mem_info): Move from loop.c (struct...
2000-09-09 Michael Hayesloop.c (struct movables): New.
2000-09-07 Richard Hendersonloop.c (strength_reduce): Call check_ext_dependant_givs.
2000-09-06 Bernd SchmidtChanges in cse.c/loop.c cost calculations
2000-09-01 Jim WilsonFix ia64-linux miscompilation or tcl/generic/tclCompExpr.c
2000-08-29 John Wehleloop.c (prescan_loop): Don't check unknown_address_alte...
2000-08-28 Greg McGarycpplex.c (parse_string): Don't look for backslash befor...
2000-08-25 Michael Hayesloop.c (loop_dump_aux, debug_loop): New functions.
2000-08-25 Michael Hayesloop.c (count_loop_regs_set): Replace start and end...
2000-08-25 Michael Hayes* loop.c (constant_high_bytes): Delete.
2000-08-25 Michael Hayesloop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_C...
2000-08-19 John Wehleloop.c (scan_loop): Use CONST_CALL_P instead of checkin...
2000-08-14 Geoff Keatingflow.c (attempt_auto_inc): Remove unused variable ...
2000-08-06 Kazu Hirata* loop.c: Fix formatting.
2000-08-06 Michael Hayesloop.c (try_swap_copy_prop): New function.
2000-08-04 Rodney Brownalias.c (mark_constant_function): Use INSN_P.
2000-08-02 Jakub Jelinekloop.c (scan_loop): Ensure update_end label does not...
2000-08-01 Jan Hubickaloop.c (canonicalize_condition): use destination, not...
2000-08-01 Jeffrey A Lawloop.c (check_dbra_loop): Make change from July 17...
2000-07-30 Richard HendersonMakefile.in (OBJS): Add doloop.o.
2000-07-30 Jan Hubicka* loop.c (express_from_1): Fix call of simplify_gen_binary.
2000-07-22 Jeffrey Oldhamcollect2.c (main): Typo fixed.
2000-07-18 Zack WeinbergFix typos in comment
2000-07-17 Chandra ChavvaRemoved extra bracket.
2000-07-17 Chandrakala Chavva* loop.c (check_dbra_loop) : Changed loop_continue...
2000-07-17 Chandrakala Chavvaloop.c (check_dbra_loop): Return if more than one condi...
2000-06-14 John Wehleifcvt.c (EDGE_COMPLEX): Move definition ...
2000-05-28 Richard Henderson* loop.c (instrument_loop_bct): Set JUMP_LABEL on the...
2000-05-25 Jan Hubickacombine.c (try_combine): Use any_condjump_p...
2000-05-25 J"orn Rennecke* loop.c (basic_induction_var): Avoid double recording...
2000-05-25 J"orn Renneckerevert: loop.h (struct induction): Add multi_insn_incr.
2000-05-25 J"orn Renneckertl.h (loc_mentioned_in_p): Declare.
2000-05-19 Richard Kennercse.c (cse_basic_block): Only call find_reg_note if...
2000-05-19 Richard Hendersonjump.c (redirect_jump): Add delete_unused argument.
2000-05-19 Richard Hendersonrtlanal.c (insn_dependant_p, [...]): New.
2000-05-15 Jan Hubickaloop.c (scan_loop, [...]): Change unroll_p and bct_p...
2000-04-27 Jan Hubickacse.c (CSE_ADDRESS_COST): Remove.
2000-04-27 Jan Hubicka* loop.c (load_mems) Don't use hard registers for...
2000-04-25 Jan Hubicka* loop.c (strength_reduce): Fix typo in the last checkin.
2000-04-24 Jan Hubickaloop.c (strength_reduce): Simplify test to INSN_P.
next
This page took 1.055561 seconds and 108 git commands to generate.