summaryrefslogtreecommitdiffstats
path: root/polly/www/todo.html
Commit message (Collapse)AuthorAgeFilesLines
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-15/+15
| | | | | | | | | | | | | | | | | | | | | | 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-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Mark task as done and me as owner of some taskJohannes Doerfert2016-05-021-6/+6
| | | | llvm-svn: 268221
* www: Mark full/partial tile separation for vectorization as 'done'Tobias Grosser2016-02-021-1/+1
| | | | | | Roman contributed this llvm-svn: 259486
* TODO: Polly can handle boolean expressions (Open->Done)Tobias Grosser2016-01-051-1/+1
| | | | | | The necessary support was committed by Johannes in r249971. llvm-svn: 256826
* TODO: We do not use -independent-blocks any more (Open -> Done)Tobias Grosser2016-01-051-1/+1
| | | | llvm-svn: 256825
* Mark a couple of issues as doneTobias Grosser2015-09-241-4/+4
| | | | llvm-svn: 248492
* Update links to lists.llvm.org.Tanya Lattner2015-08-051-1/+1
| | | | llvm-svn: 244009
* Mark a couple of items as completedTobias Grosser2015-07-141-2/+2
| | | | llvm-svn: 242136
* Add non-affine subregions to the TODO listJohannes Doerfert2015-02-251-0/+6
| | | | llvm-svn: 230545
* Update TODO list.Johannes Doerfert2015-02-111-2/+2
| | | | llvm-svn: 228858
* isl is now distributed with pollyTobias Grosser2015-02-091-1/+1
| | | | llvm-svn: 228575
* todo: Remove some redundant topicsTobias Grosser2015-01-071-18/+0
| | | | llvm-svn: 225395
* todo: Adding native OpenSCoP support to Polly does not seem desirableTobias Grosser2015-01-071-5/+0
| | | | | | | | This would add another library dependency to Polly. In many cases the JSCoP interface we have should be enough and an external JSCoP <> OpenSCoP converter could be written. We can reconsider this if new use cases show up. llvm-svn: 225390
* Add updated TODO listTobias Grosser2015-01-071-5/+220
| | | | llvm-svn: 225388
* www-todo: No need to directly integrate with the basic block vectorizerTobias Grosser2014-12-071-7/+0
| | | | llvm-svn: 223606
* www-todo: We assume accesses to fixed-size arrays are in-boundsTobias Grosser2014-12-071-2/+2
| | | | llvm-svn: 223605
* todo: We can support modifiable memory access functionsTobias Grosser2014-11-191-3/+2
| | | | llvm-svn: 222366
* todo: We now have OpenMP support in isl backendTobias Grosser2014-11-191-4/+4
| | | | llvm-svn: 222365
* Change states in the www/todo.html listJohannes Doerfert2014-11-191-7/+12
| | | | llvm-svn: 222362
* Remove OpenScopTobias Grosser2014-04-111-7/+1
| | | | | | | | | 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
* todo: Update todo listTobias Grosser2014-04-101-29/+62
| | | | llvm-svn: 205985
* www: Fix typoTobias Grosser2014-04-101-1/+1
| | | | llvm-svn: 205984
* todo: Building against an installed LLVM worksTobias Grosser2014-04-101-1/+1
| | | | | | We only care about cmake and the buildbots test that it works. llvm-svn: 205983
* www: We have no interest in FORTRAN support in test suiteTobias Grosser2014-04-101-4/+1
| | | | llvm-svn: 205982
* www: Mark a couple of projects doneTobias Grosser2014-03-211-2/+2
| | | | | | We now have both polyhedral dead code elimination as well as LNT buildbots. llvm-svn: 204445
* TODO: Add topic 'teach bugpoint to extract regions'Tobias Grosser2014-01-271-0/+4
| | | | | | | This does not only seem helpful for Polly, but it should help in general to further reduce bugs. llvm-svn: 200225
* www: No need to mention Polly in each subtitleTobias Grosser2013-12-201-1/+2
| | | | llvm-svn: 197760
* www: Mark more items doneTobias Grosser2013-12-191-2/+2
| | | | llvm-svn: 197747
* www: We already integrated the isl code generatorTobias Grosser2013-12-191-1/+1
| | | | llvm-svn: 197746
* www: Add nice headerTobias Grosser2013-12-191-0/+2
| | | | llvm-svn: 197738
* www: Add GPGPU Code Generation Documentation.Tobias Grosser2012-05-301-0/+7
| | | | llvm-svn: 157690
* www: Add more missing features to the TODO listTobias Grosser2012-03-291-10/+28
| | | | llvm-svn: 153664
* www: Update TODO listTobias Grosser2012-03-291-17/+36
| | | | | | | | | - Link to several new bug reports that describe problems in more detail - Add some more items - Remove owners for inactive projects. This just blocks other people - Rename 'middle part' to 'optimizer' llvm-svn: 153647
* www: Point to the memaccess documentationTobias Grosser2012-03-081-1/+3
| | | | llvm-svn: 152308
* www: Update todo pageTobias Grosser2012-03-081-229/+227
| | | | llvm-svn: 152305
* www: Update links polly.grosser.es -> polly.llvm.orgTobias Grosser2012-02-201-3/+2
| | | | llvm-svn: 150954
* Link to the new LLVM buildbotsTobias Grosser2011-10-231-1/+1
| | | | llvm-svn: 142748
* www: Buildbot set upTobias Grosser2011-07-181-2/+5
| | | | llvm-svn: 135385
* www: Colorize TODO statusTobias Grosser2011-05-141-30/+30
| | | | llvm-svn: 131361
* www: Update status of our move to the LLVM infrastructureTobias Grosser2011-05-131-16/+33
| | | | llvm-svn: 131307
* Add new website for PollyTobias Grosser2011-05-021-0/+363
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