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
2000-08-21
unroll.c (loop_find_equiv_value): If ret is modified between insn and loop_st...
Jakub Jelinek
1
-0
/
+5
2000-08-04
alias.c (mark_constant_function): Use INSN_P.
Rodney Brown
1
-4
/
+2
2000-07-18
unroll.c (copy_loop_body): Fix one instance of using host arithmetic on the t...
Geoff Keating
1
-2
/
+3
2000-05-25
combine.c (try_combine): Use any_condjump_p...
Jan Hubicka
1
-2
/
+2
2000-05-25
Jan Hubicka <jh@suse.cz>
Jan Hubicka
1
-16
/
+7
2000-05-19
cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
Richard Kenner
1
-0
/
+2
2000-05-12
Makefile.in (final.o): Depend on BASIC_BLOCK_H.
Richard Henderson
1
-0
/
+1
2000-04-27
* loop.c (load_mems) Don't use hard registers for the hoisting.
Jan Hubicka
1
-1
/
+3
2000-03-25
* Rework fields used to describe positions of bitfields and
Richard Kenner
1
-30
/
+32
2000-02-26
Fix copyrights.
Jeff Law
1
-1
/
+2
2000-02-18
bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
Richard Kenner
1
-1
/
+1
2000-02-10
flow.c (mark_regs_live_at_end): Delete unused variables.
Kaveh R. Ghazi
1
-1
/
+1
2000-02-01
frame.c (find_fde): Convert for loop to do-while so compiler sees it's always...
Zack Weinberg
1
-5
/
+3
2000-01-25
loop.c (current_loop_info): Delete.
Michael Hayes
1
-101
/
+104
2000-01-25
loop.h (LOOP_INFO): New accessor macro.
Michael Hayes
1
-2
/
+2
2000-01-19
loop.c
Michael Hayes
1
-4
/
+8
2000-01-17
toplev.c: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-15
/
+15
2000-01-15
loop.c (this_loop_info): Delete.
Michael Hayes
1
-39
/
+40
2000-01-11
* unroll.c (unroll_loop): Add EH support.
Mike Stump
1
-0
/
+13
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
-1
/
+1
1999-12-24
Makefile.in (toplev.o): Depend on loop.h.
Kaveh R. Ghazi
1
-1
/
+1
1999-12-20
current_function -> cfun
Bernd Schmidt
1
-2
/
+2
1999-12-18
* unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
J"orn Rennecke
1
-5
/
+8
1999-11-29
Fix abort in loop_iterations
Bernd Schmidt
1
-4
/
+2
1999-11-12
* unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
Richard Henderson
1
-1
/
+2
1999-11-02
jump.c (jump_optimize_1): Swap the incscc and the conditional mode detection ...
Jan Hubicka
1
-0
/
+24
1999-11-01
unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
Jeffrey A Law
1
-5
/
+4
1999-11-01
bitmap.h (BITMAP_XMALLOC): New macro.
Mark Mitchell
1
-19
/
+30
1999-10-31
[multiple changes]
Richard Kenner
1
-5
/
+6
1999-10-24
unroll.c (copy_loop_body): Examine SET_DEST of single_set not of pattern.
Richard Henderson
1
-1
/
+1
1999-10-24
Revert unintended change to copy_loop_body.
Richard Henderson
1
-2
/
+1
1999-10-24
alias.c: Include ggc.h.
Graham Stott
1
-1
/
+3
1999-10-15
Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
Richard Henderson
1
-1
/
+1
1999-09-20
Make it possible to prototype port-specific functions (and convert i386 to us...
Bernd Schmidt
1
-0
/
+1
1999-09-14
c-lex.c (handle_generic_pragma): Remove unused variable `c'.
Kaveh R. Ghazi
1
-1
/
+5
1999-08-29
loop.c (this_loop_info): New variable.
Michael Hayes
1
-28
/
+1
1999-08-25
Warning fixes:
Kaveh R. Ghazi
1
-2
/
+2
1999-08-20
rtl.h (rtx_format): Constify a char*.
Kaveh R. Ghazi
1
-1
/
+1
1999-08-18
Combined compare & jump infrastructure
Bernd Schmidt
1
-40
/
+29
1999-08-18
Indentation fixes
Bernd Schmidt
1
-58
/
+58
1999-08-09
Include function.h in most files.
Bernd Schmidt
1
-2
/
+3
1999-08-02
Unroll my commit of 1999/08/01 16:14:58, there was a communications mixup
Geoffrey Keating
1
-6
/
+0
1999-08-01
rs6000.c (num_insns_constant_wide): Correct for type promotion.
Geoff Keating
1
-0
/
+6
1999-07-09
Fix -g -O3 -funroll-all-loops irix6 bootstrap failure reported by Kaveh Ghazi.
Jim Wilson
1
-4
/
+9
1999-07-06
unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
Jim Wilson
1
-1
/
+7
1999-05-05
* unroll.c (copy_loop_body): Don't copy VTOP notes from copy_notes_from.
J"orn Rennecke
1
-1
/
+9
1999-04-07
h8300.c (h8300_adjust_insn_length): Avoid trying to recognize USE, CLOBBER or...
Jeffrey A Law
1
-0
/
+8
1999-04-07
unroll.c (copy_loop_body): Always ensure at least two insns are in the copied...
Jeffrey A Law
1
-0
/
+6
1999-03-12
unroll.c (loop_iterations): Don't return a final value for EQ comparison loops.
J"orn Rennecke
1
-0
/
+6
[next]