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/existing-fp8
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-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
2000-01-19
loop.c (loop_optimize): Allocate loop_info structure for each loop prior to c...
Michael Hayes
1
-3
/
+9
2000-01-19
loop.c (current_loop_info): Renamed from loop_info_data and changed to a poin...
Michael Hayes
1
-5
/
+8
2000-01-17
combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
Richard Henderson
1
-2
/
+4
2000-01-17
ggc-common.c: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-63
/
+63
2000-01-15
loop.c (this_loop_info): Delete.
Michael Hayes
1
-440
/
+357
2000-01-04
cse.c (cse_insn): Missing cast added.
Jeff Law
1
-1
/
+1
2000-01-04
builtins.c (expand_builtin_strlen): Initialize variable `icode'.
Kaveh R. Ghazi
1
-2
/
+2
1999-12-27
alias.c (nonlocal_reference_p): Add else for disjoint ifs.
Christophe Jaillet
1
-2
/
+2
1999-12-24
Makefile.in (toplev.o): Depend on loop.h.
Kaveh R. Ghazi
1
-1
/
+3
1999-12-17
loop.c (insert_loop_mem): Don't record MEMs from inside EXPR_LISTs.
Richard Earnshaw
1
-0
/
+4
1999-12-16
* loop.c (insert_loop_mem): Ignore memory clobbers.
Richard Henderson
1
-0
/
+4
1999-12-14
Avoid reversing bivs with maybe_multiple set.
Bernd Schmidt
1
-0
/
+1
1999-12-14
loop.c (strength_reduce): Fix sign of giv lifetime calculation for givs made ...
J"orn Rennecke
1
-1
/
+1
1999-12-14
Run reg_scan_update to get information about regs created by loop.
Bernd Schmidt
1
-2
/
+18
1999-12-12
loop.c (load_mems): Don't hoist written floating point mem if -ffloat-store.
Stephen L Moshier
1
-1
/
+5
1999-12-10
Undo previous change
Bernd Schmidt
1
-2
/
+1
[next]