summaryrefslogtreecommitdiff
path: root/gcc/loop.c
Commit message (Expand)AuthorAgeFilesLines
* loop.c (canonicalize_condition): New function, broken out of get_condition.John Wehle2000-02-181-31/+62
* Reflect renaming of invariant_p to loop_invariant_p in comment.Joern Rennecke2000-01-271-2/+3
* loop.c (current_loop_info): Delete.Michael Hayes2000-01-251-207/+222
* loop.h (LOOP_INFO): New accessor macro.Michael Hayes2000-01-251-8/+8
* rtl.def: Add unordered fp comparisions.Richard Henderson2000-01-241-2/+5
* loop.c (check_dbra_loop): When checking a loop for reversability...Clinton Popetz2000-01-231-1/+1
* loop.c (loops_info): New variable.Michael Hayes2000-01-221-13/+12
* loop.c (loop_optimize): Allocate loop_info structure for each loop prior to c...Michael Hayes2000-01-191-3/+9
* loop.c (current_loop_info): Renamed from loop_info_data and changed to a poin...Michael Hayes2000-01-191-5/+8
* combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.Richard Henderson2000-01-171-2/+4
* ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-63/+63
* loop.c (this_loop_info): Delete.Michael Hayes2000-01-151-440/+357
* cse.c (cse_insn): Missing cast added.Jeff Law2000-01-041-1/+1
* builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi2000-01-041-2/+2
* alias.c (nonlocal_reference_p): Add else for disjoint ifs.Christophe Jaillet1999-12-271-2/+2
* Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1999-12-241-1/+3
* loop.c (insert_loop_mem): Don't record MEMs from inside EXPR_LISTs.Richard Earnshaw1999-12-171-0/+4
* * loop.c (insert_loop_mem): Ignore memory clobbers.Richard Henderson1999-12-161-0/+4
* Avoid reversing bivs with maybe_multiple set.Bernd Schmidt1999-12-141-0/+1
* loop.c (strength_reduce): Fix sign of giv lifetime calculation for givs made ...J"orn Rennecke1999-12-141-1/+1
* Run reg_scan_update to get information about regs created by loop.Bernd Schmidt1999-12-141-2/+18
* loop.c (load_mems): Don't hoist written floating point mem if -ffloat-store.Stephen L Moshier1999-12-121-1/+5
* Undo previous changeBernd Schmidt1999-12-101-2/+1
* loop.c (record_biv): Declare parameter as int.Andreas Jaeger1999-12-091-0/+1
* Don't hoist volatile mems out of loops.Bernd Schmidt1999-12-081-1/+2
* loop.h (struct induction): Add multi_insn_incr.Richard Henderson1999-12-071-16/+50
* Prevent invalid transformationsBernd Schmidt1999-12-021-7/+63
* Avoid GNU C extensionBernd Schmidt1999-11-261-1/+6
* loop.c (loop_optimize): Always find_loop_tree_blocks and unroll_block_trees w...Mark Mitchell1999-11-241-6/+8
* Copy propagation for hoisted mems in loop.c.Bernd Schmidt1999-11-231-3/+111
* Reformat load_mems slightly.Bernd Schmidt1999-11-221-137/+136
* Fix yet another gcc2 merge problem, this one broke linux kernel compilesJim Wilson1999-11-111-0/+6
* cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1999-11-081-14/+20
* bitmap.h (BITMAP_XMALLOC): New macro.Mark Mitchell1999-11-011-25/+42
* [multiple changes]Richard Kenner1999-10-311-21/+25
* rtl.h (note_stores): Add additional paramter.Mark Mitchell1999-10-271-15/+17
* loop.c (basic_induction_var): A non-integer variable which is being set by a ...Geoff Keating1999-10-251-0/+2
* loop.c (note_set_pseudo_multiple_uses_retval): New variable.Jeffrey A Law1999-10-251-4/+50
* Don't put things between tablejumps and jump tables in loop.cBernd Schmidt1999-10-101-1/+15
* collect2.c (scan_prog_file, [...]): Prototype function pointers and casts for...Kaveh R. Ghazi1999-10-061-8/+20
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* rtl.h (insns_safe_to_move_p): New function.Mark Mitchell1999-09-191-4/+11
* loop.c (strength_reduce): Don't call reg_used_between_p if the insn from BL2 ...Andreas Schwab1999-09-141-5/+5
* Fix typo in comment.Jeff Law1999-09-141-1/+1
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-6/+8
* loop.c (basic_induction_var): Typo NULL_RTX -> NULL.Richard Henderson1999-09-101-2/+4
* combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1999-09-091-0/+1
* Merge in gcc2-ss-010999Jeff Law1999-09-061-46/+105
* rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1999-08-311-1/+2
* loop.c (this_loop_info): New variable.Michael Hayes1999-08-291-91/+90