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-iv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-26
This patch is the main part of a consolodation of the hash_table patches to t...
Lawrence Crowl
1
-24
/
+33
2013-04-17
re PR rtl-optimization/56921 (ICE in rtx_cost called by doloop_optimize_loops...
Richard Biener
1
-4
/
+4
2013-03-20
re PR rtl-optimization/56605 (Redundant branch introduced during loop2 phases)
Bill Schmidt
1
-2
/
+9
2013-01-17
re PR rtl-optimization/55273 (ICE in iv_number_of_iterations, at loop-iv.c:2819)
Jan Hubicka
1
-1
/
+2
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-03
re PR rtl-optimization/55838 (ICE in extract_insn (unrecognizable insn) with ...
Jakub Jelinek
1
-1
/
+5
2012-10-20
loop-iv.c (iv_number_of_iterations): Record the upper bound only if there are...
Jan Hubicka
1
-6
/
+12
2012-10-16
combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...
Steven Bosscher
1
-5
/
+5
2012-10-13
re PR rtl-optimization/54871 (gfortran.dg/vector_subscript_1.f90 FAILs)
Eric Botcazou
1
-5
/
+24
2012-10-13
loop-iv.c (determine_max_iter): Fix handling of AND.
Jan Hubicka
1
-8
/
+19
2012-10-08
loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...
Jan Hubicka
1
-15
/
+14
2012-10-08
bitmap.h (bitmap_and_into): Update prototype.
Steven Bosscher
1
-0
/
+1
2012-09-07
Modify gcc/*.[hc] double_int call sites to use the new interface.
Lawrence Crowl
1
-1
/
+1
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-0
/
+1
2012-06-17
cfgloop.h: Do not include rtl.h.
Steven Bosscher
1
-39
/
+61
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-04-19
re PR tree-optimization/44688 (Excessive code-size growth at -O3)
Richard Guenther
1
-15
/
+16
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-2
/
+1
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-06-04
df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure.
Jan Hubicka
1
-1
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-24
/
+24
2009-09-27
loop-iv.c (iv_analyze_op): Use function_invariant_p, not CONSTANT_P, to test ...
Bernd Schmidt
1
-2
/
+2
2009-07-24
re PR rtl-optimization/40209 (ICE in iv_analyze_def caused by stale REG_UNUSE...
Neil Vachharajani
1
-0
/
+1
2009-06-22
alias.c: Use REG_P...
Shujing Zhao
1
-15
/
+15
2009-04-24
loop-iv.c (simple_rhs_p): Allow expressions that are function_invariant_p.
Bernd Schmidt
1
-3
/
+3
2009-04-24
loop-iv.c (replace_single_def_regs): Look for REG_EQUAL notes...
Bernd Schmidt
1
-8
/
+31
2009-03-31
loop-iv.c (replace_single_def_regs, [...]): New static functions.
Bernd Schmidt
1
-3
/
+51
2009-03-31
loop-iv.c (simple_rhs_p): Allow more kinds of expressions.
Bernd Schmidt
1
-2
/
+6
2009-03-31
loop-iv.c (determine_max_iter): New arg OLD_NITER.
Bernd Schmidt
1
-4
/
+8
2009-03-31
loop-iv.c (simplify_using_condition): A condition of the form (EQ REG CONST) ...
Bernd Schmidt
1
-8
/
+57
2009-03-31
loop-iv.c (suitable_set_for_replacement): Renamed from simplify_using_assignm...
Bernd Schmidt
1
-46
/
+60
2009-03-04
re PR rtl-optimization/39235 (get_simple_loop_desc returns uninitialized memory)
J"orn Rennecke
1
-1
/
+3
2009-02-21
Revert last change.
Richard Sandiford
1
-29
/
+33
2009-02-21
loop-iv.c (truncate_value): New function.
Richard Sandiford
1
-33
/
+29
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+2
2009-02-13
loop-iv.c (implies_p): In the final case, test that operands 0 of the two com...
Bernd Schmidt
1
-1
/
+2
2008-11-20
re PR rtl-optimization/32283 (Missed induction variable optimization)
Zdenek Dvorak
1
-6
/
+19
2008-10-11
re PR middle-end/37448 (cannot compile big function)
Kenneth Zadeck
1
-16
/
+16
2008-06-26
driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...
Kaveh R. Ghazi
1
-5
/
+5
2008-01-22
re PR tree-optimization/26854 (Inordinate compile times on large routines)
Kenneth Zadeck
1
-1
/
+0
2008-01-20
re PR tree-optimization/26854 (Inordinate compile times on large routines)
Kenneth Zadeck
1
-3
/
+5
2007-08-31
re PR rtl-optimization/33224 (failing rtl iv analysis (maybe due to df))
Zdenek Dvorak
1
-1
/
+2
2007-08-30
df-core.h (df_dump_region): New function.
Kenneth Zadeck
1
-1
/
+1
2007-08-05
configure.ac: Remove --enable-checking=df from default settings.
Paolo Bonzini
1
-1
/
+1
2007-07-30
alias.c (record_set, [...]): Constify.
Kaveh R. Ghazi
1
-1
/
+1
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-4
/
+3
2007-07-25
cfglayout.c (insn_scope, insn_line): Constify.
Kaveh R. Ghazi
1
-1
/
+1
2007-06-20
re PR rtl-optimization/32405 (assertion failure in loop-iv.c; probable datafl...
Zdenek Dvorak
1
-0
/
+5
2007-06-11
Merge dataflow branch into mainline
Daniel Berlin
1
-43
/
+72
2007-06-08
re PR target/29953 ([SH-4] Perfomance regression in loops. cmp/eq used instea...
Christian Bruel
1
-3
/
+3
[next]