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
2003-10-24
re PR middle-end/11414 (Segementation fault compiling csets.adb)
Roger Sayle
1
-13
/
+5
2003-10-05
c-pretty-print.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-09-14
re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)
Zdenek Dvorak
1
-9
/
+16
2003-09-12
* loop.c: Move comments describing BIV's and GIV's to top of file
Chris Lattner
1
-10
/
+10
2003-09-06
loop.c (loop_regs_update): Delete else clause for PATTERN rtx and simplify.
James E Wilson
1
-15
/
+6
2003-07-30
* loop.c (check_dbra_loop): Allow LTU in the loop condition.
Andi Kleen
1
-2
/
+4
2003-07-22
alias.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-07-22
combine.c (if_then_else_cond): Simplify the comparison of rtx against -1, 0, ...
Kazu Hirata
1
-3
/
+1
2003-07-19
alias.c [...]: Remove unnecessary casts.
Kaveh R. Ghazi
1
-32
/
+24
2003-07-18
re PR target/11087 (gcc miscompiles raid1.c from linux kernel)
Jakub Jelinek
1
-3
/
+30
2003-07-17
loop.c (check_ext_dependent_givs): Pass const struct loop * instead of struct...
Ulrich Weigand
1
-8
/
+38
2003-07-10
re PR rtl-optimization/9745 ([powerpc] miscompiles libmcrypt (alias problem d...
James E Wilson
1
-9
/
+12
2003-07-06
jump.c: Convert prototypes to ISO C90.
Andreas Jaeger
1
-606
/
+321
2003-07-01
basic-block.h: Fix comment typos.
Kazu Hirata
1
-3
/
+3
2003-06-29
loop.c (count_one_set): Fix detection of registers set in more than one basic...
Zdenek Dvorak
1
-1
/
+1
2003-06-16
decl.c, [...]: Don't use the PTR macro.
Kaveh R. Ghazi
1
-3
/
+3
2003-06-01
* loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
Andreas Jaeger
1
-4
/
+0
2003-05-31
flags.h (flag_wrapv): New flag controlling overflow semantics.
Roger Sayle
1
-0
/
+3
2003-05-17
cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...
Kaveh R. Ghazi
1
-5
/
+3
2003-05-14
* loop.c (check_dbra_loop): Factor common test.
Nathan Sidwell
1
-4
/
+6
2003-05-03
emit-rtl.c (last_call_insn, [...]): New functions.
Olivier Hainque
1
-0
/
+24
2003-04-25
re PR rtl-optimization/8705 ([HP-PA] ICE in emit_move_insn_1, at expr.c:3101)
John David Anglin
1
-1
/
+7
2003-04-03
re PR rtl-optimization/10157 ([Sparc] internal compiler error: in extract_ins...
Eric Botcazou
1
-5
/
+9
2003-03-29
reload1.c (reload_as_needed): Allow a USE in asm reloads.
Alan Modra
1
-0
/
+4
2003-03-28
loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
Alan Modra
1
-3
/
+49
2003-03-27
re PR rtl-optimization/10087 (optimizer produces wrong code when indexing 2D ...
Glen Nakamura
1
-0
/
+15
2003-03-15
rtl.h (subrtx_p): Renamed to rtx_referenced_p.
Josef Zlomek
1
-1
/
+2
2003-03-10
cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
Josef Zlomek
1
-45
/
+0
2003-03-08
calls.c: Fix comment formatting.
Kazu Hirata
1
-4
/
+4
2003-02-28
loop.c (struct movable): Add insert_temp, shrink savemode.
Dale Johannesen
1
-50
/
+110
2003-02-26
cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
Zdenek Dvorak
1
-1
/
+1
2003-02-26
combine.c (combine_simplify_rtx, [...]): Use CC0_P.
Roger Sayle
1
-4
/
+2
2003-01-31
loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.
Jan Hubicka
1
-1
/
+9
2003-01-28
emit-rtl.c (const_double_htab_hash): Use mode in the hash.
Dale Johannesen
1
-3
/
+5
2003-01-28
target.h (targetm.address_cost): New.
Richard Henderson
1
-15
/
+2
2003-01-24
cfgloopanal.c: New file.
Zdenek Dvorak
1
-1
/
+2
2003-01-18
basic-block.h: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-01-17
ifcvt.c: Fix comment typos.
Kazu Hirata
1
-11
/
+11
2003-01-16
arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.
Kaveh R. Ghazi
1
-1
/
+1
2002-12-19
re PR rtl-optimization/8988 (gcc3.2 and 3.2.1 with -O2 and -mcpu=i386 generat...
Eric Botcazou
1
-1
/
+10
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-28
/
+16
2002-12-13
c-decl.c: Fix a comment typo.
Kazu Hirata
1
-1
/
+1
2002-11-20
loop.c (record_giv): Initialize not_replaceable.
Andreas Jaeger
1
-1
/
+6
2002-11-04
Fix bugs that showed up building Spec on ppc darwin.
Dale Johannesen
1
-0
/
+7
2002-10-27
combine.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2002-10-15
re PR rtl-optimization/7409 (loop optimization)
Ulrich Weigand
1
-0
/
+19
2002-10-09
loop.c: Revert 2002-08-15 change.
Kaveh R. Ghazi
1
-6
/
+6
2002-10-07
Permit doloop treatment for preconditioned loops.
Dale Johannesen
1
-1
/
+2
2002-09-22
dbxout.c: Follow spelling conventions.
Kazu Hirata
1
-15
/
+15
2002-09-16
real.c, real.h: Rewrite from scratch.
Richard Henderson
1
-4
/
+7
[next]