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
2000-08-19
loop.c (scan_loop): Use CONST_CALL_P instead of checking for REG_LIBCALL / RE...
John Wehle
1
-9
/
+2
2000-08-14
flow.c (attempt_auto_inc): Remove unused variable `bb'.
Geoff Keating
1
-2
/
+2
2000-08-06
* loop.c: Fix formatting.
Kazu Hirata
1
-216
/
+219
2000-08-06
loop.c (try_swap_copy_prop): New function.
Michael Hayes
1
-10
/
+128
2000-08-04
alias.c (mark_constant_function): Use INSN_P.
Rodney Brown
1
-19
/
+15
2000-08-02
loop.c (scan_loop): Ensure update_end label does not go away until reg_scan_u...
Jakub Jelinek
1
-0
/
+8
2000-08-01
loop.c (canonicalize_condition): use destination, not source to determine set...
Jan Hubicka
1
-1
/
+1
2000-07-31
loop.c (check_dbra_loop): Make change from July 17...
Jeffrey A Law
1
-2
/
+5
2000-07-30
Makefile.in (OBJS): Add doloop.o.
Richard Henderson
1
-300
/
+6
2000-07-30
* loop.c (express_from_1): Fix call of simplify_gen_binary.
Jan Hubicka
1
-1
/
+1
2000-07-22
collect2.c (main): Typo fixed.
Jeffrey Oldham
1
-1
/
+1
2000-07-18
Fix typos in comment
Zack Weinberg
1
-2
/
+2
2000-07-17
Removed extra bracket.
Chandra Chavva
1
-1
/
+1
2000-07-17
* loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
Chandrakala Chavva
1
-1
/
+1
2000-07-17
loop.c (check_dbra_loop): Return if more than one condition is present to con...
Chandrakala Chavva
1
-0
/
+11
2000-06-14
ifcvt.c (EDGE_COMPLEX): Move definition ...
John Wehle
1
-7
/
+9
2000-05-28
* loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
Richard Henderson
1
-4
/
+7
2000-05-25
combine.c (try_combine): Use any_condjump_p...
Jan Hubicka
1
-19
/
+23
2000-05-25
* loop.c (basic_induction_var): Avoid double recording of an increment.
J"orn Rennecke
1
-1
/
+7
2000-05-25
revert: loop.h (struct induction): Add multi_insn_incr.
J"orn Rennecke
1
-52
/
+17
2000-05-25
rtl.h (loc_mentioned_in_p): Declare.
J"orn Rennecke
1
-4
/
+15
2000-05-19
cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
Richard Kenner
1
-1
/
+1
2000-05-19
jump.c (redirect_jump): Add delete_unused argument.
Richard Henderson
1
-80
/
+80
2000-05-18
rtlanal.c (insn_dependant_p, [...]): New.
Richard Henderson
1
-4
/
+3
2000-05-15
loop.c (scan_loop, [...]): Change unroll_p and bct_p parameters to flags.
Jan Hubicka
1
-14
/
+14
2000-04-27
cse.c (CSE_ADDRESS_COST): Remove.
Jan Hubicka
1
-19
/
+12
2000-04-27
* loop.c (load_mems) Don't use hard registers for the hoisting.
Jan Hubicka
1
-1
/
+7
2000-04-25
* loop.c (strength_reduce): Fix typo in the last checkin.
Jan Hubicka
1
-1
/
+1
2000-04-24
loop.c (strength_reduce): Simplify test to INSN_P.
Jan Hubicka
1
-10
/
+19
2000-04-23
loop.c (simplify_giv_expr): Be more agressive on simplifying constant MULT givs.
Jan Hubicka
1
-13
/
+28
2000-04-23
loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead of CONS...
Jan Hubicka
1
-20
/
+21
2000-04-22
* loop.c (strength_reduce): Fix biv removal code.
Jan Hubicka
1
-13
/
+1
2000-04-20
* loop.c (emit_iv_add_mult): Revert last change.
Richard Henderson
1
-51
/
+5
2000-04-20
loop.c (emit_iv_add_mult): Simplify it's input and emit REG_EQUAL note explai...
Jan Hubicka
1
-5
/
+51
2000-04-19
Even more lossage, sorry.
Jan Hubicka
1
-1
/
+1
2000-04-19
Fix lossage caused by applying old version of my previous patch.
Jan Hubicka
1
-7
/
+8
2000-04-19
loop.c (check_insn_for_bivs, [...]): Break out from ...
Jan Hubicka
1
-338
/
+255
2000-04-17
loop.c (canonicalize_condition): Add WANT_REG argument.
Richard Henderson
1
-4
/
+11
2000-03-25
* Rework fields used to describe positions of bitfields and
Richard Kenner
1
-12
/
+13
2000-03-19
emit-rtl.c (remove_unncessary_notes): Check that all NOTE_INSN_BLOCK_BEG and ...
Mark Mitchell
1
-10
/
+5
2000-03-14
Add cselib; use it in loop and reload_cse_regs
Bernd Schmidt
1
-5
/
+57
2000-02-28
Fix for SH gcc.c-torture/compile/991229-3.c failure:
J"orn Rennecke
1
-2
/
+6
2000-02-26
Fix copyrights.
Jeff Law
1
-1
/
+2
2000-02-18
loop.c (canonicalize_condition): New function, broken out of get_condition.
John Wehle
1
-31
/
+62
2000-01-27
Reflect renaming of invariant_p to loop_invariant_p in comment.
Joern Rennecke
1
-2
/
+3
2000-01-25
loop.c (current_loop_info): Delete.
Michael Hayes
1
-207
/
+222
2000-01-25
loop.h (LOOP_INFO): New accessor macro.
Michael Hayes
1
-8
/
+8
2000-01-24
rtl.def: Add unordered fp comparisions.
Richard Henderson
1
-2
/
+5
2000-01-23
loop.c (check_dbra_loop): When checking a loop for reversability...
Clinton Popetz
1
-1
/
+1
2000-01-22
loop.c (loops_info): New variable.
Michael Hayes
1
-13
/
+12
[next]