summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/GIT_HEAD_ID
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to isl-0.16.1-68-g8fad211Tobias Grosser2016-02-261-1/+1
| | | | | | | | This commit updates to the latest isl development version. There is no specific feature we need on the Polly side, but we want to ensure test coverage for the latest isl changes. llvm-svn: 262001
* Update to isl-0.16.1-20-gee54b48Tobias Grosser2016-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | This includes some (optional) improvements to the isl scheduler, which we do not use yet, as well as a fix for a bug previously also affecting Polly: commit 662ee9b7d45ebeb7629b239d3ed43442e25bf87c Author: Sven Verdoolaege <skimo@kotnet.org> Date: Mon Jan 25 16:59:32 2016 +0100 isl_basic_map_realign: perform Gaussian elimination on result Many parts of isl assume that Gaussian elimination has been applied to the equality constraints. In particular singleton_extract_point makes this assumption. The input to singleton_extract_point may have undergone parameter alignment. This parameter alignment (ultimately performed by isl_basic_map_realign) therefore needs to make sure the result preserves this property llvm-svn: 259757
* Update to ISL 0.16.1Michael Kruse2016-01-151-1/+1
| | | | llvm-svn: 257898
* Update isl to isl-0.15-142-gf101714Tobias Grosser2015-12-041-1/+1
| | | | | | | | | | This update brings in improvements to isl's 'isolate' option that reduce the number of code versions generated. This results in both code-size and compile time reduction for outer loop vectorization. Thanks to Roman Garev and Sven Verdoolaege for working on this improvement. llvm-svn: 254706
* Update isl to isl-0.15-140-g9279e30Michael Kruse2015-12-021-1/+1
| | | | | | | | | | The motivation is to fix a compilation error with Visual Studio 2013. See http://reviews.llvm.org/D14886. Thanks to Sumanth Gundapaneni for finding the issue and suggesting a patch. llvm-svn: 254498
* isl: Update to isl-0.15-136-g4d5654aTobias Grosser2015-11-211-1/+1
| | | | | | | | The most interesting change for Polly in this isl update is 4d5654af which in certain cases can speed up the construction of run-time checks from an isl set consisting of several disjuncts significantly. llvm-svn: 253794
* Update isl to isl-0.15-129-gb086c90Tobias Grosser2015-09-011-1/+1
| | | | llvm-svn: 246552
* Update isl to isl-0.15-117-ge42acfeTobias Grosser2015-08-111-1/+1
| | | | | | | | | | | Besides other changes this version of isl contains a fundamental fix to memory corruption issues we have seen with imath-32 backed isl_ints. This update also contains a fix that ensures that the schedule-tree based version of isl's dependence analysis takes the domain of the schedule into account. llvm-svn: 244585
* Update isl to isl-0.15-86-g595055eTobias Grosser2015-07-241-1/+1
| | | | | | | Besides a couple of cleanups and refactorings in isl, this change set fixes a couple of bugs in isl, that can cause issues during code generation. llvm-svn: 243110
* Update ISL to isl-0.15-61-gcea776fMichael Kruse2015-07-211-1/+1
| | | | | | | The motivation is to fix a wrong use of the inline qualifier. This fixes the Polly build using Visual Studio 2015 RC. llvm-svn: 242780
* Update isl to isl-0.15-35-ga1e44f0Tobias Grosser2015-07-021-1/+1
| | | | | | This fixes a memory leak with in the sioimath backend. llvm-svn: 241247
* Update isl to isl-0.15-30-g3518765Tobias Grosser2015-06-301-1/+1
| | | | | | | | This updated contains various changes to isl, including improvements to the AST generator. For Polly, the most important change is a fix that unbreaks builds on darwin (reported by: Jack Howard) llvm-svn: 241048
* Replace repository version of ISL by 'make dist' outputMichael Kruse2015-06-221-0/+1
The 'make dist' archive is not dependent on ./configure output and contains a GIT_HEAD_ID file that identifies the version of ISL used. None of the files added or removed are used part of Polly's build process (except of GIT_HEAD_ID since the previous revision r240301). No functional change intended. llvm-svn: 240306
OpenPOWER on IntegriCloud