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-ssa-loop-prefetch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-25
Pass to dr_analyze_indices the analysis loop for subscripts.
Sebastian Pop
1
-1
/
+2
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-09-06
tree.def (MISALIGNED_INDIRECT_REF): Remove.
Richard Guenther
1
-3
/
+0
2010-09-02
tree-ssa-loop-prefetch.c: Fix comment at head of file.
Ian Bolton
1
-1
/
+1
2010-08-23
Fix a typo in the previous commit
Changpeng Fang
1
-1
/
+1
2010-08-23
pr45260 Don't generate prefetch if the address of base could not be taken.
Changpeng Fang
1
-0
/
+4
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-5
/
+5
2010-07-21
Fix PR 44955: Strip off the real and complex parts.
Changpeng Fang
1
-4
/
+12
2010-07-16
tree.c (build_common_builtin_nodes): Use build_function_type_list instead of ...
Nathan Froyd
1
-4
/
+2
2010-07-15
tree.h (enum tree_index): Add TI_INTEGER_THREE.
Anatoly Sokolov
1
-1
/
+1
2010-07-09
pr44576 Avoid un-necessary prefetch analysis by distributing the cost models
Changpeng Fang
1
-47
/
+110
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-07-05
tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.
Richard Guenther
1
-2
/
+1
2010-07-04
optabs.h (optab_handler, [...]): Turn into inline functions that return an in...
Richard Sandiford
1
-1
/
+1
2010-07-02
Reduce the cost in miss rate computation.
Changpeng Fang
1
-19
/
+20
2010-07-02
PR 44576: miss rate computation improvement for prefetching loop arrays.
Changpeng Fang
1
-0
/
+5
2010-06-14
Account prefetch_mod and unroll_factor for the computation of the prefetch co...
Changpeng Fang
1
-5
/
+32
2010-06-09
Limit non-constant step prefetching only to the innermost loops.
Changpeng Fang
1
-0
/
+4
2010-06-09
Adjust the threshold value of PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO
Changpeng Fang
1
-4
/
+4
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-2
/
+5
2010-05-25
re PR middle-end/44203 (New prefetch test failures)
Christian Borntraeger
1
-10
/
+9
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-1
/
+2
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-3
/
+0
2010-05-19
tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step to tree.
Christian Borntraeger
1
-32
/
+75
2010-05-17
Also apply the insn to prefetch ratio heuristic to loops with known trip count.
Changpeng Fang
1
-14
/
+15
2010-05-17
Define PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO heuristic.
Changpeng Fang
1
-0
/
+17
2010-05-14
tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs() result to uns...
Pat Haugen
1
-1
/
+1
2010-05-11
tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset prefetch_before to...
Christian Borntraeger
1
-0
/
+6
2010-05-11
tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
Christian Borntraeger
1
-2
/
+11
2010-05-07
Define the TRIP_COUNT_TO_AHEAD_RATIO heuristic.
Changpeng Fang
1
-1
/
+13
2010-05-07
Account for loop unrolling in the insn-to-prefetch ratio heuristic.
Changpeng Fang
1
-8
/
+13
2010-05-07
Dump a diagnostic info when the insn-to-mem ratio is too small.
Changpeng Fang
1
-1
/
+7
2010-04-30
toplev.c: Include varray.h for statistics dumping.
Steven Bosscher
1
-1
/
+0
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-56
/
+56
2009-08-13
2009-08-13 Ghassan Shobaki <ghassan.shobaki@amd.com>
Ghassan Shobaki
1
-15
/
+64
2009-06-09
2009-06-08 Ghassan Shobaki <ghassan.shobaki@amd.com>
Ghassan Shobaki
1
-3
/
+4
2009-06-08
2009-06-08 Ghassan Shobaki <ghassan.shobaki@amd.com>
Ghassan Shobaki
1
-26
/
+117
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-1
/
+1
2009-03-04
tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.
Zdenek Dvorak
1
-1
/
+2
2008-08-29
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
Jan Hubicka
1
-1
/
+1
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-32
/
+33
2008-06-24
re PR tree-optimization/36504 (ICE when building xorg-server with -O3 -fprefe...
Jakub Jelinek
1
-0
/
+3
2008-06-20
ggc.h (GGC_RESIZEVAR): New, reorder macros.
Kaveh R. Ghazi
1
-3
/
+3
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-2
/
+2
2007-08-09
optabs.c (expand_widen_pattern_expr): Use optabs accestors.
Jan Hubicka
1
-1
/
+1
2007-08-01
invoke.texi (l1-cache-size): Update documentation.
Zdenek Dvorak
1
-6
/
+5
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-5
/
+4
2007-07-09
tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...
Zdenek Dvorak
1
-2
/
+4
2007-06-15
[multiple changes]
Andrew Pinski
1
-3
/
+3
2007-06-13
auto-inc-dec.c, [...]: Fix comment typos.
Kazu Hirata
1
-3
/
+3
[next]