summaryrefslogtreecommitdiffstats
path: root/polly/www/documentation
Commit message (Collapse)AuthorAgeFilesLines
* [WWW] Update passesJohannes Doerfert2016-04-051-4/+1
| | | | llvm-svn: 265410
* www; Drop memory access documentationTobias Grosser2016-03-251-128/+0
| | | | | | | This is an old google summer of code project that has been replaced completely by our new AST generator. llvm-svn: 264398
* Rename 'scattering' to 'schedule'Tobias Grosser2015-04-211-2/+2
| | | | | | | | | | | | | | | | In Polly we used both the term 'scattering' and the term 'schedule' to describe the execution order of a statement without actually distinguishing between them. We now uniformly use the term 'schedule' for the execution order. This corresponds to the terminology of isl. History: CLooG introduced the term scattering as the generated code can be used as a sequential execution order (schedule) or as a parallel dimension enumerating different threads of execution (placement). In Polly and/or isl the term placement was never used, but we uniformly refer to an execution order as a schedule and only later introduce parallelism. When doing so we do not talk about about specific placement dimensions. llvm-svn: 235380
* Delete some leftovers from scoplibTobias Grosser2015-03-301-4/+0
| | | | llvm-svn: 233571
* Drop Cloog supportJohannes Doerfert2014-12-022-4/+2
| | | | | | | | | 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-4/+4
| | | | | | | | | 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
* Remove OpenScopTobias Grosser2014-04-111-4/+0
| | | | | | | | | We only supported a very old version of OpenScop that was entirely different to what OpenScop is today. To not confuse people, we remove this old and unusable support. If anyone is interested to add OpenScop support back in, the relevant patches are available in version control. llvm-svn: 206026
* www: Do not use a fixed with, but use max-widthTobias Grosser2013-12-201-1/+1
| | | | | | | | | Further: o ensure that the header is properly readable even on smaller screen sizes. o Shorten the table of contents of the documentation section. llvm-svn: 197794
* www: No need to mention Polly in each subtitleTobias Grosser2013-12-203-3/+3
| | | | llvm-svn: 197760
* www: Add nice headerTobias Grosser2013-12-194-0/+8
| | | | llvm-svn: 197738
* Remove unneeded RegionSimplify pass.Tobias Grosser2013-04-171-1/+0
| | | | | | | | | | | | | We now support regions with multiple entries and multiple exits natively. Regions are not needed to be simplified to single entry and single exit. We need to XFAIL two test cases as this change increases the scop coverage and uncoveres two failures in the independent blocks pass. The first failure will be fixed in a subsequent commit, the second one is in the non-default -polly-codegen-scev mode and still needs to be fixed. Contributed-by: Star Tan <tanmx_star@yeah.net> llvm-svn: 179673
* www: Add GPGPU Code Generation Documentation.Tobias Grosser2012-05-301-0/+227
| | | | llvm-svn: 157690
* Memaccess: Updating DocumentationRaghesh Aloor2012-03-151-0/+17
| | | | | | | Adding documentation for changes in coefficients of induction variables. llvm-svn: 152795
* www: Really fix itTobias Grosser2012-03-081-1/+1
| | | | llvm-svn: 152311
* www: Fix link to imageTobias Grosser2012-03-081-1/+1
| | | | llvm-svn: 152310
* www: Move the Polly architecture to the documentationTobias Grosser2012-03-081-0/+21
| | | | llvm-svn: 152309
* www: Point to the memaccess documentationTobias Grosser2012-03-081-2/+2
| | | | llvm-svn: 152308
* Register Passes: Use -polly-optimizer=(isl|pocc) to switch optimizersTobias Grosser2011-11-221-2/+2
| | | | | | | This replaces the old option -polly-use-pocc. Also call the passes uniformly -polly-opt-pocc and -polly-opt-isl. llvm-svn: 145071
* www: Updating memaccess DocumentationRaghesh Aloor2011-08-151-0/+18
| | | | llvm-svn: 137607
* www: Memory Access Documentation UpdateRaghesh Aloor2011-07-211-0/+4
| | | | llvm-svn: 135641
* www/memaccess: Fix forgotten typoTobias Grosser2011-07-051-1/+1
| | | | llvm-svn: 134435
* www: Updating memaccess documentationRaghesh Aloor2011-07-051-135/+79
| | | | | | | This is a complete rewrite to memaccess.html file. This removed some unwanted html tags. llvm-svn: 134429
* www: Adding webpage to track memory access transformationRaghesh Aloor2011-06-181-0/+143
| | | | llvm-svn: 133354
* www: Add a separarate documentation section.Tobias Grosser2011-05-241-0/+68
llvm-svn: 131962
OpenPOWER on IntegriCloud