summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/isl_sample.c
Commit message (Collapse)AuthorAgeFilesLines
* Update to isl-0.18-592-gb50ad59Tobias Grosser2017-04-281-18/+20
| | | | | | This is just a general maintenance update. llvm-svn: 301624
* Update to isl-0.17.1-267-gbf9723dTobias Grosser2016-11-161-1/+4
| | | | | | | This update corrects an incorrect generation of min/max expressions in the isl AST generator and a problematic nullptr dereference. llvm-svn: 287098
* Update isl to isl-0.17-5-g57dc5ffTobias Grosser2016-05-071-0/+6
| | | | | | This update fixes an assertion in the isl scheduler. llvm-svn: 268853
* Update to isl-0.16.1-145-g243bf7cTobias Grosser2016-03-251-0/+2
| | | | | | | Just an import to keep track with the latest version of isl. We are not looking for specific features. llvm-svn: 264452
* Update isl to 6be6768eTobias Grosser2015-05-181-5/+2
| | | | | | | | Besides a couple of interface cleanups, this change also contains a performance optimization of isl_mat_product that should give us up to almost 6% compiletime reduction. llvm-svn: 237616
* Update isl to 0980603 'isl_tab_pip.c: parallel_constraints: drop useless ↵Tobias Grosser2015-02-251-6/+3
| | | | | | | | | | | | | | assignment' This update contains: - Fixes of minor issues detected by clang's scan_build - More schedule tree infrastructure additions This update slightly changes the output of our dependence analysis, but these changes are purely syntactially. llvm-svn: 230528
* Import isl(+imath) as an external library into PollyTobias Grosser2015-02-041-0/+1301
With this patch Polly is always GPL-free (no dependency on GMP any more). As a result, building and distributing Polly will be easier. Furthermore, there is no need to tightly coordinate isl and Polly releases anymore. We import isl b3e0fa7a05d as well as imath 4d707e5ef2. These are the git versions Polly currently was tested with when using utils/checkout_isl.sh. The imported libraries are both MIT-style licensed. We build isl and imath with -fvisibility=hidden to avoid clashes in case other projects (such as gcc) use conflicting versions of isl. The use of imath can temporarily reduce compile-time performance of Polly. We will work on performance tuning in tree. Patches to isl should be contributed first to the main isl repository and can then later be reimported to Polly. This patch is also a prerequisite for the upcoming isl C++ interface. llvm-svn: 228193
OpenPOWER on IntegriCloud