summaryrefslogtreecommitdiff
path: root/gcc/loop.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/8988 (gcc3.2 and 3.2.1 with -O2 and -mcpu=i386 generat...Eric Botcazou2002-12-191-1/+10
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-28/+16
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* loop.c (record_giv): Initialize not_replaceable.Andreas Jaeger2002-11-201-1/+6
* Fix bugs that showed up building Spec on ppc darwin.Dale Johannesen2002-11-041-0/+7
* combine.c: Fix comment formatting.Kazu Hirata2002-10-271-1/+1
* re PR rtl-optimization/7409 (loop optimization)Ulrich Weigand2002-10-151-0/+19
* loop.c: Revert 2002-08-15 change.Kaveh R. Ghazi2002-10-091-6/+6
* Permit doloop treatment for preconditioned loops.Dale Johannesen2002-10-071-1/+2
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-15/+15
* real.c, real.h: Rewrite from scratch.Richard Henderson2002-09-161-4/+7
* ABOUT-NLS: Follow spelling conventions.Kazu Hirata2002-09-161-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-141-2/+2
* * loop.c: Fix a comment typo.Kazu Hirata2002-09-141-1/+1
* re PR rtl-optimization/6405 (Loop-unrolling related performance regressions)Roger Sayle2002-09-081-1/+1
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-1/+1
* emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref handling.Jan Hubicka2002-09-081-1/+1
* loop.c (scan_loop): Don't mark separate insns out of a libcall for moving.J"orn Rennecke2002-09-051-255/+278
* loop.c (scan_loop, [...]): Cast to avoid signed/unsigned warnings.Kaveh R. Ghazi2002-08-151-6/+6
* Index: ChangeLogGeoffrey Keating2002-08-051-1/+0
* genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.Neil Booth2002-07-231-9/+0
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-3/+0
* loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.Richard Henderson2002-07-211-1/+1
* * loop.c (loop_givs_rescan): Delete the REG_EQUAL note, not the insn.Richard Henderson2002-07-191-6/+8
* re PR rtl-optimization/6713 (Regression wrt 3.0.4: g++ -O2 leads to seg fault...Eric Botcazou2002-07-171-2/+12
* loop.c (check_final_value): Use v->always_executed instead of v->always_compu...Eric Botcazou2002-06-141-1/+2
* * loop.c (for_each_insn_in_loop): Fix formatting and comments.Eric Botcazou2002-06-141-9/+6
* * loop.c (loop_regs_scan): Avoid useless generation of REG objects.Jeff Law2002-06-111-1/+1
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-47/+54
* loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka2002-06-021-10/+7
* expmed.c (const_mult_add_overflow_p): New.Eric Botcazou2002-05-301-6/+21
* langhooks.c: Fix formatting.Kazu Hirata2002-05-301-13/+13
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-1/+1
* loop.h (struct loop_info): Add member has_prefetch.Janis Johnson2002-05-161-91/+130
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-1/+1
* loop.c: (PREFETCH_EXTREME_DIFFERENCE, PREFETCH_BEFORE_LOOP): New.Janis Johnson2002-05-101-69/+131
* loop.c (load_mems): Don't change the interface of called functions.J"orn Rennecke2002-04-251-4/+17
* * loop.c (canonicalize_condition): Use gen_int_mode.Jan Hubicka2002-04-241-4/+4
* i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug workaround.Jan Hubicka2002-04-231-6/+24
* re PR rtl-optimization/6233 (simple loop miscompilation)Alan Modra2002-04-101-0/+2
* basic-block.h (flow_delete_block_noexpunge): Declare.Richard Henderson2002-04-091-18/+15
* re PR rtl-optimization/4311 (unrolling loops creates non-ending loop)Richard Henderson2002-04-021-1/+2
* * loop.c (combine_movables): Do allow combination of pseudos.Dale Johannesen2002-03-291-4/+5
* loop.c (basic_induction_var): Don't call convert_modes if mode classes are di...Jakub Jelinek2002-03-131-3/+4
* loop.c (strength_reduce): Compute number of iterations as unsigned HOST_WIDE_...Richard Henderson2002-03-101-6/+6
* * loop.c (prescan_loop): Handle PARALLEL.Graham Stott2002-02-271-4/+5
* re PR rtl-optimization/5747 (ss20020218 fails to build binutils-2.11.93.0.2 o...Jakub Jelinek2002-02-231-1/+19
* expr.c (store_expr): When converting expression to promoted equivalent type...Richard Kenner2002-02-221-7/+7
* loop.c (strength_reduce): Sink final_value when not eliminating a biv.Richard Henderson2002-02-071-0/+5
* alias.c (find_base_value): Recall base values for fixed hard regs.Richard Henderson2002-02-071-3/+3