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-ssa-loop-prefetch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-3
/
+3
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-16
/
+16
2012-10-09
Fix for PR53397 by making prefecthing less agressive
Venkataramanan Kumar
1
-17
/
+60
2012-08-01
tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...
Richard Guenther
1
-1
/
+0
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-2
/
+0
2012-06-17
cfgloop.h: Do not include rtl.h.
Steven Bosscher
1
-1
/
+1
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-07
tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return whether we faile...
Richard Guenther
1
-5
/
+9
2012-04-12
tree-parloops.c (parallelize_loops): Also consult the upper bound for the num...
Richard Guenther
1
-1
/
+3
2012-04-12
cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.
Richard Guenther
1
-2
/
+2
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-3
/
+3
2011-08-18
re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)
Paolo Carlini
1
-1
/
+1
2011-08-02
re PR bootstrap/49914 (call to abs(long long) in gcc/fold-const.c)
Paolo Carlini
1
-2
/
+3
2011-07-19
tree.h (fold_build_pointer_plus_loc): New helper function.
Richard Guenther
1
-4
/
+2
2011-06-14
re PR middle-end/45098 (Missed induction variable optimization)
Zdenek Dvorak
1
-2
/
+2
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
[next]