summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PR47002: memory leaks.spop2010-12-231-1/+3
* 2010-12-07 Richard Guenther <rguenther@suse.de>rguenth2010-12-071-2/+13
* * hwint.c: New. Extracted from toplev.c.jsm282010-11-301-1/+0
* 2010-11-03 Richard Guenther <rguenther@suse.de>rguenth2010-11-031-2/+4
* 2010-10-22 Richard Guenther <rguenther@suse.de>rguenth2010-10-221-4/+10
* 2010-10-21 Richard Guenther <rguenther@suse.de>rguenth2010-10-211-0/+20
* Revert revision 164914.hjl2010-10-031-1/+7
* Disallow negative steps in vectorizer.hjl2010-10-031-7/+1
* PR tree-optimization/43432matz2010-09-171-1/+7
* * tree-vectorizer.c: Fix documentation.irar2010-09-161-80/+82
* PR tree-optimization/45470irar2010-09-141-0/+11
* Fix undeclared function error in tree-vect-data-refs.c.rth2010-09-071-0/+1
* Use DR_IS_WRITE instead of !DR_IS_READ.spop2010-09-031-7/+7
* * tree-vectorizer.h (get_later_stmt): New function.irar2010-09-021-7/+77
* gcc/froydnj2010-08-201-16/+16
* * tree-vect-data-refs.c (vect_setup_realignment): Support realignmentirar2010-08-151-23/+40
* 2010-07-08 Richard Guenther <rguenther@suse.de>rguenth2010-07-081-1/+4
* 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-1/+9
* gcc/rsandifo2010-07-041-12/+9
* 2010-07-04 Richard Guenther <rguenther@suse.de>rguenth2010-07-041-16/+24
* * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):irar2010-07-041-39/+423
* 2010-07-01 Richard Guenther <rguenther@suse.de>rguenth2010-07-011-6/+3
* gcc:amylaar2010-06-291-4/+4
* 2010-06-03 Richard Guenther <rguenther@suse.de>rguenth2010-06-031-0/+14
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-3/+3
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-0/+2
* * tree-vectorizer.h (struct _stmt_vec_info): Add new field to irar2010-04-261-12/+79
* 2010-04-13 Richard Guenther <rguenther@suse.de>rguenth2010-04-131-28/+120
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-2/+2
* Improve vectorization diagnostic: loop contains function calls.spop2010-03-291-6/+24
* PR tree-optimization/41783matz2010-01-191-8/+11
* * matrix-reorg.c (analyze_matrix_allocation_site): Remove unusedjakub2009-11-281-13/+0
* Remove trailing white spaces.hjl2009-11-251-231/+231
* Another fix to the misaligned store vectorizer patchrevitale2009-11-041-2/+1
* Fix PR40648 -- Fix misaligned store vectorizer patchrevitale2009-10-271-3/+3
* 2009-10-26 Ben Elliston <bje@au.ibm.com>uweigand2009-10-261-2/+5
* PR tree-optimization/40071ebotcazou2009-10-091-7/+19
* New function for checking misalignmentrevitale2009-09-151-8/+32
* Add source_location support to PHI arguments.amacleod2009-07-301-1/+1
* misaligned store supportrevitale2009-06-051-8/+12
* PR tree-optimization/39129irar2009-06-011-8/+7
* 2009-05-26 Richard Guenther <rguenther@suse.de>rguenth2009-05-261-5/+0
* * doc/passes.texi (Tree-SSA passes): Document SLP pass.irar2009-05-241-81/+227
* 2009-05-11 H.J. Lu <hongjiu.lu@intel.com>hjl2009-05-111-2/+2
* PR tree-optimization/40074irar2009-05-111-3/+6
* * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):irar2009-04-281-25/+27
* ./:ian2009-04-271-1/+1
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-42/+23
* * tree-vect-loop-manip.c: New file.irar2009-03-301-0/+3355