summaryrefslogtreecommitdiffstats
path: root/polly/www/polly.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove autotools build systemMichael Kruse2016-01-281-9/+3
| | | | | | | | | | | The autotools build system is based on and requires LLVM's autotools build system to work, which has been depricated and finally removed in r258861. Consequently we also remove the autotools build system from Polly. Differential Revision: http://reviews.llvm.org/D16655 llvm-svn: 259041
* Drop ISL_INSTALL pathTobias Grosser2015-04-101-2/+2
| | | | | | There is no need for an isl install path anymore. isl is now part of Polly. llvm-svn: 234605
* Remove isl/cloog build scriptsTobias Grosser2015-02-151-12/+0
| | | | | | isl is not distributed as part of Polly. llvm-svn: 229304
* Drop Cloog supportJohannes Doerfert2014-12-021-8/+8
| | | | | | | | | This commit drops the Cloog support for Polly. The scripts and documentation are changed to only use isl as prerequisity. In the code all Cloog specific parts have been removed and all relevant tests have been ported to the isl backend when it was created. llvm-svn: 223141
* Rename "polly-test" in the document and script.Logan Chien2013-08-181-2/+2
| | | | | | | | The Makefile rule "polly-test" has been renamed to "check-polly" in r182171. This CL updates the document and the automatic build script. llvm-svn: 188624
* polly.sh: Do not automatically install scoplib either.Tobias Grosser2012-01-311-9/+0
| | | | | | | | It is only needed for PoCC. We may update our openscop support which is expected to be wider used. If this is the case we could automatically build openscop. llvm-svn: 149372
* polly.sh: Do not build PoCC automaticallyTobias Grosser2012-01-311-10/+0
| | | | | | | | As we now have a scheduler that works, I do not believe a lot of people need PoCC right ahead. People who want to do an in depth investigation of the different schedulers can install it as well manually. llvm-svn: 149370
* www: Fix clang path in polly.sh scriptTobias Grosser2012-01-171-1/+1
| | | | llvm-svn: 148306
* Describe how to optionally build the matching clang version.Tobias Grosser2012-01-161-0/+5
| | | | llvm-svn: 148238
* add polly.sh scriptSebastian Pop2012-01-041-0/+64
llvm-svn: 147543
OpenPOWER on IntegriCloud