forked from OSchip/llvm-project
4dcd83fcd2
This update adds new list types and adds functions which convert isl data types to lists of their contained elements: isl::set::get_basic_set_list isl::union_set::get_set_list isl::map::get_basic_map_list isl::union_map::get_map_list llvm-svn: 333688 |
||
---|---|---|
.. | ||
JSON | ||
isl | ||
pet/include | ||
ppcg | ||
CMakeLists.txt | ||
README.txt | ||
isl_config.h.cmake | ||
isl_srcdir.c.cmake | ||
update-isl.sh |
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.