summaryrefslogtreecommitdiff
path: root/gcc/loop.c
Commit message (Expand)AuthorAgeFilesLines
* 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>oldham2000-07-221-1/+1
* Fix typos in commentzack2000-07-181-2/+2
* Removed extra bracket.cchavva2000-07-171-1/+1
* * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.cchavva2000-07-171-1/+1
* * loop.c (check_dbra_loop) : Return if more than one condition iscchavva2000-07-171-0/+11
* * ifcvt.c (EDGE_COMPLEX): Move definition ...wehle2000-06-141-7/+9
* * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.rth2000-05-281-4/+7
* * combine.c (try_combine): Use any_condjump_p, any_uncondjump_prth2000-05-251-19/+23
* * loop.c (basic_induction_var): Avoid double recording of an increment.amylaar2000-05-251-1/+7
* * Back out this patch:amylaar2000-05-251-52/+17
* * rtl.h (loc_mentioned_in_p): Declare.amylaar2000-05-251-4/+15
* * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner2000-05-191-1/+1
* * jump.c (redirect_jump): Add delete_unused argument. Don'trth2000-05-191-80/+80
* * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.rth2000-05-191-4/+3
* * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_phubicka2000-05-151-14/+14
* * cse.c (CSE_ADDRESS_COST): Remove.hubicka2000-04-271-19/+12
* * loop.c (load_mems) Don't use hard registers for the hoisting.hubicka2000-04-271-1/+7
* * loop.c (strength_reduce): Fix typo in the last checkin.hubicka2000-04-251-1/+1
* * loop.c (strength_reduce): Simplify test to INSN_P.hubicka2000-04-241-10/+19
* * loop.c (simplify_giv_expr): Be more agressive on simplifyinghubicka2000-04-231-13/+28
* * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT insteadhubicka2000-04-231-20/+21
* * loop.c (strength_reduce): Fix biv removal code.hubicka2000-04-221-13/+1
* * loop.c (emit_iv_add_mult): Revert last change.rth2000-04-211-51/+5
* * loop.c (emit_iv_add_mult): Simplify it's input and emithubicka2000-04-201-5/+51
* Even more lossage, sorry.hubicka2000-04-191-1/+1
* Fix lossage caused by applying old version of my previous patch.hubicka2000-04-191-7/+8
* * loop.c (check_insn_for_bivs, for_every_insn_in_loop,hubicka2000-04-191-338/+255
* * loop.c (canonicalize_condition): Add WANT_REG argument.rth2000-04-171-4/+11
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-12/+13
* * emit-rtl.c (remove_unncessary_notes): Check that allmmitchel2000-03-191-10/+5
* Add cselib; use it in loop and reload_cse_regscrux2000-03-141-5/+57
* Fix for SH gcc.c-torture/compile/991229-3.c failure:amylaar2000-02-281-2/+6
* Fix copyrights.law2000-02-261-1/+2
* * loop.c (canonicalize_condition): New function,wehle2000-02-181-31/+62
* Reflect renaming of invariant_p to loop_invariant_p in comment.amylaar2000-01-271-2/+3
* 2000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>m.hayes2000-01-251-207/+222
* 2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>m.hayes2000-01-251-8/+8
* * rtl.def: Add unordered fp comparisions.rth2000-01-241-2/+5
* * loop.c (check_dbra_loop): When checking a loop forcpopetz2000-01-231-1/+1
* * loop.c (loops_info): New variable.m.hayes2000-01-221-13/+12
* * loop.c (loop_optimize): Allocate loop_info structure for each loopm.hayes2000-01-191-3/+9
* * loop.c (current_loop_info): Renamed from loop_info_datam.hayes2000-01-191-5/+8
* * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.rth2000-01-181-2/+4
* * ggc-common.c: PROTO -> PARAMS.ghazi2000-01-171-63/+63
* * loop.c (this_loop_info): Delete.m.hayes2000-01-151-440/+357
* * cse.c (cse_insn): Missing cast added.law2000-01-051-1/+1
* * builtins.c (expand_builtin_strlen): Initialize variable `icode'.ghazi2000-01-041-2/+2
* * alias.c (nonlocal_reference_p): Add else for disjoint ifs.rth1999-12-271-2/+2
* * Makefile.in (toplev.o): Depend on loop.h.ghazi1999-12-241-1/+3
* * loop.c (insert_loop_mem): Don't record MEMs from insiderearnsha1999-12-171-0/+4