summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure points-to information is maintained for prefetch.mpf2016-09-231-0/+12
* * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.uros2016-07-201-1/+1
* * gcc.dg/tree-ssa/prefetch-5.c: Remove xfail.hubicka2016-05-281-1/+1
* 2016-05-20 Richard Biener <rguenther@suse.de>rguenth2016-05-201-0/+3
* Fix leak in tree-ssa-loop-prefetch.cmarxin2016-05-191-1/+1
* Update copyright years.jakub2016-01-041-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-16/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-14/+13
* switch from gimple to gimple*tbsaunde2015-09-201-6/+6
* Split up optabs.[hc]rsandifo2015-09-171-1/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-13/+4
* gcc/rsandifo2015-07-051-6/+3
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Fix indentation issues seen by -Wmisleading-indentationdmalcolm2015-05-051-2/+2
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-1/+13
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-2/+2
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-0/+1
* gcc/ada/rsandifo2014-10-291-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-1/+10
* remove has_executetbsaunde2014-07-091-1/+0
* pass cfun to pass::executetbsaunde2014-04-171-10/+10
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-7/+1
* remove has_gatetbsaunde2014-04-171-1/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * 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