index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-10-09
loop.c: Revert 2002-08-15 change.
Kaveh R. Ghazi
1
-6
/
+6
2002-10-07
Permit doloop treatment for preconditioned loops.
Dale Johannesen
1
-1
/
+2
2002-09-22
dbxout.c: Follow spelling conventions.
Kazu Hirata
1
-15
/
+15
2002-09-16
real.c, real.h: Rewrite from scratch.
Richard Henderson
1
-4
/
+7
2002-09-16
ABOUT-NLS: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2002-09-14
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-2
/
+2
2002-09-14
* loop.c: Fix a comment typo.
Kazu Hirata
1
-1
/
+1
2002-09-08
re PR rtl-optimization/6405 (Loop-unrolling related performance regressions)
Roger Sayle
1
-1
/
+1
2002-09-08
basic-block.h: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2002-09-08
emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref handling.
Jan Hubicka
1
-1
/
+1
2002-09-05
loop.c (scan_loop): Don't mark separate insns out of a libcall for moving.
J"orn Rennecke
1
-255
/
+278
2002-08-15
loop.c (scan_loop, [...]): Cast to avoid signed/unsigned warnings.
Kaveh R. Ghazi
1
-6
/
+6
2002-08-05
Index: ChangeLog
Geoffrey Keating
1
-1
/
+0
2002-07-23
genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.
Neil Booth
1
-9
/
+0
2002-07-23
defaults.h (obstack_chunk_alloc, [...]): Default definition.
Neil Booth
1
-3
/
+0
2002-07-21
loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.
Richard Henderson
1
-1
/
+1
2002-07-19
* loop.c (loop_givs_rescan): Delete the REG_EQUAL note, not the insn.
Richard Henderson
1
-6
/
+8
2002-07-17
re PR rtl-optimization/6713 (Regression wrt 3.0.4: g++ -O2 leads to seg fault...
Eric Botcazou
1
-2
/
+12
2002-06-14
loop.c (check_final_value): Use v->always_executed instead of v->always_compu...
Eric Botcazou
1
-1
/
+2
2002-06-14
* loop.c (for_each_insn_in_loop): Fix formatting and comments.
Eric Botcazou
1
-9
/
+6
2002-06-11
* loop.c (loop_regs_scan): Avoid useless generation of REG objects.
Jeff Law
1
-1
/
+1
2002-06-11
Delete SEQUENCE rtl usage outside of reorg and ssa passes.
David S. Miller
1
-47
/
+54
2002-06-02
loop.c (emit_prefetch_instructions): Properly place the address computation.
Jan Hubicka
1
-10
/
+7
2002-05-30
expmed.c (const_mult_add_overflow_p): New.
Eric Botcazou
1
-6
/
+21
2002-05-30
langhooks.c: Fix formatting.
Kazu Hirata
1
-13
/
+13
2002-05-16
Revert "Basic block renumbering removal", and two followup patches.
Richard Henderson
1
-1
/
+1
2002-05-16
loop.h (struct loop_info): Add member has_prefetch.
Janis Johnson
1
-91
/
+130
2002-05-16
Basic block renumbering removal.
Zdenek Dvorak
1
-1
/
+1
2002-05-10
loop.c: (PREFETCH_EXTREME_DIFFERENCE, PREFETCH_BEFORE_LOOP): New.
Janis Johnson
1
-69
/
+131
2002-04-25
loop.c (load_mems): Don't change the interface of called functions.
J"orn Rennecke
1
-4
/
+17
2002-04-24
* loop.c (canonicalize_condition): Use gen_int_mode.
Jan Hubicka
1
-4
/
+4
2002-04-23
i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug workaround.
Jan Hubicka
1
-6
/
+24
2002-04-10
re PR rtl-optimization/6233 (simple loop miscompilation)
Alan Modra
1
-0
/
+2
2002-04-09
basic-block.h (flow_delete_block_noexpunge): Declare.
Richard Henderson
1
-18
/
+15
2002-04-02
re PR rtl-optimization/4311 (unrolling loops creates non-ending loop)
Richard Henderson
1
-1
/
+2
2002-03-29
* loop.c (combine_movables): Do allow combination of pseudos.
Dale Johannesen
1
-4
/
+5
2002-03-13
loop.c (basic_induction_var): Don't call convert_modes if mode classes are di...
Jakub Jelinek
1
-3
/
+4
2002-03-10
loop.c (strength_reduce): Compute number of iterations as unsigned HOST_WIDE_...
Richard Henderson
1
-6
/
+6
2002-02-27
* loop.c (prescan_loop): Handle PARALLEL.
Graham Stott
1
-4
/
+5
2002-02-23
re PR rtl-optimization/5747 (ss20020218 fails to build binutils-2.11.93.0.2 o...
Jakub Jelinek
1
-1
/
+19
2002-02-22
expr.c (store_expr): When converting expression to promoted equivalent type...
Richard Kenner
1
-7
/
+7
2002-02-07
loop.c (strength_reduce): Sink final_value when not eliminating a biv.
Richard Henderson
1
-0
/
+5
2002-02-07
alias.c (find_base_value): Recall base values for fixed hard regs.
Richard Henderson
1
-3
/
+3
2002-02-06
loop.c (remove_constant_addition): Avoid clobbering a shared CONST expression.
Janis Johnson
1
-1
/
+12
2002-02-05
re PR fortran/3393 (ICE in extract_insn, at recog.c:2173)
Richard Henderson
1
-3
/
+3
2002-01-30
* loop.c (loop_invariant_p): Special case pic_offset_table_rtx.
Steve Ellcey
1
-1
/
+1
2002-01-29
emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM is a fixed r...
John David Anglin
1
-0
/
+3
2002-01-25
loop.c (emit_prefetch_instructions): Use the prefetch insn's mode, not Pmode.
Aldy Hernandez
1
-1
/
+2
2002-01-23
* loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.
Hans-Peter Nilsson
1
-0
/
+1
2002-01-22
Makefile.in (loop.o): Depend on OPTABS_H.
Janis Johnson
1
-0
/
+5
[next]