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
1997-09-23
loop.c (indirect_jump_in_function_p): Return 0 by default.
H.J. Lu
1
-1
/
+2
1997-09-21
loop.c (loop_number): Delete function.
Jeffrey A Law
1
-22
/
+2
1997-09-21
loop.c (loop_unroll_factor): Move outside #ifdef HAIFA conditional.
Jeff Law
1
-22
/
+17
1997-09-21
jump.c (jmp_uses_reg_or_mem): Deleted unused function.
Jeffrey A Law
1
-28
/
+14
1997-09-21
Finish last change.
Jeff Law
1
-4
/
+0
1997-09-21
loop.c (fix_bct_param): Delete unused function.
Jeffrey A Law
1
-35
/
+0
1997-09-11
* loop.c (strength_reduce): Fix typo.
Jeffrey A Law
1
-1
/
+1
1997-08-27
flags.h (flag_move_all_movables): Declare.
Jeffrey A Law
1
-2
/
+3
1997-08-27
loop.c (combine_movables): Earlier insns don't match later ones.
Doug Evans
1
-1
/
+3
1997-08-26
loop.c (check_final_value): Don't miss a biv increment in a parallel.
Michael P. Hayes
1
-2
/
+1
1997-08-17
Another haifa typo.
Jeff Law
1
-1
/
+1
1997-08-17
Fix typos in last haifa change.
Jeff Law
1
-2
/
+2
1997-08-16
loop.c (is_power_of_2, [...]): Delete unused functions and declarations.
Jeffrey A Law
1
-29
/
+4
1997-08-15
loop.c (is_conditional_branch): Make definition match declaration.
Jeffrey A Law
1
-0
/
+1
1997-08-11
* Integrate Haifa instruction scheduler.
Jeffrey A Law
1
-0
/
+752
1997-08-11
* Integrate alias analysis changes from jfc@mit.edu
Jeffrey A Law
1
-5
/
+9
1997-07-02
Do not go beyond end of array
Michael Meissner
1
-0
/
+1
1997-06-02
Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...
Michael Meissner
1
-6
/
+6
1997-05-30
Use accessor macros to access arrays based on regno; move many of the arrays ...
Michael Meissner
1
-41
/
+41
1997-05-18
(maybe_eliminate_biv_1): In (set (cc0) <biv>) case, swap compare
Richard Kenner
1
-3
/
+4
1997-05-06
reformat a little to match GNU coding standards.
Mike Stump
1
-6
/
+6
1997-04-13
(invariant_p, case REG): Pointers into frame are not invariants if
Richard Kenner
1
-2
/
+7
1997-03-16
loop.c (strength_reduce): Adjust BENEFIT appropriately if an autoincrement me...
Jeff Law
1
-3
/
+17
1997-01-19
(check_final_value): Handle insns with no luid's.
Richard Kenner
1
-2
/
+5
1997-01-04
(basic_induction_var): Return 0 if SUBREG is not a promoted variable.
Richard Kenner
1
-1
/
+2
1996-12-13
Check SMALL_REGISTER_CLASSES at runtime
Ian Lance Taylor
1
-3
/
+8
1996-10-23
(combine_givs): When combining a DEST_REG giv with its only use,
Richard Kenner
1
-8
/
+11
1996-10-21
(strength_reduce): Add check for ! bl->reversed to
Jim Wilson
1
-2
/
+4
1996-10-15
* loop.c (strength_reduce): Avoid taking PATTERN of a label.
Doug Evans
1
-6
/
+12
1996-09-24
(get_condition): Use rtx_equal_p to compare rtx.
Richard Kenner
1
-1
/
+1
1996-09-23
(check_dbra_loop): Don't assume label must be second part of
Richard Kenner
1
-0
/
+2
1996-09-22
(combine_givs): Improve combining DEST_REG giv with its only use.
Richard Kenner
1
-3
/
+15
1996-07-23
install EH code
Mike Stump
1
-0
/
+14
1996-07-03
formatting tweaks
Mike Stump
1
-25
/
+25
1996-06-06
(strength_reduce): If HAVE_cc0 defined, disable auto_inc_opt
Jim Wilson
1
-0
/
+9
1996-05-10
(maybe_eliminate_biv_1): Disable all but two cases of biv elimination with gi...
Richard Kenner
1
-9
/
+27
1996-04-04
(combine_givs): Use new macro GIV_SORT_CRITERION.
Jim Wilson
1
-29
/
+71
1996-03-05
loop.c (init_loop): Use pseudo reg in add_cost computation so cost doesn't va...
Doug Evans
1
-1
/
+1
1996-01-24
(scan_loop): Correct comment.
Jim Wilson
1
-31
/
+192
1995-10-03
Update comments.
Richard Kenner
1
-1
/
+1
1995-09-16
(find_and_verify_loops): Fix error in last change.
Richard Kenner
1
-1
/
+1
1995-09-15
(find_and_verify_loops): When moving exit blocks out of the loop,
Richard Kenner
1
-0
/
+6
1995-08-13
(find_and_verify_loops): Set dest_loop only if JUMP_LABEL (insn) is
Richard Kenner
1
-9
/
+11
1995-07-26
(find_and_verify_loops): When moving blocks of code, verify that the just des...
Richard Kenner
1
-2
/
+30
1995-07-14
(loop_number_exit_count): New global variable.
Richard Kenner
1
-4
/
+28
1995-06-15
Update FSF address.
Richard Kenner
1
-1
/
+2
1995-05-13
(record_giv): When computing replaceable, use
Jim Wilson
1
-39
/
+9
1995-05-12
(check_dbra_loop): When reversing loop when
Jim Wilson
1
-2
/
+8
1995-02-13
(mark_loop_jump): Remove bogus assignments to LABEL_ fields in default
Richard Kenner
1
-6
/
+2
1995-01-20
(record_giv): Initialize new field same_insn.
Jim Wilson
1
-0
/
+1
[next]