llvm-project/polly/lib/External
Michael Kruse f7d5e40860 Add option to update-isl.sh for specific commit
This is used e.g. to update specifically to ISL 0.16.1 although newer
revisions exist in the official repository.

llvm-svn: 257895
2016-01-15 15:41:59 +00:00
..
isl Update isl to isl-0.15-142-gf101714 2015-12-04 08:46:14 +00:00
CMakeLists.txt Fix configure checks when applied by the latest clang 2015-10-06 21:45:06 +00:00
README.txt Add script to update isl 2015-12-02 09:34:46 +00:00
isl_config.h.cmake Add configure-time test for latest ISL 2015-07-21 12:01:14 +00:00
update-isl.sh Add option to update-isl.sh for specific commit 2016-01-15 15:41:59 +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.