PIPS
gpips-labels.h
Go to the documentation of this file.
1 /*
2 
3  $Id: gpips-labels.h 23065 2016-03-02 09:05:50Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of PIPS.
8 
9  PIPS is free software: you can redistribute it and/or modify it
10  under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
15  WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE.
17 
18  See the GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 /* %A% ($Date: 1995/10/17 16:28:02 $, ) version $Revision: 12279 $, got on %D%, %T% [%P%].\n Copyright (c) École des Mines de Paris Proprietary. */
25 
26 /*#define REGULAR_VERSION "Regular Version"
27  #define PARALLEL_VERSION "Parallel Version"
28  */
29 
30 /* Labels for menu Edit/View (These definitions are almost automatically available as aliases
31  in wpips.rc; FI) */
32 #define USER_VIEW "User View"
33 #define SEQUENTIAL_VIEW "Sequential View"
34 #define PARALLEL_VIEW "Parallel View"
35 #define CALLGRAPH_VIEW "Callgraph View"
36 #define ICFG_VIEW "ICFG View"
37 #define DISTRIBUTED_VIEW "Distributed View"
38 #define DEPENDENCE_GRAPH_VIEW "Dependence Graph View"
39 #define FLINT_VIEW "Flint View"
40 #define SEQUENTIAL_EMACS_VIEW "Emacs Sequential View"
41 #define SEQUENTIAL_GRAPH_VIEW "Sequential View with Control Graph"
42 #define ARRAY_DFG_VIEW "Array data flow graph View"
43 #define TIME_BASE_VIEW "Scheduling View"
44 #define PLACEMENT_VIEW "Placement View"
45 /* A special view that gives the .f source mainly for edition: */
46 #define EDIT_VIEW "Edit"
47 
48 /* Labels for menu Transform */
49 #define PARALLELIZE_TRANSFORM "! Parallelize"
50 #define PRIVATIZE_TRANSFORM "Privatize Scalars"
51 #define ARRAY_PRIVATIZE_TRANSFORM "Privatize Scalars & Arrays"
52 #define DISTRIBUTE_TRANSFORM "Distribute"
53 #define PARTIAL_EVAL_TRANSFORM "Partial Eval"
54 #define UNROLL_TRANSFORM "Loop Unroll"
55 #define FULL_UNROLL_TRANSFORM "Full Loop Unroll"
56 #define STRIP_MINE_TRANSFORM "Strip Mining"
57 #define LOOP_INTERCHANGE_TRANSFORM "Loop Interchange"
58 #define LOOP_NORMALIZE_TRANSFORM "Loop Normalize"
59 #define SUPPRESS_DEAD_CODE_TRANSFORM "Dead Code Elimination"
60 #define UNSPAGHETTIFY_TRANSFORM "Unspaghettify the Control Graph"
61 #define ATOMIZER_TRANSFORM "Atomize"
62 #define NEW_ATOMIZER_TRANSFORM "New Atomize"
63 #define REDUCTIONS_TRANSFORM "! Reductions"
64 #define STATIC_CONTROLIZE_TRANSFORM "Static Controlize"
65 #define STF_TRANSFORM "Restructure with STF"
66 
67 #define SEMANTICS_ANALYZE "Semantics"
68 #define CALLGRAPH_ANALYZE "Call Graph"
69 
70 #define FULL_DG_PROPS "Full Dependence Graph"
71 #define FAST_DG_PROPS "Fast Dependence Graph"