summaryrefslogtreecommitdiff
path: root/gcc/loop.c
Commit message (Expand)AuthorAgeFilesLines
* doloop.c: Removed.Zdenek Dvorak2004-03-181-17/+0
* cse.c (cse_end_of_basic_block): Make static.Paolo Bonzini2004-03-051-2/+4
* cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka2004-03-041-1/+1
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-8/+8
* * loop.c (all_sets_invariant_p): Remove.Kazu Hirata2004-02-191-31/+0
* loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT for start_value...Eric Botcazou2004-02-141-4/+5
* loop.c (force_movables): Transitively increase the priorities of all insns fo...Ulrich Weigand2004-02-061-3/+9
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-1/+1
* re PR rtl-optimization/12440 (gcc 3.3.1 on i386 linux 2.4.22 crashes during c...Zdenek Dvorak2004-01-201-1/+5
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-1/+1
* system.h: Poison PROMOTED_MODESteven Bosscher2004-01-141-1/+1
* re PR rtl-optimization/12826 (Optimizer removes reference through volatile po...Jan Hubicka2004-01-121-0/+2
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* loop.c (loop_optimize): Free all loops_info's mems.Andrew Pinski2004-01-021-1/+4
* re PR rtl-optimization/12828 (-floop-optimize is unstable on PowerPC (float t...Dale Johannesen2003-12-221-1/+34
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* loop.c (move_movables): Handle combination of m->consec...Ulrich Weigand2003-12-181-1/+2
* reload.c (reg_overlap_mentioned_for_reload_p): When looking at a PLUS in X...J"orn Rennecke2003-12-151-2/+8
* re PR rtl-optimization/13037 ([gcse-lm] g77 generates incorrect code)Roger Sayle2003-12-121-0/+4
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-8/+8
* re PR rtl-optimization/13318 (ICE: floating point exception in the loop optim...Eric Botcazou2003-12-071-0/+3
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-1/+1
* loop.c (check_dbra_loop): Try swapping the comparison operands of the loop co...Roger Sayle2003-11-091-0/+16
* re PR middle-end/11414 (Segementation fault compiling csets.adb)Roger Sayle2003-10-241-13/+5
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-1/+1
* re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak2003-09-141-9/+16
* * loop.c: Move comments describing BIV's and GIV's to top of fileChris Lattner2003-09-121-10/+10
* loop.c (loop_regs_update): Delete else clause for PATTERN rtx and simplify.James E Wilson2003-09-061-15/+6
* * loop.c (check_dbra_loop): Allow LTU in the loop condition.Andi Kleen2003-07-301-2/+4
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-1/+1
* combine.c (if_then_else_cond): Simplify the comparison of rtx against -1, 0, ...Kazu Hirata2003-07-221-3/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-32/+24
* re PR target/11087 (gcc miscompiles raid1.c from linux kernel)Jakub Jelinek2003-07-181-3/+30
* loop.c (check_ext_dependent_givs): Pass const struct loop * instead of struct...Ulrich Weigand2003-07-171-8/+38
* re PR rtl-optimization/9745 ([powerpc] miscompiles libmcrypt (alias problem d...James E Wilson2003-07-101-9/+12
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-606/+321
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-3/+3
* loop.c (count_one_set): Fix detection of registers set in more than one basic...Zdenek Dvorak2003-06-291-1/+1
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-3/+3
* * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.Andreas Jaeger2003-06-011-4/+0
* flags.h (flag_wrapv): New flag controlling overflow semantics.Roger Sayle2003-05-311-0/+3
* cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi2003-05-171-5/+3
* * loop.c (check_dbra_loop): Factor common test.Nathan Sidwell2003-05-141-4/+6
* emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque2003-05-031-0/+24
* re PR rtl-optimization/8705 ([HP-PA] ICE in emit_move_insn_1, at expr.c:3101)John David Anglin2003-04-251-1/+7
* re PR rtl-optimization/10157 ([Sparc] internal compiler error: in extract_ins...Eric Botcazou2003-04-031-5/+9
* reload1.c (reload_as_needed): Allow a USE in asm reloads.Alan Modra2003-03-291-0/+4
* loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.Alan Modra2003-03-281-3/+49
* re PR rtl-optimization/10087 (optimizer produces wrong code when indexing 2D ...Glen Nakamura2003-03-271-0/+15
* rtl.h (subrtx_p): Renamed to rtx_referenced_p.Josef Zlomek2003-03-151-1/+2