| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The patch files section is redundant to https://llvm.org/docs/GettingStarted.html.
There is nothing clang specific here. We are talking about a monorepo after all.
While it may seem nice to have one single clang page which explains everything,
it's not: It doesn't cover the topics in sufficient depth, it's redundant to
other pages and it's hard to keep it up to date as we see with the svn
instructions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: 345267
|
|
|
|
| |
llvm-svn: 338098
|
|
|
|
| |
llvm-svn: 328447
|
|
|
|
| |
llvm-svn: 315652
|
|
|
|
|
|
|
|
|
| |
install clang native visualizer
This is the clang equivalent to llvm commit 264601. When using Visual Studio 2015, cmake now puts the native visualizers in llvm.sln, so the developer automatically sees custom visualizations.
Much thanks to ariccio who provided extensive help on this change. (manual installation still needed on VS2013).
llvm-svn: 264603
|
|
|
|
|
|
|
|
|
|
| |
1. Having "get started", "get involved", and "hacking" makes it hard to find
how to send patches, so add a link from "get involved" to "hacking".
2. Remove an almost 5 year old note on the test running meachanism changing
soon.
3. Let "hacking" link to the LLVM developer policy.
llvm-svn: 210826
|
|
|
|
| |
llvm-svn: 200460
|
|
|
|
| |
llvm-svn: 168118
|
|
|
|
|
|
| |
command-line requires making sure the relevant files are generated first. Patch by Matt Fowles, with some minor modifications.
llvm-svn: 154795
|
|
|
|
|
|
| |
built from MSVC.
llvm-svn: 150180
|
|
|
|
| |
llvm-svn: 148219
|
|
|
|
| |
llvm-svn: 145000
|
|
|
|
|
|
|
| |
Clang. It isn't any more, and we're not going to twist the code around
to make it work.
llvm-svn: 144815
|
|
|
|
| |
llvm-svn: 136207
|
|
|
|
|
|
| |
Luis Felipe Strano Moraes!
llvm-svn: 129559
|
|
|
|
| |
llvm-svn: 127863
|
|
|
|
|
|
| |
add proper slashes to URL.
llvm-svn: 127862
|
|
|
|
|
|
| |
document, from Yuri Gribov
llvm-svn: 124130
|
|
|
|
| |
llvm-svn: 113704
|
|
|
|
|
|
| |
titled "Testing on the Command Line".
llvm-svn: 112972
|
|
|
|
|
|
| |
Collingbourne
llvm-svn: 105791
|
|
|
|
|
|
| |
forbidden.
llvm-svn: 94137
|
|
|
|
| |
llvm-svn: 91176
|
|
|
|
| |
llvm-svn: 86200
|
|
|
|
|
|
| |
John Thompson!
llvm-svn: 79518
|
|
|
|
| |
llvm-svn: 78320
|
|
|
|
|
|
| |
Patch by John Thompson!
llvm-svn: 77988
|
|
|
|
|
|
| |
Correct two files with inconsistent lines endings.
llvm-svn: 64564
|
|
|
|
| |
llvm-svn: 60029
|
|
|
|
|
|
| |
suite with clang.
llvm-svn: 59536
|
|
|
|
| |
llvm-svn: 59272
|
|
developing clang.
llvm-svn: 59270
|