SHA256
3
0
forked from pool/isl
Commit Graph

27 Commits

Author SHA256 Message Date
Dominique Leuenberger
6ec0d53f29 Accepting request 453638 from devel:libraries:c_c++
- 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/request/show/453638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=13
2017-02-05 14:44:28 +00:00
Richard Biener
ccc915e5d3 - 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
2017-01-31 14:17:29 +00:00
Dominique Leuenberger
cde2178ada Accepting request 359434 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/359434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=12
2016-02-24 17:28:47 +00:00
Richard Biener
f8a7ce66db Accepting request 358177 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.16.1
  * fix bug in simplification
- Changes for 0.16
  * add 32 bit integer optimization for IMath
  * minor AST generator improvements
  * add isl_union_flow_get_full_{may,must}_dependence
  * minor improvements to Python bindings
  * minor improvements to set and map printing

OBS-URL: https://build.opensuse.org/request/show/358177
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=24
2016-02-08 09:45:36 +00:00
Dominique Leuenberger
e6a56516a0 Accepting request 357068 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/357068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=11
2016-02-08 08:47:14 +00:00
Ismail Dönmez
391b9b3a12 Accepting request 357001 from home:pluskalm:branches:devel:libraries:c_c++
- Use url for source
- Cleanup spec file with spec-cleaner
- Make building more verbose

OBS-URL: https://build.opensuse.org/request/show/357001
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=22
2016-02-01 08:23:41 +00:00
Richard Biener
b417323e37 - Removes no longer needed isl-0.14-fixes.patch.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=21
2015-12-10 10:21:43 +00:00
Richard Biener
6cbd990186 - Update to ISL version 0.15
* improve coalescing
  * add isl_union_access_info_compute_flow
  * add mark nodes in AST
  * add isl_union_pw_aff and isl_multi_union_pw_aff
  * add schedule trees
  * deprecate band forests
  * deprecate separation_class AST generation option
  * introduce isl_bool and isl_stat types

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=20
2015-12-03 09:05:28 +00:00
Dominique Leuenberger
078eb332cb Accepting request 264507 from devel:libraries:c_c++
- Update to ISL version 0.14
  * support IMath as an optional replacement for GMP
  * minor AST generator improvements
- Inherits changes from ISL version 0.13
  * deprecate isl_int
  * improved support for multi piecewise quasi-affine expressions
  * allow the user to impose a bound on the number of low-level operations
  * add isl_id_to_ast_expr and isl_id_to_pw_aff
  * add isl_schedule_constraints
  * hide internal structure of isl_vec
  * remove support for piplib
- Add isl-0.14-fixes.patch to fix function returning without value.

OBS-URL: https://build.opensuse.org/request/show/264507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=10
2014-12-10 22:43:49 +00:00
Richard Biener
71478b7c02 - Add isl-0.14-fixes.patch to fix function returning without value.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=18
2014-12-09 09:07:30 +00:00
Richard Biener
5f3250addb - Update to ISL version 0.14
* support IMath as an optional replacement for GMP
  * minor AST generator improvements
- Inherits changes from ISL version 0.13
  * deprecate isl_int
  * improved support for multi piecewise quasi-affine expressions
  * allow the user to impose a bound on the number of low-level operations
  * add isl_id_to_ast_expr and isl_id_to_pw_aff
  * add isl_schedule_constraints
  * hide internal structure of isl_vec
  * remove support for piplib

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=17
2014-12-04 09:32:32 +00:00
Stephan Kulow
7984ea1ad3 Accepting request 222189 from devel:libraries:c_c++
- Update to ISL version 0.12.2
  * isl_int has been replaced by isl_val
  * some of the old functions are still available in isl/deprecated/*.h
  but they will be removed in the future
  * The functions isl_pw_qpolynomial_eval, isl_union_pw_qpolynomial_eval,
  isl_pw_qpolynomial_fold_eval and isl_union_pw_qpolynomial_fold_eval have
  been changed to return an isl_val instead of an isl_qpolynomial
- Remove obsolete config-guess-sub-update.diff patch

OBS-URL: https://build.opensuse.org/request/show/222189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=8
2014-02-17 11:54:30 +00:00
Richard Biener
3f5a80549e - Update to ISL version 0.12.2
* isl_int has been replaced by isl_val
  * some of the old functions are still available in isl/deprecated/*.h
  but they will be removed in the future
  * The functions isl_pw_qpolynomial_eval, isl_union_pw_qpolynomial_eval,
  isl_pw_qpolynomial_fold_eval and isl_union_pw_qpolynomial_fold_eval have
  been changed to return an isl_val instead of an isl_qpolynomial
- Remove obsolete config-guess-sub-update.diff patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=15
2014-02-13 12:24:19 +00:00
Stephan Kulow
d753c6f708 Accepting request 181608 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/181608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=6
2013-07-02 05:35:43 +00:00
Richard Biener
4d1ad459d6 - Update to ISL version 0.12
* adds isl_val abstraction

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=13
2013-06-24 10:33:19 +00:00
Stephan Kulow
9d8f5c3acc Accepting request 157765 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=5
2013-03-08 12:20:37 +00:00
Richard Biener
bdc6566820 Accepting request 154849 from devel:ARM:AArch64:Factory
- Add config-guess-sub-update.diff:
  * Update config.guess/sub for aarch64

OBS-URL: https://build.opensuse.org/request/show/154849
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=11
2013-02-08 10:19:32 +00:00
Ismail Dönmez
1859f941d5 Accepting request 145853 from devel:libraries:c_c++
- Update to ISL version 0.11.1
  * fixes endianess issue
  * now comes with a LICENSE file

- Update to ISL version 0.11 
  * license change to MIT
  * add support for code generation

OBS-URL: https://build.opensuse.org/request/show/145853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=3
2012-12-28 14:01:52 +00:00
Richard Biener
233c6eead9 * fixes endianess issue
* license change to MIT
  * add support for code generation

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=9
2012-12-19 10:03:50 +00:00
Richard Biener
50100d261c - Update to ISL version 0.11.1
* contains endianess fix
  * now comes with a LICENSE file

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=8
2012-12-17 13:23:04 +00:00
Ismail Dönmez
c3e0a9068a -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=7
2012-12-17 12:35:07 +00:00
Richard Biener
9f1e9cc5f4 - Add patch to fix endianess issue on big-endian.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=6
2012-12-10 08:31:48 +00:00
Richard Biener
2c15b2df52 - Update to ISL version 0.11
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=5
2012-12-04 15:41:39 +00:00
Stephan Kulow
9e864aed55 Accepting request 136185 from devel:libraries:c_c++
- Add baselibs.conf, needed by cloog-isl-32bit (forwarded request 136184 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/136185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=2
2012-09-29 13:32:30 +00:00
Ismail Dönmez
ca2e447663 Accepting request 136184 from home:namtrac:bugfix
- Add baselibs.conf, needed by cloog-isl-32bit

OBS-URL: https://build.opensuse.org/request/show/136184
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=3
2012-09-27 09:14:08 +00:00
Stephan Kulow
3cecf01374 Accepting request 128215 from devel:libraries:c_c++
New package required for upcoming GCC 4.8

OBS-URL: https://build.opensuse.org/request/show/128215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/isl?expand=0&rev=1
2012-07-19 15:57:58 +00:00
Richard Biener
8b44c2a96a - ISL 0.10
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/isl?expand=0&rev=1
2012-07-18 10:18:47 +00:00