llvm-capstone/polly/lib/External
Tobias Grosser b9fc860a57 GPGPU: collect array references
Initialize the list of references to a GPU array to ensure that the arrays that
need to be passed to kernel calls are computed correctly.  Furthermore, the very
same information is also necessary to compute synchronization correctly. As the
functionality to compute these references is already available, what is left for
us to do is only to connect the necessary functionality to compute array
reference information.

llvm-svn: 275798
2016-07-18 15:44:32 +00:00
..
isl isl: isl-0.17.1-164-gcbba1b6 2016-07-06 09:11:00 +00:00
pet/include Add ppcg-0.04 to lib/External 2016-07-13 15:54:47 +00:00
ppcg GPGPU: collect array references 2016-07-18 15:44:32 +00:00
CMakeLists.txt Add ppcg-0.04 to lib/External 2016-07-13 15:54:47 +00:00
isl_config.h.cmake Add configure-time test for latest ISL 2015-07-21 12:01:14 +00:00
README.txt Add script to update isl 2015-12-02 09:34:46 +00:00
update-isl.sh Add option to update-isl.sh for specific commit 2016-01-15 15:41:59 +00: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.