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
/
unroll.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-08-02
df.c (df_insn_table_realloc): Change parameter to unsigned.
Kaveh R. Ghazi
1
-3
/
+3
2002-07-30
* unroll.c (copy_loop_body): Don't copy NOTE_INSN_LOOP_CONT.
J"orn Rennecke
1
-6
/
+6
2002-07-29
unroll.c (verify_addresses): Remove.
Richard Henderson
1
-132
/
+2
2002-07-21
unroll.c (find_splittable_givs): Do not split DEST_ADDR givs that are not unr...
Richard Henderson
1
-99
/
+3
2002-07-20
re PR rtl-optimization/7130 (miscompiled code for gcc-3.1 on powerpc-unknown-...
Alan Modra
1
-0
/
+3
2002-06-30
* unroll.c (loop_iterations): Handle EQ loops.
Alan Modra
1
-6
/
+37
2002-06-14
loop.c (check_final_value): Use v->always_executed instead of v->always_compu...
Eric Botcazou
1
-2
/
+4
2002-06-11
Delete SEQUENCE rtl usage outside of reorg and ssa passes.
David S. Miller
1
-10
/
+4
2002-06-02
loop.c (emit_prefetch_instructions): Properly place the address computation.
Jan Hubicka
1
-47
/
+3
2002-05-31
target.h: Fix formatting.
Kazu Hirata
1
-4
/
+4
2002-03-24
* unroll.c (unroll_loop): Zero label_map.
Richard Henderson
1
-2
/
+1
2002-03-15
re PR rtl-optimization/5891 (ICE compiling SPEC fp test with -funroll-loops o...
Jakub Jelinek
1
-0
/
+1
2002-03-14
Add --param max-unrolled-insns=<n> support
Michael Meissner
1
-7
/
+1
2002-02-27
unroll.c (loop_iterations): Return 0 if the add_val for a BIV is REG.
Graham Stott
1
-1
/
+12
2002-01-25
unroll.c (unroll_loop): Lower final_value to nonmemory operand; avoid it's co...
Jan Hubicka
1
-1
/
+14
2002-01-14
* unroll.c (final_reg_note_copy): Fix previous commit.
Jan Hubicka
1
-4
/
+9
2002-01-14
unroll.c (final_reg_note_copy): Properly handle REG_LABEL
Jan Hubicka
1
-10
/
+5
2002-01-12
unroll.c (final_reg_note_copy): Avoid crash on REG_LABEL note referencing out...
Jan Hubicka
1
-4
/
+9
2002-01-10
re PR rtl-optimization/5269 (loop unroller fails to pull the right number of ...
Dale Johannesen
1
-3
/
+12
2002-01-10
toplev.c: Fix formatting.
Kazu Hirata
1
-2
/
+2
2002-01-07
unroll.c (copy_loop_body): Always properly update JUMP_LABEL and LABEL_NUSES.
Jan Hubicka
1
-3
/
+5
2001-12-30
* unroll.c: Move include files above first use of `const'.
Kaveh R. Ghazi
1
-17
/
+17
2001-12-27
collect2.c (is_ctor_dtor): Const-ify.
Kaveh R. Ghazi
1
-1
/
+1
2001-12-01
unroll.c (loop_iterations): Give up on jumps with null JUMP_LABEL while scann...
Olivier Hainque
1
-11
/
+24
2001-11-30
* unroll.c (unroll_loop): Correct special exit cases.
Zoltan Hidvegi
1
-9
/
+32
2001-11-27
unroll.c (loop_iterations): Move last change ...
Richard Henderson
1
-35
/
+0
2001-11-27
unroll.c (loop_iterations): Detect one situation in which we overestimate the...
Corey Minyard
1
-0
/
+35
2001-11-20
unroll.c (copy_loop_body): Update LABEL_NUSES for the exit label as necessary.
Jeff Law
1
-0
/
+1
2001-11-16
unroll.c (copy_loop_body): Initialize JUMP_LABEL field after creating a new j...
Jeff Law
1
-0
/
+1
2001-11-15
expr.c (store_field): Pass tree instead of max size; callers changed.
Richard Kenner
1
-5
/
+5
2001-11-04
unroll.c (calculate_giv_inc): Use find_last_value rather than just hoping the...
Geoffrey Keating
1
-6
/
+5
2001-10-28
ChangeLog.0, [...]: Fix spelling errors.
Joseph Myers
1
-1
/
+1
2001-10-11
unroll.c (loop_iterations): Fixup last patch.
Franz Sirl
1
-5
/
+4
2001-10-11
alias.c: Remove uses of "register" specifier in declarations of arguments and...
Stan Shebs
1
-5
/
+5
2001-10-10
re PR c++/4512 (New ICE in loop_iterations at unroll.c:3510, regression vs. 3...
Franz Sirl
1
-0
/
+5
2001-10-08
unroll.c (loop_iterations): Extend check for multiple back edges.
Franz Sirl
1
-0
/
+21
2001-09-25
Makefile.in (cfgrtl.o): Add.
Jan Hubicka
1
-8
/
+1
2001-09-21
basic-block.h (flow_delete_insn, [...]): Kill.
Jan Hubicka
1
-22
/
+22
2001-09-11
dbxout.c (dbxout_parms): Fix typo in comment.
Hans-Peter Nilsson
1
-1
/
+1
2001-08-22
Makefile.in, [...]: replace "GNU CC" with "GCC".
Lars Brinkhoff
1
-12
/
+12
2001-08-18
optabs.h (OTI_flodiv, [...]): Kill.
Zack Weinberg
1
-12
/
+11
2001-08-15
rtl.h (only_sets_cc0_p): New prototype.
John Wehle
1
-2
/
+2
2001-08-13
expr.h: Split out optab- and libfunc-related code to...
Zack Weinberg
1
-0
/
+1
2001-07-23
unroll.c (loop_iterations): Fix miscalculation of initial giv offset.
Clinton Popetz
1
-1
/
+0
2001-06-18
unroll.c: Include predict.h.
Jan Hubicka
1
-0
/
+4
2001-06-12
unroll.c (initial_reg_note_copy): Use PUT_REG_NOTE_KIND and REG_NOTE_KIND, no...
Mark Mitchell
1
-9
/
+32
2001-05-06
unroll.c (loop_iterations): Don't sign-extend abs_diff; zero-extend it.
Alexandre Oliva
1
-7
/
+17
2001-04-21
flow.c (proagate_one_insn): Remove useless assignment.
Mark Mitchell
1
-1
/
+1
2001-04-12
expmed.c (store_bit_field): Truncate CONST_INTs.
Alexandre Oliva
1
-0
/
+2
2001-01-25
loop.c (loop_call_insn_emit_before, [...]): New.
Michael Hayes
1
-1
/
+1
[next]