aboutsummaryrefslogtreecommitdiff
path: root/packages/isl
Commit message (Collapse)AuthorAgeFilesLines
* isl: Drop 0.11.1Chris Packham2023-10-042-11/+0
| | | | | | Drop isl 0.11.1 which was marked obsolete in the last release. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* isl: Add isl-0.26Chris Packham2023-04-192-0/+12
| | | | | | | | | | | | | | Changes: - fix inherited overloaded methods in Python bindings - decompose topological sort of clusters in incremental scheduler - improved isl_pw_aff_list_{min,max} - add some convenience functions - more exports to (templated C++) bindings - slightly improved conversion from binary relation to function https://repo.or.cz/isl.git/shortlog/?qt=range&q=isl-0.25..isl-0.26 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Add isl 0.25Bryan Hundven2023-03-142-0/+12
| | | | | | This fixes configure time issues on newer linux distributions Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Restore Oracle products to crosstool-ng using gcc-oracleGuillermo E. Martinez2022-06-262-0/+11
| | | | | | | | | | | | | | | This commit restore the support for the following products in Oracle Linux 7.9: Binutils 2.27-44.base.0.400 GCC 4.8.5-44.0.5 glibc 2.17-317.0.3 UEK5/u4 4.14.35-2025.400.8 Sample configurations were updated to use such versions, and be compiled in host machine using recent GCC versions. Signed-off-by: Guillermo E. Martinez <guillermo.e.martinez@oracle.com>
* Add isl 0.23Norbert Lange2022-02-232-0/+12
| | | | Signed-off-by: Norbert Lange <nolange79@gmail.com>
* Update isl to 0.22.1Norbert Lange2022-02-233-12/+12
| | | | Signed-off-by: Norbert Lange <nolange79@gmail.com>
* Run packages through `manage-packages -D`Alexey Neyman2022-02-111-2/+0
| | | | | | | This fixed some typos in the checksum files (please don't edit them manually, this is error-prone!) Signed-off-by: Alexey Neyman <stilor@att.net>
* Retire obsoleted milestonesAlexey Neyman2022-02-111-1/+1
| | | | | | | | | | | | ... and the code dependent on them, after the latest wave of obsolete package removals. This concludes the glorious history of the original uClibc (non-NG) with lots of kludges removed. There was a choice here, whether to call the resulting libc "uClibc" or "uClibc-ng". I opted in favor of giving uClibc-ng the recognition it deserves, although it had some ripple effect in the ct-ng code. Signed-off-by: Alexey Neyman <stilor@att.net>
* isl: Update mirror URLChris Packham2021-10-101-1/+1
| | | | | | | gforge.inria.fr has been shutdown. The isl project has moved hosting to sourceforge.io. Update the mirror accordingly. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* isl: Remove obsolete versionsChris Packham2021-09-216-41/+0
| | | | | | | | | | The following versions were marked obsolete in crosstool-ng-1.24.0, remove them. - isl-0.11.2 - isl-0.12.2 - isl-0.14.1 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Update utils to latest stableJohn Audia2021-05-252-0/+14
| | | | | | | * autoconf from 2.69 to 2.71 * isl from 0.22 to 0.24 Signed-off-by: John Audia <graysky@archlinux.us>
* Version updatesAlexey Neyman2019-12-254-8/+20
| | | | | | | | | bison, elf2flt, gcc, isl, linux, mingw-w64, strace. Adjust checksum ordering in uclibc-ng so that it matches what the script generates. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add isl 0.21Norbert Lange2019-05-072-0/+12
| | | | Signed-off-by: Norbert Lange <nolange79@gmail.com>
* Fix isl 0.20 checksumsNorbert Lange2019-05-071-12/+12
| | | | Signed-off-by: Norbert Lange <nolange79@gmail.com>
* Config v2: select relevant parts of each package versionAlexey Neyman2019-01-301-0/+1
| | | | | | | Also, remove a couple of config options that dealt with package versions that have been since retired. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix build with ISL 0.20Alexey Neyman2018-09-251-1/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Upgrades. Lots of 'em.Alexey Neyman2018-09-242-0/+12
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Update packages: automake, isl, linux, mpfr, musl, newlib, strace, uClibc-ngAlexey Neyman2018-04-122-0/+12
| | | | | | Also, fix manage-packages.sh after autotoolization. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add digests for all packagesAlexey Neyman2017-09-297-0/+84
| | | | | | | Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net>
* Record tarball formatsAlexey Neyman2017-08-185-1/+4
| | | | | | Also, missed upgrades of gmp, isl, mingw-w64 Signed-off-by: Alexey Neyman <stilor@att.net>
* Encode GCC/ISL/CLooG requirementsAlexey Neyman2017-07-081-1/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Builds comp.libs from VCSAlexey Neyman2017-07-081-0/+1
| | | | | | | ... fails on DUMA because it cannot be compiled by newer C++, and patches are not applied to checkouts from VCS. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix the references to old config variablesAlexey Neyman2017-07-084-5/+6
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-088-0/+5
Signed-off-by: Alexey Neyman <stilor@att.net>