aboutsummaryrefslogtreecommitdiff
path: root/config/companion_libs/isl.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove isl 0.15, because it will not compile with gcc 5.2.0 without patching ↵Jasmin Jessich2015-09-221-11/+0
| | | | gcc.
* Fixed issue 173 and 174.Jasmin Jessich2015-09-131-3/+3
| | | | | | | | gcc 5.x -> isl 0.12.2, 0.14 0.15 gcc < 5.x -> cloog < 0.18.4 -> isl 0.12.2, 0.11.1 -> cloog >= 0.18.4 -> isl 0.14 Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* Adding CLooG 0.18.4.Jasmin Jessich2015-09-051-0/+14
| | | | | | | | | Adding isl 0.15. Added following constrains: isl 0.14 and 0.15 require CLooG 0.18.4 or later. isl 0.11.1 and 0.12.2 require CLoog older than 0.18.4. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* Added new config ISL_V_0_14_or_later and ISL_V_0_12_or_later to selectJasmin Jessich2015-09-011-0/+9
| | | | | | proper configure options for isl 0.14.x and 0.12.x in 121-isl.sh. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* complibs: Update requirements for gcc-5.1Bryan Hundven2015-05-021-0/+1
| | | | | | | | | | | "The Graphite framework for loop optimizations no longer requires the CLooG library, only ISL version 0.14 (recommended) or 0.12.2. The installation manual contains more information about requirements to build GCC." This change helps to avoid version badness. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* config/isl: bump isl to 0.14 for >=gcc-5.1Bryan Hundven2015-04-251-0/+5
| | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* kernel/linux: pump ISL to version 0.12.2Daniel Zimmermann2014-02-171-0/+5
| | | | | | | | | | | | kernel/linux: pump ISL to version 0.12.2 pump ISL to version 0.12.2 Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>' [yann.morin.1998@free.fr: remove superfluous empty lines] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <93ee409eb70170262d84.1392617512@haus-VirtualBox> Patchwork-Id: 320849
* complibs: add ISLYann E. MORIN"2013-05-041-0/+19
ISL is used by gcc-4.8 onward for GRAPHITE, so is also used as backend for CLooG 0.18.0 onward. Reported-by: "Plotnikov Dmitry" <leitz@ispras.ru> [Dmitry did a preliminray patch to add ISL, which this one is inspired from] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>