Commit 70837b71 by Razya Ladelsky Committed by Razya Ladelsky

tree-parloops.c: Add myself to contributors, update TODO list, add link to wiki.

2012-05-21  Razya Ladelsky  <razya@il.ibm.com>

        * tree-parloops.c : Add myself to contributors, update
        TODO list, add link to wiki.

From-SVN: r187704
parent 8dbabec2
2012-05-21 Razya Ladelsky <razya@il.ibm.com>
* tree-parloops.c : Add myself to contributors, update
TODO list, add link to wiki.
2012-05-21 Alan Modra <amodra@gmail.com> 2012-05-21 Alan Modra <amodra@gmail.com>
* config/rs6000/predicates.md (input_operand): Don't match * config/rs6000/predicates.md (input_operand): Don't match
......
/* Loop autoparallelization. /* Loop autoparallelization.
Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Sebastian Pop <pop@cri.ensmp.fr> and Contributed by Sebastian Pop <pop@cri.ensmp.fr>
Zdenek Dvorak <dvorakz@suse.cz>. Zdenek Dvorak <dvorakz@suse.cz> and Razya Ladelsky <razya@il.ibm.com>.
This file is part of GCC. This file is part of GCC.
...@@ -54,9 +54,9 @@ along with GCC; see the file COPYING3. If not see ...@@ -54,9 +54,9 @@ along with GCC; see the file COPYING3. If not see
-- if there are several parallelizable loops in a function, it may be -- if there are several parallelizable loops in a function, it may be
possible to generate the threads just once (using synchronization to possible to generate the threads just once (using synchronization to
ensure that cross-loop dependences are obeyed). ensure that cross-loop dependences are obeyed).
-- handling of common scalar dependence patterns (accumulation, ...) -- handling of common reduction patterns for outer loops.
-- handling of non-innermost loops */
More info can also be found at http://gcc.gnu.org/wiki/AutoParInGCC */
/* /*
Reduction handling: Reduction handling:
currently we use vect_force_simple_reduction() to detect reduction patterns. currently we use vect_force_simple_reduction() to detect reduction patterns.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment