--- cloog-lts-0.18.0.orig/debian/cloog-isl-lts.postinst +++ cloog-lts-0.18.0/debian/cloog-isl-lts.postinst @@ -0,0 +1,12 @@ +#! /bin/sh + +set -e + +case "$1" in configure) + if [ -z "$2" ]; then + update-alternatives --quiet --install /usr/bin/cloog cloog /usr/bin/cloog-isl 20 \ + --slave /usr/share/man/man1/cloog.1.gz cloog.1.gz /usr/share/man/man1/cloog-isl.1.gz + fi +esac + +#DEBHELPER# --- cloog-lts-0.18.0.orig/debian/watch +++ cloog-lts-0.18.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.bastoul.net/cloog/pages/download/cloog-([\d\.]*).tar.gz --- cloog-lts-0.18.0.orig/debian/rules +++ cloog-lts-0.18.0/debian/rules @@ -0,0 +1,92 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + +CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) +CFLAGS := $(shell dpkg-buildflags --get CFLAGS) +LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs + +configure: configure-stamp +configure-stamp: + dh_testdir + chmod +x configure + ./configure $(CROSS) \ + --prefix=/usr \ + --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ + --with-isl=system \ + --with-bits=gmp \ + --disable-silent-rules \ + CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" + touch $@ + +build: build-stamp +build-arch: build-stamp +build-indep: build-stamp +build-stamp: configure-stamp + dh_testdir + $(MAKE) +ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) + -$(MAKE) check +endif + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f *-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f doc/*.info + rm -f cloog-isl-uninstalled.sh *.pc *.pc.in doc/gitversion.texi version.h + rm -f config.log config.status + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + rm -f debian/tmp/usr/share/info/dir* + mv debian/tmp/usr/bin/cloog debian/tmp/usr/bin/cloog-isl + mkdir -p debian/tmp/usr/share/man/man1 + LD_PRELOAD=$${LD_PRELOAD:+$$LD_PRELOAD:}$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libcloog-isl.so.4 \ + PATH=$(CURDIR)/debian/tmp/usr/bin:$$PATH \ + help2man -n 'The Chunky Loop Generator' cloog-isl \ + > debian/tmp/usr/share/man/man1/cloog-isl.1 + dh_install --sourcedir=debian/tmp --list-missing + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installinfo + dh_installman + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- cloog-lts-0.18.0.orig/debian/changelog +++ cloog-lts-0.18.0/debian/changelog @@ -0,0 +1,147 @@ +cloog-lts (0.18.0-2ubuntu1) precise-proposed; urgency=low + + * Copy package from saucy. + * Rename source package to cloog-lts. + * Rename dev package to libcloog-isl-dev-lts. + * Rename the bin package to cloog-isl-lts. + * Don't rename libcloog-isl4, it's a new binary package. + + -- Maarten Lankhorst Mon, 23 Dec 2013 12:50:04 +0100 + +cloog (0.18.0-2) unstable; urgency=low + + * Install the pkgconfig file. Closes: #703734. + + -- Matthias Klose Sat, 06 Apr 2013 10:26:37 +0200 + +cloog (0.18.0-1) unstable; urgency=low + + * New upstream version. + + -- Matthias Klose Sun, 13 Jan 2013 04:29:53 +0100 + +cloog (0.17.0-3) unstable; urgency=medium + + * Configure --with-bits=gmp. + + -- Matthias Klose Sun, 08 Jul 2012 20:06:07 +0200 + +cloog (0.17.0-2) unstable; urgency=low + + * Build-depend on isl 0.10. + + -- Matthias Klose Mon, 25 Jun 2012 18:40:07 +0200 + +cloog (0.17.0-1) unstable; urgency=low + + * New upstream version. + + -- Matthias Klose Thu, 15 Dec 2011 18:39:17 +0100 + +cloog (0.16.3-1) experimental; urgency=low + + * New upstream version. + * Build against libisl. + * License changed to LGPL2.1+, add isl license. + + -- Matthias Klose Thu, 11 Aug 2011 12:38:26 +0200 + +cloog-ppl (0.15.9-3) unstable; urgency=low + + * Build against PPL 0.11. + * Move to libgmp-dev instead of libgmp3-dev. + + -- Michael Tautschnig Tue, 08 Mar 2011 16:01:52 +0100 + +cloog-ppl (0.15.9-2) unstable; urgency=medium + + * Set the soname to `libcloog-debian.0'. The currently used name is + used for the next (incompatible) upstream version. Still provide + the old name until the gcc-4.4, gcj-4.4 and gnat-4.4 packages are + rebuilt. + + -- Matthias Klose Tue, 17 Aug 2010 03:53:08 +0200 + +cloog-ppl (0.15.9-1) unstable; urgency=low + + * New upstream version. + + -- Matthias Klose Sun, 04 Apr 2010 18:21:15 +0200 + +cloog-ppl (0.15.8-1) unstable; urgency=low + + * New upstream version. + + -- Matthias Klose Thu, 18 Feb 2010 16:10:04 +0100 + +cloog-ppl (0.15.7-1) unstable; urgency=low + + * New upstream version. Closes: #541842. + * Add watch file. + * Fix lintian warnings. + + -- Matthias Klose Mon, 24 Aug 2009 16:16:19 +0200 + +cloog-ppl (0.15-2) unstable; urgency=low + + * Add info dir entry. Closes: #528879. + + -- Matthias Klose Wed, 05 Aug 2009 11:17:55 +0200 + +cloog-ppl (0.15-1) unstable; urgency=low + + * cloog-ppl 0.15 release. + + -- Matthias Klose Sun, 21 Dec 2008 15:35:51 +0100 + +cloog-ppl (0.15~git20081008-2) unstable; urgency=low + + * (Build)-depend on libppl0.10-dev instead of libppl-dev. + + -- Matthias Klose Tue, 11 Nov 2008 06:49:12 +0200 + +cloog-ppl (0.15~git20081008-1) unstable; urgency=low + + * Update to 0.15 git 20081008. + * Tighten build dependency on ppl. + + -- Matthias Klose Sun, 12 Oct 2008 08:30:20 +0200 + +cloog-ppl (0.15~git20080903-3) unstable; urgency=low + + * Build using ppl (>= 0.10~pre27). + * Merge from Ubuntu: + - Rename ppl_version_* functions to cloog_version_*. + + -- Matthias Klose Fri, 12 Sep 2008 08:38:13 +0200 + +cloog-ppl (0.15~git20080915-2) unstable; urgency=low + + * Build-depend on texinfo. Closes: #499741. + + -- Matthias Klose Mon, 22 Sep 2008 18:07:08 +0200 + +cloog-ppl (0.15~git20080915-1) unstable; urgency=low + + * Update to 0.15 git 20080915. + - Rename ppl_version_* functions to cloog_version_*. + - Remove test/reports from the source tarball. + * Build using ppl (>= 0.10~pre27). + * debian/copyright: Update. + * Fix some lintian warnings. + + -- Matthias Klose Mon, 15 Sep 2008 21:53:39 +0200 + +cloog-ppl (0.15~git20080903-2) experimental; urgency=low + + * debian/copyright: Add GFDL. + + -- Matthias Klose Wed, 03 Sep 2008 20:08:31 +0200 + +cloog-ppl (0.15~git20080903-1) experimental; urgency=low + + * Initial release (build dependency of gcc-snapshot / GCC-4.4). + * Change the soname to libcloog-ppl, to be able to allow parallel + installation with cloog configured with polylib. + + -- Matthias Klose Wed, 03 Sep 2008 16:38:37 +0200 --- cloog-lts-0.18.0.orig/debian/copyright +++ cloog-lts-0.18.0/debian/copyright @@ -0,0 +1,90 @@ +This package was debianized by Matthias Klose on +Wed, 03 Sep 2008 15:44:33 +0000. + +It was downloaded from (git repository) +Tarball taken from ftp://gcc.gnu.org/pub/gcc/infrastructure/ + +Upstream Author: + + Cédric Bastoul + +Copyright: + + + + +License: + + source code: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 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., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + See /usr/share/common-licenses/LGPL-2.1 + + documentation: + + Permission is granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.2 + published by the Free Software Foundation. To receive a copy of the + GNU Free Documentation License, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + See /usr/share/common-licenses/GFDL + +Files: isl/* +Copyright: 2005-2007 Universiteit Leiden + 2008-2009 Katholieke Universiteit Leuven + 2010-2011 INRIA Saclay +License: LGPL-2.1 + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This package 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 + Lesser General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in "/usr/share/common-licenses/LGPL-2". + +autoconf/c-ced.ssh: + + Copyright (c) 1995-2000 Akim Demaille, Miguel Santana + + This program 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, or (at your option) + any later version. + + This program 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 this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +test/daegon_lu_osp.cloog: + + Copyright (c) 2005 DaeGon Kim + +The Debian packaging is (C) 2008, Matthias Klose and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- cloog-lts-0.18.0.orig/debian/cloog-isl-lts.prerm +++ cloog-lts-0.18.0/debian/cloog-isl-lts.prerm @@ -0,0 +1,7 @@ +#! /bin/sh -e + +if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then + update-alternatives --quiet --remove cloog /usr/bin/cloog-isl +fi + +#DEBHELPER# --- cloog-lts-0.18.0.orig/debian/compat +++ cloog-lts-0.18.0/debian/compat @@ -0,0 +1 @@ +5 --- cloog-lts-0.18.0.orig/debian/control +++ cloog-lts-0.18.0/debian/control @@ -0,0 +1,48 @@ +Source: cloog-lts +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose , Michael Tautschnig +Build-Depends: debhelper (>= 5), autotools-dev, libisl-dev-lts (>= 0.11), libgmp-dev, texinfo, help2man +Standards-Version: 3.9.4 +Section: libs +Homepage: http://www.CLooG.org + +Package: libcloog-isl-dev-lts +Provides: libcloog-isl-dev +Replaces: libcloog-isl-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libisl-dev-lts (>= 0.11), libgmp-dev, libcloog-isl4 (= ${binary:Version}), dpkg (>= 1.15.4) | install-info, ${shlibs:Depends}, ${misc:Depends} +Conflicts: libcloog-ppl-dev, libcloog-isl-dev +Description: Chunky Loop Generator (development files) + CLooG is a software which generates loops for scanning Z-polyhedra. That is, + CLooG finds the code or pseudo-code where each integral point of one or more + parametrized polyhedron or parametrized polyhedra union is reached. CLooG is + designed to avoid control overhead and to produce a very efficient code. + . + This package contains the development files and the cloog binary. + +Package: libcloog-isl4 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: multiarch-support +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Chunky Loop Generator (runtime library) + CLooG is a software which generates loops for scanning Z-polyhedra. + . + This package contains the runtime library. + +Package: cloog-isl-lts +Provides: cloog-isl +Replaces: cloog-isl +Section: libs +Architecture: any +Depends: libcloog-isl4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Conflicts: cloog-ppl (<< 0.15.11-4), libcloog-ppl-dev (<< 0.15.11-1), cloog-isl +Description: Chunky Loop Generator (runtime library) + CLooG is a software which generates loops for scanning Z-polyhedra. + . + This package contains the cloog-isl binary. --- cloog-lts-0.18.0.orig/debian/libcloog-isl4.install +++ cloog-lts-0.18.0/debian/libcloog-isl4.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* --- cloog-lts-0.18.0.orig/debian/libcloog-isl-dev-lts.install +++ cloog-lts-0.18.0/debian/libcloog-isl-dev-lts.install @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/*/lib*.a +usr/lib/*/lib*.so +usr/lib/*/pkgconfig --- cloog-lts-0.18.0.orig/debian/cloog-isl-lts.install +++ cloog-lts-0.18.0/debian/cloog-isl-lts.install @@ -0,0 +1,2 @@ +usr/bin/* +usr/share/man/* --- cloog-lts-0.18.0.orig/debian/libcloog-isl4.symbols +++ cloog-lts-0.18.0/debian/libcloog-isl4.symbols @@ -0,0 +1,281 @@ +libcloog-isl.so.4 #PACKAGE# #MINVER# + clast_bound_from_constraint@Base 0.17 + clast_expr_equal@Base 0.17 + clast_expr_is_bigger_constant@Base 0.17 + clast_filter@Base 0.18 + clast_pprint@Base 0.17 + cloog_block_alloc@Base 0.17 + cloog_block_copy@Base 0.17 + cloog_block_free@Base 0.17 + cloog_block_list_alloc@Base 0.17 + cloog_block_list_free@Base 0.17 + cloog_block_list_malloc@Base 0.17 + cloog_block_list_print@Base 0.17 + cloog_block_malloc@Base 0.17 + cloog_block_merge@Base 0.17 + cloog_block_print@Base 0.17 + cloog_block_print_structure@Base 0.17 + cloog_clast_create@Base 0.17 + cloog_clast_create_from_input@Base 0.17 + cloog_clast_free@Base 0.17 + cloog_constraint_coefficient_get@Base 0.17 + cloog_constraint_coefficient_set@Base 0.17 + cloog_constraint_constant_get@Base 0.17 + cloog_constraint_copy@Base 0.17 + cloog_constraint_copy_coefficients@Base 0.17 + cloog_constraint_from_isl_constraint@Base 0.17 + cloog_constraint_invalid@Base 0.17 + cloog_constraint_involves@Base 0.17 + cloog_constraint_is_equality@Base 0.17 + cloog_constraint_is_lower_bound@Base 0.17 + cloog_constraint_is_upper_bound@Base 0.17 + cloog_constraint_is_valid@Base 0.17 + cloog_constraint_needs_reduction@Base 0.17 + cloog_constraint_release@Base 0.17 + cloog_constraint_set_contains_level@Base 0.17 + cloog_constraint_set_copy@Base 0.17 + cloog_constraint_set_defining_equality@Base 0.17 + cloog_constraint_set_defining_inequalities@Base 0.17 + cloog_constraint_set_drop_constraint@Base 0.17 + cloog_constraint_set_for_reduction@Base 0.17 + cloog_constraint_set_foreach_constraint@Base 0.17 + cloog_constraint_set_free@Base 0.17 + cloog_constraint_set_from_isl_basic_set@Base 0.17 + cloog_constraint_set_n_iterators@Base 0.17 + cloog_constraint_set_normalize@Base 0.17 + cloog_constraint_set_reduce@Base 0.17 + cloog_constraint_set_simplify@Base 0.17 + cloog_constraint_set_total_dimension@Base 0.17 + cloog_constraint_stride_lower_bound@Base 0.17 + cloog_constraint_to_isl@Base 0.17 + cloog_constraint_total_dimension@Base 0.17 + cloog_constraint_variable_expr@Base 0.17 + cloog_constraints_set_to_isl@Base 0.17 + cloog_core_state_free@Base 0.17 + cloog_core_state_malloc@Base 0.17 + cloog_die@Base 0.17 + cloog_domain_add_stride_constraint@Base 0.17 + cloog_domain_bound_splitter@Base 0.17 + cloog_domain_can_stride@Base 0.17 + cloog_domain_can_unroll@Base 0.17 + cloog_domain_constraints@Base 0.17 + cloog_domain_convex@Base 0.17 + cloog_domain_copy@Base 0.17 + cloog_domain_cube@Base 0.17 + cloog_domain_cut_first@Base 0.17 + cloog_domain_difference@Base 0.17 + cloog_domain_dimension@Base 0.17 + cloog_domain_empty@Base 0.17 + cloog_domain_extend@Base 0.17 + cloog_domain_fixed_offset@Base 0.17 + cloog_domain_follows@Base 0.17 + cloog_domain_free@Base 0.17 + cloog_domain_from_cloog_matrix@Base 0.17 + cloog_domain_from_context@Base 0.17 + cloog_domain_from_isl_set@Base 0.17 + cloog_domain_intersection@Base 0.17 + cloog_domain_is_bounded@Base 0.17 + cloog_domain_is_otl@Base 0.17 + cloog_domain_isconvex@Base 0.17 + cloog_domain_isempty@Base 0.17 + cloog_domain_lazy_disjoint@Base 0.17 + cloog_domain_lazy_equal@Base 0.17 + cloog_domain_lazy_isconstant@Base 0.17 + cloog_domain_list_free@Base 0.17 + cloog_domain_list_stride@Base 0.17 + cloog_domain_never_integral@Base 0.17 + cloog_domain_parameter_dimension@Base 0.17 + cloog_domain_print_constraints@Base 0.17 + cloog_domain_print_structure@Base 0.17 + cloog_domain_project@Base 0.17 + cloog_domain_read_context@Base 0.17 + cloog_domain_read_scattering@Base 0.17 + cloog_domain_scatter@Base 0.17 + cloog_domain_simple_convex@Base 0.17 + cloog_domain_simplify@Base 0.17 + cloog_domain_simplify_union@Base 0.17 + cloog_domain_sort@Base 0.17 + cloog_domain_stride@Base 0.17 + cloog_domain_stride_lower_bound@Base 0.17 + cloog_domain_union@Base 0.17 + cloog_domain_union_read@Base 0.17 + cloog_domain_universe@Base 0.17 + cloog_equal_add@Base 0.17 + cloog_equal_alloc@Base 0.17 + cloog_equal_constraint@Base 0.17 + cloog_equal_count@Base 0.17 + cloog_equal_del@Base 0.17 + cloog_equal_free@Base 0.17 + cloog_equal_total_dimension@Base 0.17 + cloog_equal_type@Base 0.17 + cloog_input_alloc@Base 0.17 + cloog_input_dump_cloog@Base 0.17 + cloog_input_free@Base 0.17 + cloog_input_read@Base 0.17 + cloog_isl_state_malloc@Base 0.17 + cloog_loop_add@Base 0.17 + cloog_loop_add_disjoint@Base 0.17 + cloog_loop_add_list@Base 0.17 + cloog_loop_alloc@Base 0.17 + cloog_loop_block@Base 0.17 + cloog_loop_combine@Base 0.17 + cloog_loop_concat@Base 0.17 + cloog_loop_constant@Base 0.17 + cloog_loop_constant_cmp@Base 0.17 + cloog_loop_copy@Base 0.17 + cloog_loop_decompose_inner@Base 0.17 + cloog_loop_disjoint@Base 0.17 + cloog_loop_follows@Base 0.17 + cloog_loop_free@Base 0.17 + cloog_loop_free_parts@Base 0.17 + cloog_loop_from_domain@Base 0.17 + cloog_loop_generate@Base 0.17 + cloog_loop_generate_backtrack@Base 0.17 + cloog_loop_generate_components@Base 0.17 + cloog_loop_generate_general@Base 0.17 + cloog_loop_generate_restricted@Base 0.17 + cloog_loop_generate_restricted_or_stop@Base 0.17 + cloog_loop_generate_scalar@Base 0.17 + cloog_loop_get_fl@Base 0.18 + cloog_loop_is_constant@Base 0.17 + cloog_loop_malloc@Base 0.17 + cloog_loop_merge@Base 0.17 + cloog_loop_more@Base 0.17 + cloog_loop_nest@Base 0.17 + cloog_loop_otl@Base 0.17 + cloog_loop_print@Base 0.17 + cloog_loop_print_structure@Base 0.17 + cloog_loop_project@Base 0.17 + cloog_loop_project_all@Base 0.17 + cloog_loop_propagate_lower_bound@Base 0.17 + cloog_loop_read@Base 0.17 + cloog_loop_recurse@Base 0.17 + cloog_loop_remove_empty_domain_loops@Base 0.17 + cloog_loop_restrict@Base 0.17 + cloog_loop_restrict_all@Base 0.17 + cloog_loop_restrict_inner@Base 0.17 + cloog_loop_scalar_eq@Base 0.17 + cloog_loop_scalar_gt@Base 0.17 + cloog_loop_scalar_sort@Base 0.17 + cloog_loop_scatter@Base 0.17 + cloog_loop_separate@Base 0.17 + cloog_loop_simplify@Base 0.17 + cloog_loop_sort@Base 0.17 + cloog_loop_specialize@Base 0.17 + cloog_loop_stop@Base 0.17 + cloog_loop_stride@Base 0.17 + cloog_loop_unroll@Base 0.17 + cloog_matrix_alloc@Base 0.17 + cloog_matrix_free@Base 0.17 + cloog_matrix_print@Base 0.17 + cloog_matrix_print_structure@Base 0.17 + cloog_matrix_read@Base 0.17 + cloog_matrix_read_of_size@Base 0.17 + cloog_msg@Base 0.17 + cloog_named_domain_list_free@Base 0.17 + cloog_names_alloc@Base 0.17 + cloog_names_copy@Base 0.17 + cloog_names_free@Base 0.17 + cloog_names_generate@Base 0.17 + cloog_names_generate_items@Base 0.17 + cloog_names_malloc@Base 0.17 + cloog_names_name_at_level@Base 0.17 + cloog_names_print@Base 0.17 + cloog_names_print_structure@Base 0.17 + cloog_names_read_strings@Base 0.17 + cloog_names_scalarize@Base 0.17 + cloog_options_free@Base 0.17 + cloog_options_help@Base 0.17 + cloog_options_malloc@Base 0.17 + cloog_options_print@Base 0.17 + cloog_options_read@Base 0.17 + cloog_options_set@Base 0.17 + cloog_options_version@Base 0.17 + cloog_program_alloc@Base 0.17 + cloog_program_block@Base 0.17 + cloog_program_dump_cloog@Base 0.17 + cloog_program_extract_scalars@Base 0.17 + cloog_program_free@Base 0.17 + cloog_program_generate@Base 0.17 + cloog_program_malloc@Base 0.17 + cloog_program_osl_pprint@Base 0.18 + cloog_program_pprint@Base 0.17 + cloog_program_print@Base 0.17 + cloog_program_print_structure@Base 0.17 + cloog_program_read@Base 0.17 + cloog_program_scatter@Base 0.17 + cloog_scattering_dimension@Base 0.17 + cloog_scattering_erase_dimension@Base 0.17 + cloog_scattering_free@Base 0.17 + cloog_scattering_from_cloog_matrix@Base 0.17 + cloog_scattering_from_isl_map@Base 0.17 + cloog_scattering_fully_specified@Base 0.17 + cloog_scattering_lazy_block@Base 0.17 + cloog_scattering_lazy_isscalar@Base 0.17 + cloog_scattering_list_free@Base 0.17 + cloog_scattering_list_lazy_same@Base 0.17 + cloog_scattering_print_constraints@Base 0.17 + cloog_seq_combine@Base 0.17 + cloog_seq_cpy@Base 0.17 + cloog_seq_first_non_zero@Base 0.17 + cloog_seq_gcd@Base 0.17 + cloog_seq_is_neg@Base 0.17 + cloog_seq_neg@Base 0.17 + cloog_seq_normalize@Base 0.17 + cloog_state_free@Base 0.17 + cloog_state_malloc@Base 0.17 + cloog_statement_add@Base 0.17 + cloog_statement_alloc@Base 0.17 + cloog_statement_copy@Base 0.17 + cloog_statement_free@Base 0.17 + cloog_statement_get_fl@Base 0.18 + cloog_statement_malloc@Base 0.17 + cloog_statement_print@Base 0.17 + cloog_statement_print_structure@Base 0.17 + cloog_stride_alloc@Base 0.17 + cloog_stride_alloc_from_constraint@Base 0.17 + cloog_stride_copy@Base 0.17 + cloog_stride_free@Base 0.17 + cloog_stride_malloc@Base 0.17 + cloog_union_domain_add_domain@Base 0.17 + cloog_union_domain_alloc@Base 0.17 + cloog_union_domain_free@Base 0.17 + cloog_union_domain_from_isl_set@Base 0.17 + cloog_union_domain_from_isl_union_map@Base 0.17 + cloog_union_domain_read@Base 0.17 + cloog_union_domain_set_name@Base 0.17 + cloog_vec_alloc@Base 0.17 + cloog_vec_dump@Base 0.17 + cloog_vec_free@Base 0.17 + cloog_version@Base 0.17 + cloog_version_major@Base 0.17 + cloog_version_minor@Base 0.17 + cloog_version_revision@Base 0.17 + cloog_vmsg@Base 0.17 + concat_if_new@Base 0.18 + free_clast_binary@Base 0.17 + free_clast_expr@Base 0.17 + free_clast_name@Base 0.17 + free_clast_reduction@Base 0.17 + free_clast_stmt@Base 0.17 + free_clast_term@Base 0.17 + isl_map_from_cloog_scattering@Base 0.17 + isl_set_from_cloog_domain@Base 0.17 + list_compare@Base 0.18 + new_clast_assignment@Base 0.17 + new_clast_binary@Base 0.17 + new_clast_block@Base 0.17 + new_clast_for@Base 0.17 + new_clast_guard@Base 0.17 + new_clast_name@Base 0.17 + new_clast_reduction@Base 0.17 + new_clast_root@Base 0.17 + new_clast_term@Base 0.17 + new_clast_user_stmt@Base 0.17 + pprint_osl_body@Base 0.17 + stmt_ass@Base 0.17 + stmt_block@Base 0.17 + stmt_for@Base 0.17 + stmt_guard@Base 0.17 + stmt_root@Base 0.17 + stmt_user@Base 0.17