summaryrefslogtreecommitdiff
path: root/gcc/unroll.c
Commit message (Expand)AuthorAgeFilesLines
* * unroll.c (copy_loop_body): Fix one instance of using hostgeoffk2000-07-181-2/+3
* * combine.c (try_combine): Use any_condjump_p, any_uncondjump_prth2000-05-251-2/+2
* Jan Hubicka <jh@suse.cz>rth2000-05-251-16/+7
* * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner2000-05-191-0/+2
* * Makefile.in (final.o): Depend on BASIC_BLOCK_H.rth2000-05-121-0/+1
* * loop.c (load_mems) Don't use hard registers for the hoisting.hubicka2000-04-271-1/+3
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-30/+32
* Fix copyrights.law2000-02-261-1/+2
* * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.kenner2000-02-191-1/+1
* * flow.c (mark_regs_live_at_end): Delete unused variables.ghazi2000-02-101-1/+1
* * frame.c (find_fde): Convert for loop to do-while so compilerzack2000-02-011-5/+3
* 2000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>m.hayes2000-01-251-101/+104
* 2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>m.hayes2000-01-251-2/+2
* loop.cm.hayes2000-01-191-4/+8
* * toplev.c: PROTO -> PARAMS.ghazi2000-01-171-15/+15
* * loop.c (this_loop_info): Delete.m.hayes2000-01-151-39/+40
* * unroll.c (unroll_loop): Add EH support.mrs2000-01-111-0/+13
* * builtins.c (expand_builtin_strlen): Initialize variable `icode'.ghazi2000-01-041-2/+2
* * alias.c (nonlocal_reference_p): Add else for disjoint ifs.rth1999-12-271-1/+1
* * Makefile.in (toplev.o): Depend on loop.h.ghazi1999-12-241-1/+1
* current_function -> cfuncrux1999-12-201-2/+2
* * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.amylaar1999-12-181-5/+8
* Fix abort in loop_iterationscrux1999-11-291-4/+2
* * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.rth1999-11-121-1/+2
* * jump.c (jump_optimize_1): Swap the incscc and the conditional modelaw1999-11-021-0/+24
* * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.law1999-11-021-5/+4
* * bitmap.h (BITMAP_XMALLOC): New macro.mmitchel1999-11-011-19/+30
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-5/+6
* * unroll.c (copy_loop_body): Examine SET_DEST of single_setrth1999-10-241-1/+1
* Revert unintended change to copy_loop_body.rth1999-10-241-2/+1
* * alias.c: Include ggc.h.rth1999-10-241-1/+3
* Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:rth1999-10-151-1/+1
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * c-lex.c (handle_generic_pragma): Remove unused variable `c'.ghazi1999-09-141-1/+5
* * loop.c (this_loop_info): New variable.law1999-08-291-28/+1
* Warning fixes:ghazi1999-08-251-2/+2
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-1/+1
* Combined compare & jump infrastructurecrux1999-08-181-40/+29
* Indentation fixescrux1999-08-181-58/+58
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-2/+3
* Unroll my commit of 1999/08/01 16:14:58, there was a communications mixupgeoffk1999-08-021-6/+0
* * config/rs6000/rs6000.c (num_insns_constant_wide): Correctgeoffk1999-08-011-0/+6
* Fix -g -O3 -funroll-all-loops irix6 bootstrap failure reported by Kaveh Ghazi.wilson1999-07-091-4/+9
* 8law1999-07-071-1/+7
* * unroll.c (copy_loop_body): Don't copy VTOP notes from copy_notes_from.amylaar1999-05-051-1/+9
* * h8300.c (h8300_adjust_insn_length): Avoid trying to recognizelaw1999-04-071-0/+8
* * unroll.c (copy_loop_body): Always ensure at least two insnslaw1999-04-071-0/+6
* * unroll.c (loop_iterations): Don't return a final value for EQamylaar1999-03-121-0/+6
* Fix cygwin toolchain build failure reported by Geoffrey Noer.wilson1999-03-081-1/+5
* * unroll.c (copy_loop_body): Don't make extra copies ofamylaar1999-03-021-3/+4