| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 268221
|
|
|
|
|
|
| |
Roman contributed this
llvm-svn: 259486
|
|
|
|
|
|
| |
The necessary support was committed by Johannes in r249971.
llvm-svn: 256826
|
|
|
|
| |
llvm-svn: 256825
|
|
|
|
| |
llvm-svn: 248492
|
|
|
|
| |
llvm-svn: 244009
|
|
|
|
| |
llvm-svn: 242136
|
|
|
|
| |
llvm-svn: 230545
|
|
|
|
| |
llvm-svn: 228858
|
|
|
|
| |
llvm-svn: 228575
|
|
|
|
| |
llvm-svn: 225395
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 225388
|
|
|
|
| |
llvm-svn: 223606
|
|
|
|
| |
llvm-svn: 223605
|
|
|
|
| |
llvm-svn: 222366
|
|
|
|
| |
llvm-svn: 222365
|
|
|
|
| |
llvm-svn: 222362
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 205985
|
|
|
|
| |
llvm-svn: 205984
|
|
|
|
|
|
| |
We only care about cmake and the buildbots test that it works.
llvm-svn: 205983
|
|
|
|
| |
llvm-svn: 205982
|
|
|
|
|
|
| |
We now have both polyhedral dead code elimination as well as LNT buildbots.
llvm-svn: 204445
|
|
|
|
|
|
|
| |
This does not only seem helpful for Polly, but it should help in general to
further reduce bugs.
llvm-svn: 200225
|
|
|
|
| |
llvm-svn: 197760
|
|
|
|
| |
llvm-svn: 197747
|
|
|
|
| |
llvm-svn: 197746
|
|
|
|
| |
llvm-svn: 197738
|
|
|
|
| |
llvm-svn: 157690
|
|
|
|
| |
llvm-svn: 153664
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
llvm-svn: 152308
|
|
|
|
| |
llvm-svn: 152305
|
|
|
|
| |
llvm-svn: 150954
|
|
|
|
| |
llvm-svn: 142748
|
|
|
|
| |
llvm-svn: 135385
|
|
|
|
| |
llvm-svn: 131361
|
|
|
|
| |
llvm-svn: 131307
|
|
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
|