summaryrefslogtreecommitdiff
path: root/gcc/loop.c
Commit message (Expand)AuthorAgeFilesLines
...
* * loop.h (LOOP_REGS): New macro.m.hayes2000-09-111-167/+167
* * loop.h (struct loop_mem_info): Move from loop.cm.hayes2000-09-091-148/+137
* * loop.c (struct movables): New.m.hayes2000-09-091-44/+52
* * loop.c (strength_reduce): Call check_ext_dependant_givs.rth2000-09-071-56/+321
* Changes in cse.c/loop.c cost calculationscrux2000-09-061-19/+65
* Fix ia64-linux miscompilation or tcl/generic/tclCompExpr.cwilson2000-09-011-6/+12
* * loop.c (prescan_loop): Don't check unknown_address_alteredwehle2000-08-291-15/+21
* * cpplex.c (parse_string): Don't look for backslashgkm2000-08-281-2/+3
* * loop.c (loop_dump_aux, debug_loop): New functions.m.hayes2000-08-251-0/+89
* * loop.c (count_loop_regs_set): Replace start and end argumentsm.hayes2000-08-251-8/+9
* * loop.c (constant_high_bytes): Delete.m.hayes2000-08-251-42/+0
* * loop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_CONTm.hayes2000-08-251-24/+8
* * loop.c (scan_loop): Use CONST_CALL_P instead ofwehle2000-08-191-9/+2
* * flow.c (attempt_auto_inc): Remove unused variable `bb'.geoffk2000-08-141-2/+2
* * loop.c: Fix formatting.law2000-08-061-216/+219
* * loop.c (try_swap_copy_prop): New function.m.hayes2000-08-061-10/+128
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-19/+15
* * loop.c (scan_loop): Ensure update_end label does notjakub2000-08-021-0/+8
* * loop.c (canonicalize_condition): use destination, not source tohubicka2000-08-011-1/+1
* * loop.c (check_dbra_loop): Make change from July 17, 2000 worklaw2000-08-011-2/+5
* * Makefile.in (OBJS): Add doloop.o.rth2000-07-301-300/+6
* * loop.c (express_from_1): Fix call of simplify_gen_binary.hubicka2000-07-301-1/+1
* 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