SHA256
3
0
forked from pool/isl

- Update to 0.18

* improve elimination of redundant existentially quantified variables
  * improve coalescing
  * improve parametric integer programming
  * preserve isolate option in isl_schedule_node_band_split
  * print AST nodes in YAML format
  * minor improvements to Python bindings
- Inherits update to 0.17.1
  * fix bug in coalescing treatment
- Inherits update to 0.17
  * optionally combine SCCs incrementally in scheduler
  * optionally maximize coincidence in scheduler
  * optionally avoid loop coalescing in scheduler
  * fix handling of nested integer divisions
  * optionally detect min/max expressions during AST generation
  * minor AST generator improvements
  * simplify stride constraints
  * improve support for expansions in schedule trees

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=26
This commit is contained in:
Richard Biener 2017-01-31 14:17:29 +00:00 committed by Git OBS Bridge
parent f8a7ce66db
commit ccc915e5d3
4 changed files with 27 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45292f30b3cb8b9c03009804024df72a79e9b5ab89e41c94752d6ea58a1e4b02
size 1449164

3
isl-0.18.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f35051cc030b87c673ac1f187de40e386a1482a0cfdf2c552dd6031b307ddc4
size 1475708

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jan 31 14:05:40 UTC 2017 - rguenther@suse.com
- Update to 0.18
* improve elimination of redundant existentially quantified variables
* improve coalescing
* improve parametric integer programming
* preserve isolate option in isl_schedule_node_band_split
* print AST nodes in YAML format
* minor improvements to Python bindings
- Inherits update to 0.17.1
* fix bug in coalescing treatment
- Inherits update to 0.17
* optionally combine SCCs incrementally in scheduler
* optionally maximize coincidence in scheduler
* optionally avoid loop coalescing in scheduler
* fix handling of nested integer divisions
* optionally detect min/max expressions during AST generation
* minor AST generator improvements
* simplify stride constraints
* improve support for expansions in schedule trees
-------------------------------------------------------------------
Sun Feb 7 09:08:25 UTC 2016 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package isl
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define islsover 15
Name: isl
Version: 0.16.1
Version: 0.18
Release: 0
Summary: Integer Set Library
License: MIT