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
/
tree-scalar-evolution.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-25
tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore if ther...
Eric Botcazou
1
-2
/
+2
2011-09-01
expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...
Richard Guenther
1
-1
/
+2
2011-08-17
tree.h (convert_to_ptrofftype_loc): New function.
Richard Guenther
1
-1
/
+1
2011-08-03
re PR middle-end/49938 (ICE in interpret_loop_phi, at tree-scalar-evolution.c...
Richard Guenther
1
-2
/
+2
2011-07-26
Fix PR48805: Do not instantiate ADDR_EXPRs
Sebastian Pop
1
-0
/
+1
2011-06-29
invoke.texi: Document -scev dump modifier.
Richard Guenther
1
-17
/
+17
2011-02-02
Fix PR47576 and PR47555: add PARAM_SCEV_MAX_EXPR_COMPLEXITY.
Sebastian Pop
1
-1
/
+1
2010-12-28
Do not include unnecessary .h files.
Sebastian Pop
1
-8
/
+0
2010-12-18
re PR tree-optimization/46985 (ICE: SIGSEGV in is_gimple_min_invariant (gimpl...
Jakub Jelinek
1
-1
/
+2
2010-12-02
Fix PR45297: handle ADDR_EXPR in interpret_rhs_expr as in follow_ssa_edge_expr.
Sebastian Pop
1
-2
/
+12
2010-09-30
Also handle ARRAY_REFs in instantiate_scev_r.
Sebastian Pop
1
-0
/
+39
2010-09-30
Fix chrec_contains_symbols_defined_in_loop.
Sebastian Pop
1
-11
/
+14
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-2
/
+2
2010-08-11
Do not instantiate default definitions in instantiate_scev_name.
Sebastian Pop
1
-5
/
+8
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-0
/
+18
2010-06-09
Call compute_overall_effect_of_inner_loop from instantiate_scev_name.
Sebastian Pop
1
-3
/
+13
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-7
/
+4
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-1
/
+0
2010-05-28
When niter may be zero, return a COND_EXPR with the may_be_zero condition.
Sebastian Pop
1
-34
/
+36
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-0
/
+2
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-4
/
+0
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-01-14
re PR tree-optimization/42732 ([graphite] ICE: verify_ssa failed)
Sebastian Pop
1
-3
/
+17
2010-01-09
re PR middle-end/42512 (integer wrong code bug with loop)
Richard Guenther
1
-0
/
+17
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-288
/
+288
2009-11-25
re PR middle-end/40281 (-fprefetch-loop-arrays: ICE: in initialize_matrix_A, ...
Sebastian Pop
1
-1
/
+13
2009-11-25
Partially revert the previous patch, except the following.
Sebastian Pop
1
-142
/
+26
2009-11-25
tree-scalar-evolution.c (instantiate_scev_assign): New.
Sebastian Pop
1
-32
/
+150
2009-11-25
tree-scalar-evolution.c (instantiate_scev_binary): Adapted to pass as paramet...
Sebastian Pop
1
-10
/
+12
2009-11-25
tree-scalar-evolution.c (instantiate_scev_bitnot): Renamed instantiate_scev_not.
Sebastian Pop
1
-10
/
+23
2009-11-25
tree-scalar-evolution.c (instantiate_scev_1): Renamed instantiate_scev_r.
Sebastian Pop
1
-39
/
+88
2009-11-25
tree-scalar-evolution.c (instantiate_scev_3): New.
Sebastian Pop
1
-26
/
+50
2009-11-25
tree-scalar-evolution.c (instantiate_scev_poly): New.
Sebastian Pop
1
-19
/
+43
2009-11-25
tree-scalar-evolution.c (instantiate_scev_bitnot): New.
Sebastian Pop
1
-18
/
+41
2009-11-25
tree-scalar-evolution.c (instantiate_scev_convert): New.
Sebastian Pop
1
-25
/
+51
2009-11-25
tree-scalar-evolution.c (instantiate_scev_binary): New.
Sebastian Pop
1
-63
/
+63
2009-11-25
tree-scalar-evolution.c (instantiate_scev_name): New.
Sebastian Pop
1
-58
/
+85
2009-10-21
re PR tree-optimization/41497 (apparent integer wrong code bug)
Sebastian Pop
1
-2
/
+13
2009-07-31
Return unknow from scev instantiation if the result is not above instantiate_...
Sebastian Pop
1
-7
/
+7
2009-07-31
tree-scalar-evolution.c (compute_overall_effect_of_inner_loop): Not static an...
Sebastian Pop
1
-2
/
+5
2009-05-19
tree-scalar-evolution.c (follow_ssa_edge_expr): Turn into CASE_CONVERT.
Eric Botcazou
1
-47
/
+50
2009-05-08
re PR tree-optimization/40062 (high memory usage and compile time in SCEV cpr...
Richard Guenther
1
-5
/
+3
2009-04-22
hashtab.h: Update GTY annotations to new syntax
Taras Glek
1
-2
/
+1
2009-04-02
re PR middle-end/37221 (Missed early loop-unroll optimization - causes 40% de...
Richard Guenther
1
-0
/
+14
2009-03-04
tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.
Zdenek Dvorak
1
-25
/
+94
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-2
/
+2
2009-02-18
re PR tree-optimization/36922 (ICE in tree-data-ref.c with -ftree-loop-linear)
Jakub Jelinek
1
-0
/
+27
2008-12-12
re PR tree-optimization/32044 (final value replacement too aggressive for e.g...
Zdenek Dvorak
1
-7
/
+53
2008-12-09
re PR tree-optimization/37416 (Failure to return number of loop iterations)
Jakub Jelinek
1
-0
/
+12
2008-11-07
re PR middle-end/37379 ([graphite] ICE compiling aermod.f90 with -ffast-math ...
Sebastian Pop
1
-1
/
+3
[next]