llvm-capstone/polly/lib/External
Michael Kruse 19afbfe331 [Polly] Remove Polly-ACC.
Polly-ACC is unmaintained and since it has never been ported to the NPM pipeline, since D136621 it is not even accessible anymore without manually specifying the passes on the `opt` command line.

Since there is no plan to put it to a maintainable state, remove it from Polly.

Reviewed By: grosser

Differential Revision: https://reviews.llvm.org/D142580
2023-03-08 17:33:04 -06:00
..
isl [Polly] Update ISL to isl-0.25-193-g8621c60c. 2023-01-25 10:47:37 -06:00
CMakeLists.txt [Polly] Remove Polly-ACC. 2023-03-08 17:33:04 -06:00
isl_config.h.cmake
isl_srcdir.c.cmake
README.txt
update-isl.sh [Polly] Remove autotools build systems from Externals. NFC. 2021-09-15 17:11:15 -05:00

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.