llvm-project/polly/lib/External
Tobias Grosser adcbee5433 Update isl to isl-0.18-800-g4018f45
This fixes a bug in isl_flow where triggering the compute out could result in
undefined or unexpected behavior. This fixes some recent regressions we saw
in the android buildbots. Thanks Eli Friedman for reducing the corresponding
test cases.

llvm-svn: 309274
2017-07-27 14:48:02 +00:00
..
JSON [External] Move lib/JSON to lib/External/JSON. NFC. 2017-02-05 15:26:56 +00:00
isl Update isl to isl-0.18-800-g4018f45 2017-07-27 14:48:02 +00:00
pet/include [PPCG] [1/3] Bump up PPCG version to 0.07. 2017-07-20 15:48:13 +00:00
ppcg [PPCG] Compile fix for MSVC. 2017-07-20 18:04:54 +00:00
CMakeLists.txt [PPCG] [2/3] Make polly specific PPCG Changes. 2017-07-20 15:48:22 +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
isl_srcdir.c.cmake Update to isl-0.17.1-314-g3106e8d 2016-12-06 14:37:39 +00:00
update-isl.sh Preserve the isl-noexceptions.h C++ bindings when updating isl 2017-03-14 07:46:28 +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.