summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
Commit message (Expand)AuthorAgeFilesLines
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-1/+1
* 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-2/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* gcc/ada/rsandifo2013-11-181-1/+1
* gcc/c-family/rsandifo2013-11-181-1/+1
* gcc/ada/rsandifo2013-11-181-1/+1
* gcc/ada/rsandifo2013-11-181-1/+1
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+2
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* * tree-ssa-loop.h: Remove include files.amacleod2013-10-231-0/+3
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+4
* * tree-flow.h: Move some protoypes. Include new tree-ssa-loop.h.amacleod2013-10-091-0/+57
* 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