summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/isl_test_int.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump isl to isl-0.18-768-g033b61aeTobias Grosser2017-07-041-0/+16
| | | | | | | | | | | | | | Summary: This is a general maintenance update Reviewers: grosser Subscribers: srhines, fedor.sergeev, pollydev, llvm-commits Contributed-by: Maximilian Falkenstein <falkensm@student.ethz.ch> Differential Revision: https://reviews.llvm.org/D34903 llvm-svn: 307090
* Update isl to isl-0.18-282-g12465a5Tobias Grosser2017-02-231-0/+27
| | | | | | | Besides a variety of smaller cleanups, this update also contains a correctness fix to isl coalesce which resolves a crash in Polly. llvm-svn: 295966
* Update to ISL 0.17.Michael Kruse2016-05-041-0/+3
| | | | | | | | | | | | This release includes sevaral improvments compared to the previous version isl-0.16.1-145-g243bf7c (from the ISL 0.17 announcement): - optionally combine SCCs incrementally in scheduler - optionally maximize coincidence in scheduler - optionally avoid loop coalescing in scheduler - minor AST generator improvements - improve support for expansions in schedule trees llvm-svn: 268500
* Update isl to isl-0.15-129-gb086c90Tobias Grosser2015-09-011-12/+12
| | | | llvm-svn: 246552
* Update isl to isl-0.15-30-g3518765Tobias Grosser2015-06-301-2/+4
| | | | | | | | This updated contains various changes to isl, including improvements to the AST generator. For Polly, the most important change is a fix that unbreaks builds on darwin (reported by: Jack Howard) llvm-svn: 241048
* Update ISL to isl-0.15-3-g532568aMichael Kruse2015-06-181-0/+621
This version adds small integer optimization, but is not active by default. It will be enabled in a later commit. The schedule-fuse=min/max option has been replaced by the serialize-sccs option. Adapting Polly was necessary, but retaining the name polly-opt-fusion=min/max. Differential Revision: http://reviews.llvm.org/D10505 Reviewers: grosser llvm-svn: 240027
OpenPOWER on IntegriCloud