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
/
tree-data-ref.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-27
re PR middle-end/51389 (GCC uses up to 75GB of virtual memory)
Andrey Belevantsev
1
-19
/
+25
2012-01-25
re PR tree-optimization/51987 (Predictive commoning wrong-code with non-volat...
Jakub Jelinek
1
-2
/
+2
2011-11-24
tree-data-ref.c (initialize_data_dependence_relation): Update
Razya Ladelsky
1
-15
/
+1
2011-11-16
re PR tree-optimization/49960 (inconsistent outputs when enabling autopar for...
Razya Ladelsky
1
-26
/
+23
2011-11-07
re PR tree-optimization/50789 (Gather vectorization)
Jakub Jelinek
1
-4
/
+2
2011-10-24
re PR tree-optimization/50838 (ice in refs_may_alias_p_1 with -O3)
Richard Guenther
1
-17
/
+25
2011-10-13
re PR tree-optimization/50698 (pretending to create versioning for alias when...
Richard Guenther
1
-3
/
+0
2011-09-25
tree-data-ref.c (dr_analyze_innermost): Add new argument.
Ira Rosen
1
-12
/
+31
2011-09-09
re PR middle-end/50333 (internal compiler error: in extract_ops_from_tree, at...
Richard Guenther
1
-1
/
+2
2011-08-24
tree-data-ref.c (dr_analyze_indices): Avoid unsharing the ref in the basic-bl...
Richard Guenther
1
-32
/
+28
2011-08-24
re PR tree-optimization/50067 (Wrong code with -fpredictive-commoning)
Richard Guenther
1
-12
/
+19
2011-08-23
Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.
Richard Guenther
1
-13
/
+35
2011-08-23
tree-data-ref.c (dr_analyze_indices): Add comments, handle REALPART_EXPR and ...
Richard Guenther
1
-2
/
+23
2011-08-19
re PR tree-optimization/50067 (Wrong code with -fpredictive-commoning)
Richard Guenther
1
-9
/
+8
2011-07-26
Avoid use of lang_hooks.types.type_for_size.
Sebastian Pop
1
-4
/
+2
2011-07-19
tree.h (fold_build_pointer_plus_loc): New helper function.
Richard Guenther
1
-2
/
+1
2011-07-19
re PR tree-optimization/49742 (ICE for gcc.dg/vect/O3-pr39675-2.c on ARM)
Richard Sandiford
1
-13
/
+17
2011-06-30
re PR tree-optimization/46787 (Does not vectorize loop with load from scalar ...
Richard Guenther
1
-28
/
+0
2011-06-14
re PR middle-end/45098 (Missed induction variable optimization)
Zdenek Dvorak
1
-69
/
+17
2011-05-11
re PR debug/48159 (ICE: SIGSEGV in build2_stat (tree.c:3802) with -ftree-loop...
Jakub Jelinek
1
-2
/
+2
2011-05-04
tree.h (int_const_binop): Remove notrunc argument.
Richard Guenther
1
-1
/
+1
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-4
/
+2
2011-03-24
invoke.texi (max-stores-to-sink): Document.
Ira Rosen
1
-1
/
+43
2011-03-22
gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.
Richard Guenther
1
-1
/
+1
2011-02-05
Fix PR46194: fix the computation of distance vectors.
Sebastian Pop
1
-24
/
+6
2011-01-25
Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...
Sebastian Pop
1
-0
/
+174
2011-01-25
Pass to dr_analyze_indices the analysis loop for subscripts.
Sebastian Pop
1
-14
/
+17
2011-01-25
Use PIP to determine the integer feasibility of a constraint system.
Sebastian Pop
1
-1
/
+3
2010-12-28
Do not include unnecessary .h files.
Sebastian Pop
1
-8
/
+0
2010-12-23
Fix PR47002: memory leaks.
Sebastian Pop
1
-45
/
+33
2010-12-15
Fix PR46928: handle "A[p] == A[p]" in data dep analysis with p a parameter of...
Sebastian Pop
1
-2
/
+3
2010-12-10
Fix PR43023: fuse_partitions_with_similar_memory_accesses.
Sebastian Pop
1
-15
/
+20
2010-12-07
Fix PR42327: use build_int_cst.
Sebastian Pop
1
-1
/
+3
2010-12-02
Fix PR45199: do not aggregate memory accesses to the same array for -ftree-lo...
Sebastian Pop
1
-1
/
+23
2010-10-14
re PR tree-optimization/44913 (-ftree-vectorize causes FAIL: gcc.dg/pr44838.c...
Richard Guenther
1
-139
/
+5
2010-09-17
Add back dot_rdg.
Sebastian Pop
1
-0
/
+70
2010-09-03
Use DR_IS_WRITE instead of !DR_IS_READ.
Sebastian Pop
1
-7
/
+7
2010-09-01
tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.
Richard Guenther
1
-1
/
+1
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-33
/
+33
2010-08-02
Add -ftree-loop-distribute-patterns enabled at -O3.
Sebastian Pop
1
-0
/
+26
2010-07-02
tree-data-ref.c (initialize_data_dependence_relation): Handle mismatching num...
Richard Guenther
1
-1
/
+8
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-4
/
+42
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-3
/
+0
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
1
-7
/
+7
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
-1
/
+0
2010-04-22
tree-parloops.c (loop_parallel_p): New argument parloop_obstack.
Laurynas Biveinis
1
-3
/
+7
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-03-31
Make print_scop output the scoplib format.
Sebastian Pop
1
-5
/
+5
2010-01-19
re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)
Michael Matz
1
-0
/
+32
[next]