summaryrefslogtreecommitdiff
path: root/gcc/unroll.c
Commit message (Expand)AuthorAgeFilesLines
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-30/+32
* Fix copyrights.Jeff Law2000-02-261-1/+2
* bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner2000-02-181-1/+1
* flow.c (mark_regs_live_at_end): Delete unused variables.Kaveh R. Ghazi2000-02-101-1/+1
* frame.c (find_fde): Convert for loop to do-while so compiler sees it's always...Zack Weinberg2000-02-011-5/+3
* loop.c (current_loop_info): Delete.Michael Hayes2000-01-251-101/+104
* loop.h (LOOP_INFO): New accessor macro.Michael Hayes2000-01-251-2/+2
* loop.cMichael Hayes2000-01-191-4/+8
* toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-15/+15
* loop.c (this_loop_info): Delete.Michael Hayes2000-01-151-39/+40
* * unroll.c (unroll_loop): Add EH support.Mike Stump2000-01-111-0/+13
* 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-1/+1
* Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1999-12-241-1/+1
* current_function -> cfunBernd Schmidt1999-12-201-2/+2
* * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.J"orn Rennecke1999-12-181-5/+8
* Fix abort in loop_iterationsBernd Schmidt1999-11-291-4/+2
* * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.Richard Henderson1999-11-121-1/+2
* jump.c (jump_optimize_1): Swap the incscc and the conditional mode detection ...Jan Hubicka1999-11-021-0/+24
* unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.Jeffrey A Law1999-11-011-5/+4
* bitmap.h (BITMAP_XMALLOC): New macro.Mark Mitchell1999-11-011-19/+30
* [multiple changes]Richard Kenner1999-10-311-5/+6
* unroll.c (copy_loop_body): Examine SET_DEST of single_set not of pattern.Richard Henderson1999-10-241-1/+1
* Revert unintended change to copy_loop_body.Richard Henderson1999-10-241-2/+1
* alias.c: Include ggc.h.Graham Stott1999-10-241-1/+3
* Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:Richard Henderson1999-10-151-1/+1
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* c-lex.c (handle_generic_pragma): Remove unused variable `c'.Kaveh R. Ghazi1999-09-141-1/+5
* loop.c (this_loop_info): New variable.Michael Hayes1999-08-291-28/+1
* Warning fixes:Kaveh R. Ghazi1999-08-251-2/+2
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-1/+1
* Combined compare & jump infrastructureBernd Schmidt1999-08-181-40/+29
* Indentation fixesBernd Schmidt1999-08-181-58/+58
* Include function.h in most files.Bernd Schmidt1999-08-091-2/+3
* Unroll my commit of 1999/08/01 16:14:58, there was a communications mixupGeoffrey Keating1999-08-021-6/+0
* rs6000.c (num_insns_constant_wide): Correct for type promotion.Geoff Keating1999-08-011-0/+6
* Fix -g -O3 -funroll-all-loops irix6 bootstrap failure reported by Kaveh Ghazi.Jim Wilson1999-07-091-4/+9
* unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.Jim Wilson1999-07-061-1/+7
* * unroll.c (copy_loop_body): Don't copy VTOP notes from copy_notes_from.J"orn Rennecke1999-05-051-1/+9
* h8300.c (h8300_adjust_insn_length): Avoid trying to recognize USE, CLOBBER or...Jeffrey A Law1999-04-071-0/+8
* unroll.c (copy_loop_body): Always ensure at least two insns are in the copied...Jeffrey A Law1999-04-071-0/+6
* unroll.c (loop_iterations): Don't return a final value for EQ comparison loops.J"orn Rennecke1999-03-121-0/+6
* Fix cygwin toolchain build failure reported by Geoffrey Noer.Jim Wilson1999-03-081-1/+5
* unroll.c (copy_loop_body): Don't make extra copies of NOTE_INSN_LOOP_CONT notes.J"orn Rennecke1999-03-021-3/+4
* Flow rewrite to use basic block structures and edge lists.Richard Henderson1999-02-251-1/+6
* loop.h (loop_insn_first_p): Declare.J"orn Rennecke1999-02-241-30/+47
* * unroll.c (unroll_loop): Avoid out-of-bounds index for local_regno.J"orn Rennecke1999-02-241-2/+6
* unroll.c (find_splittable_givs): After express_from, call replace_rtx to conv...Jim Wilson1999-02-061-1/+5
* unroll.c (entire file): Remove tabs / spaces at end of lines.J"orn Rennecke1999-02-041-104/+104
* loop.h (express_from): Declare.J"orn Rennecke1999-02-031-7/+47