Candl 0.6.0
|
#include <stdlib.h>
#include <stdio.h>
#include <candl/candl.h>
#include <candl/dependence.h>
#include <candl/program.h>
#include <candl/violation.h>
#include <candl/options.h>
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
------ ( ----------------------------------------------------------** )\ CAnDL ** ----- / ) --------------------------------------------------------** ( * ( candl.c ** ---- #/ --------------------------------------------------------** .-"#'-. First version: september 8th 2003 ** --- |"-.-"| -------------------------------------------------------** | | | | | | ************************************************************* CAnDL '-._,-' the Chunky Analyzer for Dependences in Loops (experimental) *
* Copyright (C) 2003-2008 Cedric Bastoul * * This is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. * * This software is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * * You should have received a copy of the GNU General Public License along * with software; if not, write to the Free Software Foundation, Inc., * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * CAnDL, the Chunky Dependence Analyser * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr * *
References candl_dependence(), candl_dependence_free(), candl_dependence_pprint(), candl_dependence_print(), candl_dependence_print_scop(), candl_dependence_view(), candl_options_free(), candl_options_read(), candl_program_free(), candl_program_print(), candl_program_print_candl_file(), candl_program_read(), candl_program_read_scop(), candl_violation(), candl_violation_free(), candl_violation_pprint(), candl_violation_print(), candl_violation_view(), candloptions::depgraph, candloptions::readscop, candloptions::scoptocandl, candloptions::structure, candl_program::transformation, candloptions::view, candloptions::violgraph, and candloptions::writescop.