summaryrefslogtreecommitdiff
path: root/gcc/loop.c
Commit message (Expand)AuthorAgeFilesLines
* * loop.c (insert_loop_mem): Don't record MEMs from insiderearnsha1999-12-171-0/+4
* * loop.c (insert_loop_mem): Ignore memory clobbers.law1999-12-161-0/+4
* Avoid reversing bivs with maybe_multiple set.crux1999-12-141-0/+1
* * loop.c (strength_reduce): Fix sign of giv lifetime calculationamylaar1999-12-141-1/+1
* Run reg_scan_update to get information about regs created by loop.crux1999-12-141-2/+18
* * loop.c (load_mems): Don't hoist written floating point memmmitchel1999-12-121-1/+5
* Undo previous changecrux1999-12-101-2/+1
* * loop.c (record_biv): Declare parameter as int.mmitchel1999-12-091-0/+1
* Don't hoist volatile mems out of loops.crux1999-12-081-1/+2
* * loop.h (struct induction): Add multi_insn_incr.rth1999-12-081-16/+50
* Prevent invalid transformationscrux1999-12-021-7/+63
* Avoid GNU C extensioncrux1999-11-261-1/+6
* * loop.c (loop_optimize): Always find_loop_tree_blocks andmmitchel1999-11-241-6/+8
* Copy propagation for hoisted mems in loop.c.crux1999-11-231-3/+111
* Reformat load_mems slightly.crux1999-11-221-137/+136
* Fix yet another gcc2 merge problem, this one broke linux kernel compileswilson1999-11-121-0/+6
* * cse.c (delete_trivially_dead_insns): Replace alloca withmmitchel1999-11-081-14/+20
* * bitmap.h (BITMAP_XMALLOC): New macro.mmitchel1999-11-011-25/+42
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-21/+25
* * rtl.h (note_stores): Add additional paramter.mmitchel1999-10-271-15/+17
* * loop.c (basic_induction_var): A non-integer variable which islaw1999-10-261-0/+2
* * loop.c (note_set_pseudo_multiple_uses_retval): New variable.law1999-10-251-4/+50
* Don't put things between tablejumps and jump tables in loop.ccrux1999-10-101-1/+15
* * collect2.c (scan_prog_file, scan_libraries): Prototype functionghazi1999-10-061-8/+20
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * rtl.h (insns_safe_to_move_p): New function.mmitchel1999-09-191-4/+11
* * loop.c (strength_reduce): Don't call reg_used_between_p if thelaw1999-09-141-5/+5
* Fix typo in comment.law1999-09-141-1/+1
* Replace insn_foo with insn_data.foo.rth1999-09-121-6/+8
* * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.rth1999-09-101-2/+4
* * combine.c (SUBST): Break out to a real function do_SUBST.rth1999-09-091-0/+1
* Merge in gcc2-ss-010999law1999-09-071-46/+105
* 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-311-1/+2
* * loop.c (this_loop_info): New variable.law1999-08-291-91/+90
* * loop.c (express_from): Try harder to unify (* c N) and (* c M)rth1999-08-251-0/+24
* Warning fixes:ghazi1999-08-251-5/+5
* Fix minor oops in last change.law1999-08-251-1/+1
* * loop.c (strength_reduce): Automatically unroll loops if thelaw1999-08-251-3/+33
* * loop.c (insert_bct): Replace use of sdiv_optab with asr_optablaw1999-08-251-13/+4
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-11/+11
* * loop.c (recombine_givs): Set ix field after sorting.amylaar1999-08-181-8/+10
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-0/+1
* * loop.c (strength_reduce): When doing biv->giv conversion, updateamylaar1999-08-021-2/+8
* * loop.c (strength_reduce): When doing biv->giv conversion, fix upamylaar1999-08-021-1/+8
* * loop.c (check_dbra_loop): When reversing a loop, delete allcrux1999-07-091-0/+34
* hlaw1999-06-251-4/+11
* Revert these two patches:mmitchel1999-06-241-20/+5
* * loop.c (strength_reduce): When doing biv->giv conversion, updateamylaar1999-06-171-2/+8
* law1999-06-171-1/+8
* * loop.c (strength_reduce): When doing biv->giv conversion, fix upamylaar1999-06-171-3/+12