Loop execution time reporting
[cloog.git] / include / cloog / cloog.h
bloba7fdef7e0da28b6e8dd4027a204e8d2afe8f5066
2 /**-------------------------------------------------------------------**
3 ** CLooG **
4 **-------------------------------------------------------------------**
5 ** cloog.h **
6 **-------------------------------------------------------------------**
7 ** First version: july 25th 2002 **
8 **-------------------------------------------------------------------**/
11 /******************************************************************************
12 * CLooG : the Chunky Loop Generator (experimental) *
13 ******************************************************************************
14 * *
15 * Copyright (C) 2001-2005 Cedric Bastoul *
16 * *
17 * This library is free software; you can redistribute it and/or *
18 * modify it under the terms of the GNU Lesser General Public *
19 * License as published by the Free Software Foundation; either *
20 * version 2.1 of the License, or (at your option) any later version. *
21 * *
22 * This library is distributed in the hope that it will be useful, *
23 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
25 * Lesser General Public License for more details. *
26 * *
27 * You should have received a copy of the GNU Lesser General Public *
28 * License along with this library; if not, write to the Free Software *
29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, *
30 * Boston, MA 02110-1301 USA *
31 * *
32 * CLooG, the Chunky Loop Generator *
33 * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr *
34 * *
35 ******************************************************************************/
37 /******************************************************************************
38 * THIS FILE HAS BEEN AUTOMATICALLY GENERATED FROM clooh.h.in BY configure *
39 ******************************************************************************/
41 #ifndef CLOOG_H
42 #define CLOOG_H
44 #include <cloog/version.h>
45 #include <cloog/int.h>
46 #include <cloog/matrix.h>
47 #include <cloog/state.h>
48 #include <cloog/options.h>
49 #include <cloog/util.h>
50 #include <cloog/names.h>
51 #include <cloog/constraints.h>
52 #include <cloog/stride.h>
53 #include <cloog/domain.h>
54 #include <cloog/statement.h>
55 #include <cloog/block.h>
56 #include <cloog/loop.h>
57 #include <cloog/union_domain.h>
58 #include <cloog/input.h>
59 #include <cloog/program.h>
60 #include <cloog/clast.h>
61 #include <cloog/pprint.h>
63 #endif /* !CLOOG_H */