summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
Commit message (Expand)AuthorAgeFilesLines
* gcc/rsandifo2013-09-281-2/+2
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-3/+3
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-16/+16
* Fix for PR53397 by making prefecthing less agressivevekumar2012-10-091-17/+60
* 2012-08-01 Richard Guenther <rguenther@suse.de>rguenth2012-08-011-1/+0
* gcc/steven2012-07-161-2/+0
* * cfgloop.h: Do not include rtl.h.steven2012-06-171-1/+1
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* 2012-05-07 Richard Guenther <rguenther@suse.de>rguenth2012-05-071-5/+9
* 2012-04-12 Richard Guenther <rguenther@suse.de>rguenth2012-04-121-1/+3
* 2012-04-12 Richard Guenther <rguenther@suse.de>rguenth2012-04-121-2/+2
* Convert standard builtin functions from being arrays to using a functional in...meissner2011-10-111-3/+3
* 2011-08-18 Paolo Carlini <paolo.carlini@oracle.com>paolo2011-08-181-1/+1
* 2011-08-02 Paolo Carlini <paolo.carlini@oracle.com>paolo2011-08-021-2/+3
* 2011-07-19 Richard Guenther <rguenther@suse.de>rguenth2011-07-191-4/+2
* 2011-06-14 Zdenek Dvorak <ook@ucw.cz>vries2011-06-141-2/+2
* Pass to dr_analyze_indices the analysis loop for subscripts.spop2011-01-251-1/+2
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-1/+0
* 2010-09-06 Richard Guenther <rguenther@suse.de>rguenth2010-09-061-3/+0
* 2010-09-02 Ian Bolton <ian.bolton@arm.com>ibolton2010-09-021-1/+1
* Fix a typo in the previous commitcfang2010-08-231-1/+1
* pr45260 Don't generate prefetch if the address of base could not be taken.cfang2010-08-231-0/+4
* gcc/froydnj2010-08-201-5/+5
* Fix PR 44955: Strip off the real and complex parts.spop2010-07-211-4/+12
* * tree.c (build_common_builtin_nodes): Use build_function_type_listfroydnj2010-07-161-4/+2
* * tree.h (enum tree_index): Add TI_INTEGER_THREE.aesok2010-07-151-1/+1
* pr44576 Avoid un-necessary prefetch analysis by distributing the cost modelsspop2010-07-091-47/+110
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* 2010-07-05 Richard Guenther <rguenther@suse.de>rguenth2010-07-051-2/+1
* gcc/rsandifo2010-07-041-1/+1
* Reduce the cost in miss rate computation.spop2010-07-021-19/+20
* PR 44576: miss rate computation improvement for prefetching loop arrays.spop2010-07-021-0/+5
* Account prefetch_mod and unroll_factor for the computation of the prefetch co...spop2010-06-141-5/+32
* Limit non-constant step prefetching only to the innermost loops.spop2010-06-091-0/+4
* Adjust the threshold value of PREFETCH_MOD_TO_UNROLL_FACTOR_RATIOspop2010-06-091-4/+4
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-2/+5
* 2010-05-25 Christian Borntraeger <borntraeger@de.ibm.com>krebbel2010-05-251-10/+9
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-1/+2
* gcc/ChangeLog:steven2010-05-211-3/+0
* 2010-05-19 Christian Borntraeger <borntraeger@de.ibm.com>krebbel2010-05-191-32/+75
* Also apply the insn to prefetch ratio heuristic to loops with known trip count.spop2010-05-171-14/+15
* Define PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO heuristic.spop2010-05-171-0/+17
* * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()pthaugen2010-05-141-1/+1
* 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>krebbel2010-05-111-0/+6
* 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>krebbel2010-05-111-2/+11
* Define the TRIP_COUNT_TO_AHEAD_RATIO heuristic.spop2010-05-071-1/+13
* Account for loop unrolling in the insn-to-prefetch ratio heuristic.spop2010-05-071-8/+13