hanchenye-llvm-project/polly/lib/External
Tobias Grosser 7164b7d347 Update isl-cpp bindings
We upstreamed the export of isl_val_2exp, to the official cpp bindings.
In this process, we concluded that pow2 is a better and more widely used
name for this functionality. Hence, both the official isl-cpp bindings
and our derived variant use now the term pow2.

llvm-svn: 339312
2018-08-09 05:07:14 +00:00
..
isl Update isl-cpp bindings 2018-08-09 05:07:14 +00:00
pet/include [PPCG] [1/3] Bump up PPCG version to 0.07. 2017-07-20 15:48:13 +00:00
ppcg [Polly-ACC] Add isl_space.h to gpu_tree.c 2018-07-04 09:40:55 +00:00
CMakeLists.txt Update isl to isl-0.19-224-gce84a511 2018-07-06 09:00:26 +00:00
README.txt
isl_config.h.cmake
isl_srcdir.c.cmake
update-isl.sh Update isl to isl-0.20-48-g13eba5b5 2018-08-07 05:51:21 +00:00

README.txt

The libraries in this directory are mirrored from external projects.

Patches to them should first be contributed upstream and then return to Polly
as normal (re)imports of these updated libraries.

We currently have the following external libraries.

# isl
License: MIT-STYLE
Details: isl/LICENSE

# imath
License: MIT-STYLE
Details: isl/imath/LICENSE

To update these libraries run 'autoreconf -i && ./configure && make dist' in
the isl git directory and move the resulting files into lib/External/isl.
Alternatively, run the update-isl.sh script.