aboutsummaryrefslogtreecommitdiff
path: root/gcc/unroll.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-4/+2
2000-07-18unroll.c (copy_loop_body): Fix one instance of using host arithmetic on the t...Geoff Keating1-2/+3
2000-05-25combine.c (try_combine): Use any_condjump_p...Jan Hubicka1-2/+2
2000-05-25Jan Hubicka <jh@suse.cz>Jan Hubicka1-16/+7
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-0/+2
2000-05-12Makefile.in (final.o): Depend on BASIC_BLOCK_H.Richard Henderson1-0/+1
2000-04-27* loop.c (load_mems) Don't use hard registers for the hoisting.Jan Hubicka1-1/+3
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-30/+32
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-18bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner1-1/+1
2000-02-10flow.c (mark_regs_live_at_end): Delete unused variables.Kaveh R. Ghazi1-1/+1
2000-02-01frame.c (find_fde): Convert for loop to do-while so compiler sees it's always...Zack Weinberg1-5/+3
2000-01-25loop.c (current_loop_info): Delete.Michael Hayes1-101/+104
2000-01-25loop.h (LOOP_INFO): New accessor macro.Michael Hayes1-2/+2
2000-01-19loop.cMichael Hayes1-4/+8
2000-01-17toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi1-15/+15
2000-01-15loop.c (this_loop_info): Delete.Michael Hayes1-39/+40
2000-01-11* unroll.c (unroll_loop): Add EH support.Mike Stump1-0/+13
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-2/+2
1999-12-27alias.c (nonlocal_reference_p): Add else for disjoint ifs.Christophe Jaillet1-1/+1
1999-12-24Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1-1/+1
1999-12-20current_function -> cfunBernd Schmidt1-2/+2
1999-12-18* unroll.c (copy_loop_body): Don't treat a REG like a PLUS.J"orn Rennecke1-5/+8
1999-11-29Fix abort in loop_iterationsBernd Schmidt1-4/+2
1999-11-12* unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.Richard Henderson1-1/+2
1999-11-02jump.c (jump_optimize_1): Swap the incscc and the conditional mode detection ...Jan Hubicka1-0/+24
1999-11-01unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.Jeffrey A Law1-5/+4
1999-11-01bitmap.h (BITMAP_XMALLOC): New macro.Mark Mitchell1-19/+30
1999-10-31[multiple changes]Richard Kenner1-5/+6
1999-10-24unroll.c (copy_loop_body): Examine SET_DEST of single_set not of pattern.Richard Henderson1-1/+1
1999-10-24Revert unintended change to copy_loop_body.Richard Henderson1-2/+1
1999-10-24alias.c: Include ggc.h.Graham Stott1-1/+3
1999-10-15Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:Richard Henderson1-1/+1
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-14c-lex.c (handle_generic_pragma): Remove unused variable `c'.Kaveh R. Ghazi1-1/+5
1999-08-29loop.c (this_loop_info): New variable.Michael Hayes1-28/+1
1999-08-25Warning fixes:Kaveh R. Ghazi1-2/+2
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-18Combined compare & jump infrastructureBernd Schmidt1-40/+29
1999-08-18Indentation fixesBernd Schmidt1-58/+58
1999-08-09Include function.h in most files.Bernd Schmidt1-2/+3
1999-08-02Unroll my commit of 1999/08/01 16:14:58, there was a communications mixupGeoffrey Keating1-6/+0
1999-08-01rs6000.c (num_insns_constant_wide): Correct for type promotion.Geoff Keating1-0/+6
1999-07-09Fix -g -O3 -funroll-all-loops irix6 bootstrap failure reported by Kaveh Ghazi.Jim Wilson1-4/+9
1999-07-06unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.Jim Wilson1-1/+7
1999-05-05* unroll.c (copy_loop_body): Don't copy VTOP notes from copy_notes_from.J"orn Rennecke1-1/+9
1999-04-07h8300.c (h8300_adjust_insn_length): Avoid trying to recognize USE, CLOBBER or...Jeffrey A Law1-0/+8
1999-04-07unroll.c (copy_loop_body): Always ensure at least two insns are in the copied...Jeffrey A Law1-0/+6
1999-03-12unroll.c (loop_iterations): Don't return a final value for EQ comparison loops.J"orn Rennecke1-0/+6
1999-03-08Fix cygwin toolchain build failure reported by Geoffrey Noer.Jim Wilson1-1/+5