summaryrefslogtreecommitdiffstats
path: root/polly/www/get_started.html
Commit message (Collapse)AuthorAgeFilesLines
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | This changes most URLs in llvm's html files to HTTPS. Most changes were search-and-replace with manual verification; some changes were manual. For a few URLs, the websites were performing redirects or had changed their anchors; I fixed those up manually. This consistently uses the official https://wg21.link redirector. This also strips trailing whitespace and fixes a couple of typos. Fixes D69363. There are a very small number of dead links for which I don't know any replacements (they are equally dead as HTTP or HTTPS): https://llvm.org/cmds/llvm2cpp.html https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4 https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4 https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4 https://llvm.org/perf/db_default/v4/nts/22463 https://polly.llvm.org/documentation/memaccess.html
* Adjust documentation for git migration.James Y Knight2019-01-291-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes most references to the paths: llvm.org/svn/ llvm.org/git/ llvm.org/viewvc/ github.com/llvm-mirror/ github.com/llvm-project/ reviews.llvm.org/diffusion/ to instead point to https://github.com/llvm/llvm-project. This is *not* a trivial substitution, because additionally, all the checkout instructions had to be migrated to instruct users on how to use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of checking out various projects into various subdirectories. I've attempted to not change any scripts here, only documentation. The scripts will have to be addressed separately. Additionally, I've deleted one document which appeared to be outdated and unneeded: lldb/docs/building-with-debug-llvm.txt Differential Revision: https://reviews.llvm.org/D57330 llvm-svn: 352514
* [WWW] Add a section to Getting Started about building out-of-treePhilip Pfaffe2017-07-111-0/+12
| | | | llvm-svn: 307704
* www: Simplify 'build & install' descriptionsTobias Grosser2016-02-031-195/+10
| | | | | | | | We remove information for older versions of Polly and also shorten the overall text. This should make it a lot easier for people to get to the important code wight away. llvm-svn: 259658
* Remove autotools build systemMichael Kruse2016-01-281-20/+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
* www: update installation instructions to not include gmp/islTobias Grosser2015-02-151-1/+74
| | | | llvm-svn: 229305
* Drop Cloog supportJohannes Doerfert2014-12-021-20/+19
| | | | | | | | | 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
* [Polly] Remove the PoCC and ScopLib supportJohannes Doerfert2014-08-131-2/+2
| | | | | | | | | Remove the PoCC and ScopLib support from Polly as we do not have a user/maintainer for it. Differential Revision: http://reviews.llvm.org/D4871 llvm-svn: 215563
* Add another hint for fixing check-polly errors to get_started.htmlTobias Grosser2014-04-031-1/+4
| | | | | | | | Reversed the order in which LD_LIBRARY_PATH is defined in order to make sure the ${CLOOG_INSTALL} prefix is found first. Contributed-by: Christian Bielert <cib123@googlemail.com> llvm-svn: 205556
* Add a paragraph describing how to configure the python interpreter.Tobias Grosser2014-04-031-0/+8
| | | | | Contributed-by: cib123@googlemail.com llvm-svn: 205549
* www: Fix link to PlutoTobias Grosser2014-03-101-1/+1
| | | | llvm-svn: 203456
* www: Add nice headerTobias Grosser2013-12-191-0/+2
| | | | llvm-svn: 197738
* Rename "polly-test" in the document and script.Logan Chien2013-08-181-3/+3
| | | | | | | | 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
* Create a new directory before running the polly scriptTobias Grosser2012-07-241-1/+2
| | | | | | | Otherwise the script spams the home directory and, in case there are folders of previous attempts lying around, it may fail in some unexpected way. llvm-svn: 160677
* www: Fix typo, replace "LD_LBIRARY_PATH" by "LD_LIBRARY_PATH" in get_started.Hongbin Zheng2012-04-031-1/+1
| | | | llvm-svn: 153948
* www: Append path instead overwrite path when exporting the path of pocc.Hongbin Zheng2012-04-031-1/+1
| | | | llvm-svn: 153936
* www: Fix typo in the setting LD_LBIRARY_PATH command, as pointed out byHongbin Zheng2012-04-031-1/+1
| | | | | | Dmitry N. Mikushin. llvm-svn: 153934
* Get started guide: Suggest users to append the parent directory of cloogHongbin Zheng2012-03-301-1/+8
| | | | | | libraries to LD_LIBRARY_PATH. llvm-svn: 153734
* www: Update links polly.grosser.es -> polly.llvm.orgTobias Grosser2012-02-201-1/+1
| | | | llvm-svn: 150954
* www: Remove PoCC from the prerequisitesTobias Grosser2012-01-311-1/+0
| | | | llvm-svn: 149373
* www: Move PoCC to the end of the installation sectionTobias Grosser2012-01-311-34/+37
| | | | llvm-svn: 149371
* www: Move automatic polly installation to a more prominent placeTobias Grosser2012-01-171-12/+20
| | | | llvm-svn: 148307
* Fix clang svn addressTobias Grosser2012-01-161-1/+1
| | | | llvm-svn: 148248
* Describe how to optionally build the matching clang version.Tobias Grosser2012-01-161-0/+9
| | | | llvm-svn: 148238
* add polly.sh scriptSebastian Pop2012-01-041-0/+6
| | | | llvm-svn: 147543
* www: Document how to run 'make polly-test' for autoconf buildTobias Grosser2011-11-221-2/+3
| | | | llvm-svn: 145075
* www: Fix install location of cloog in the installation guide.Tobias Grosser2011-11-091-1/+1
| | | | llvm-svn: 144192
* www: Change in cloog installation procedureRaghesh Aloor2011-10-261-1/+5
| | | | llvm-svn: 143025
* Address Sebastians commentsTobias Grosser2011-10-061-8/+6
| | | | | | This also adds some other cleanups I performed on my way. llvm-svn: 141275
* Adapt to introduction of isl_spaceTobias Grosser2011-10-061-2/+2
| | | | | | | | Polly should now be compiled with CLooG 0c252c88946b27b7b61a1a8d8fd7f94d2461dbfd and isl 56b7d238929980e62218525b4b3be121af386edf. The most convenient way to update is utils/checkout_cloog.sh. llvm-svn: 141251
* Add a tool to checkout cloog/isl automatically with the correct versions.Tobias Grosser2011-10-051-65/+58
| | | | | | | | The tool is called checkout_cloog.sh. We also update the get_started documentation to include this tool. An older unfinished tool called 'get_cloog.sh' is removed to avoid confusion. llvm-svn: 141212
* Also force a fixed version of cloogTobias Grosser2011-09-091-1/+4
| | | | llvm-svn: 139363
* Change installation instruction to use a fixed isl versionTobias Grosser2011-09-091-15/+10
| | | | llvm-svn: 139362
* www/get_started: Explain when PoCC is neededTobias Grosser2011-06-301-7/+11
| | | | llvm-svn: 134153
* www: How to use most recent version of islTobias Grosser2011-06-301-2/+23
| | | | | | | In some cases it is necessary to use a version of isl that is more recent than the one included with CLooG. Point out what is needed to get such a version. llvm-svn: 134152
* www: Fix path to git repository.Tobias Grosser2011-06-081-1/+1
| | | | llvm-svn: 132761
* Add new website for PollyTobias Grosser2011-05-021-0/+136
Use the content of the Polly wiki page[1] to create a new website. I do not yet plan to officially promote this website, but it is already a solid base that we can improve and peer review. [1] http://wiki.llvm.org/Polly llvm-svn: 130689
OpenPOWER on IntegriCloud