SHA256
6
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:
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 +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