summaryrefslogtreecommitdiffstats
path: root/polly/www/index.html
Commit message (Collapse)AuthorAgeFilesLines
* [www] More HTTPS and outdated link fixes.Stephan T. Lavavej2019-11-081-4/+4
| | | | Resolves D69981.
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-13/+13
| | | | | | | | | | | | | | | | | | | | | | 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
* fix the scan-build urlsSylvestre Ledru2018-09-211-2/+2
| | | | llvm-svn: 342716
* [Polly] Information about generalized matrix multiplicationRoman Gareev2017-09-241-0/+15
| | | | | | | | Reviewed-by: Tobias Grosser <tobias@grosser.es> Differential Revision: https://reviews.llvm.org/D38218 llvm-svn: 314081
* www: Add news for HiPEAC 2017Tobias Grosser2017-01-081-0/+8
| | | | llvm-svn: 291384
* www: Add IMPACT 2017 announcement to news pageTobias Grosser2016-08-301-0/+9
| | | | llvm-svn: 280060
* doc: A source code with Polly does not use a separate module (by default)Tobias Grosser2016-04-291-0/+8
| | | | llvm-svn: 268034
* AST Generation Paper published in TOPLASTobias Grosser2015-08-151-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The July issue of TOPLAS contains a 50 page discussion of the AST generation techniques used in Polly. This discussion gives not only an in-depth description of how we (re)generate an imperative AST from our polyhedral based mathematical program description, but also gives interesting insights about: - Schedule trees: A tree-based mathematical program description that enables us to perform loop transformations on an abstract level, while issues like the generation of the correct loop structure and loop bounds will be taken care of by our AST generator. - Polyhedral unrolling: We discuss techniques that allow the unrolling of non-trivial loops in the context of parameteric loop bounds, complex tile shapes and conditionally executed statements. Such unrolling support enables the generation of predicated code e.g. in the context of GPGPU computing. - Isolation for full/partial tile separation: We discuss native support for handling full/partial tile separation and -- in general -- native support for isolation of boundary cases to enable smooth code generation for core computations. - AST generation with modulo constraints: We discuss how modulo mappings are lowered to efficient C/LLVM code. - User-defined constraint sets for run-time checks We discuss how arbitrary sets of constraints can be used to automatically create run-time checks that ensure a set of constrainst actually hold. This feature is very useful to verify at run-time various assumptions that have been taken program optimization. Polyhedral AST generation is more than scanning polyhedra Tobias Grosser, Sven Verdoolaege, Albert Cohen ACM Transations on Programming Languages and Systems (TOPLAS), 37(4), July 2015 llvm-svn: 245157
* Drop outdated videoTobias Grosser2015-07-141-27/+0
| | | | llvm-svn: 242135
* Format non-affine subregions news itemJohannes Doerfert2015-02-281-3/+5
| | | | llvm-svn: 230852
* Add non-affine subregions to the newsJohannes Doerfert2015-02-281-0/+7
| | | | llvm-svn: 230851
* [Polly] Remove the PoCC and ScopLib supportJohannes Doerfert2014-08-131-2/+13
| | | | | | | | | 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
* www: Fix grammar.Tobias Grosser2014-06-101-3/+3
| | | | | Reported-by: Jules Gagnon-Marchand <jules_gagnonm@hotmail.com> llvm-svn: 210576
* www: Polly can be built without any GPLed softwareTobias Grosser2014-06-041-0/+12
| | | | | | Thanks to Sebastian Pop and David Peixotto. llvm-svn: 210176
* www: Reference phone call notesTobias Grosser2014-04-231-0/+3
| | | | llvm-svn: 207006
* Link to notes of our last phone callTobias Grosser2014-04-171-0/+3
| | | | llvm-svn: 206488
* Remove OpenScopTobias Grosser2014-04-111-5/+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
* Add link to meeting notesTobias Grosser2014-04-101-1/+4
| | | | llvm-svn: 205980
* Note of last Polly phone callTobias Grosser2014-04-031-0/+7
| | | | llvm-svn: 205553
* www: Remove warning about the implementation statusTobias Grosser2014-03-211-7/+0
| | | | | | | | It does not seem to add a lot of value, as it leaves unclear which parts are mature and whichs not. Adding this informatin also does not make sense, as it changes rapidly. llvm-svn: 204447
* www: Rewrite the intro about PollyTobias Grosser2014-03-211-9/+14
| | | | llvm-svn: 204446
* [www] announce static links of polly in toolsSebastian Pop2014-03-191-1/+10
| | | | llvm-svn: 204265
* www: Add FOSDEM presentation and Polly buildbotsTobias Grosser2014-02-191-0/+16
| | | | llvm-svn: 201720
* Add link to polyhedral.infoTobias Grosser2014-02-111-0/+2
| | | | | | This website provides general information about polyhedral compilation. llvm-svn: 201192
* www: Fix typo IITobias Grosser2014-01-061-1/+1
| | | | llvm-svn: 198596
* www: Fix typoTobias Grosser2014-01-061-2/+2
| | | | llvm-svn: 198595
* www: Add link to newly released islplot libraryTobias Grosser2014-01-061-0/+14
| | | | llvm-svn: 198594
* www: Fix typosTobias Grosser2013-12-201-2/+2
| | | | | Reported-by: Dmitry N. Mikushin <maemarcus@gmail.com> llvm-svn: 197796
* www: No need to mention Polly in each subtitleTobias Grosser2013-12-201-1/+1
| | | | llvm-svn: 197760
* www: Add nice headerTobias Grosser2013-12-191-0/+2
| | | | llvm-svn: 197738
* Fix a typo in my family name. Tobias: ;) Sylvestre Ledru2013-10-291-1/+1
| | | | llvm-svn: 193603
* www: Add information about upcoming Loop Optimization BoFTobias Grosser2013-10-261-0/+8
| | | | llvm-svn: 193468
* www: Add information about isl-0.12.1 releaseTobias Grosser2013-10-261-7/+17
| | | | | | | | Polly can now be compiled without explicitly linking to GMP licensed code. This patch also contains some formatting improvements. llvm-svn: 193467
* www: Add information about code coverage and static analysisTobias Grosser2013-10-261-0/+9
| | | | llvm-svn: 193466
* www: Add news to Polly websiteTobias Grosser2012-12-291-0/+7
| | | | llvm-svn: 171231
* www: Clarify that GMP is LGPL licensedTobias Grosser2012-10-121-1/+2
| | | | llvm-svn: 165789
* Update the 'News' section on the Polly pageTobias Grosser2012-10-071-0/+31
| | | | llvm-svn: 165378
* www: Move the Polly architecture to the documentationTobias Grosser2012-03-081-4/+0
| | | | llvm-svn: 152309
* Add information, that Polly became a real LLVM projectTobias Grosser2012-02-201-0/+5
| | | | llvm-svn: 150955
* www: Spelling fixesTobias Grosser2012-01-311-2/+4
| | | | | | Reported by Sebastian Pop llvm-svn: 149410
* www: Add news about the improved isl scheduling supportTobias Grosser2012-01-311-1/+11
| | | | llvm-svn: 149374
* www: Enable mp4 version of the developer meeting talkTobias Grosser2011-12-141-6/+3
| | | | llvm-svn: 146559
* www: Add LLVM Developer Meeting Video (webm only)Tobias Grosser2011-12-131-0/+35
| | | | llvm-svn: 146486
* www: Improve styling of news sectionTobias Grosser2011-12-131-49/+151
| | | | llvm-svn: 146485
* www: Rephrase the introduction to PollyTobias Grosser2011-12-131-14/+15
| | | | llvm-svn: 146484
* www: Add some news about PollyTobias Grosser2011-11-101-0/+12
| | | | llvm-svn: 144288
* Link to the new LLVM buildbotsTobias Grosser2011-10-231-1/+1
| | | | llvm-svn: 142748
* www: Fix typoTobias Grosser2011-07-181-1/+1
| | | | | | Reported by: Chad Rosier <mcrosier@apple.com> llvm-svn: 135428
* www: Mention new Polly Builder in NewsTobias Grosser2011-07-181-0/+3
| | | | llvm-svn: 135421
* www: Fix typos.Tobias Grosser2011-06-301-1/+1
| | | | llvm-svn: 134158
OpenPOWER on IntegriCloud