| 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
|
|
|
|
|
|
|
|
|
|
| |
As proposed here: https://lists.llvm.org/pipermail/llvm-dev/2019-June/133147.html
This patch raises the minimum supported version to build LLVM/Clang to Visual Studio 2017.
Differential Revision: https://reviews.llvm.org/D64326
llvm-svn: 365454
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
- Update the example VS project generation to use VS2017.
- Add docs for generating ninja build files, since they are popular.
- Remove reference to "make update" which no longer exists. Mention the
monorepo instead.
- Try to explain gnuwin32/coreutils requirements better.
- Use https:// links where possible
Reviewers: zturner, STL_MSFT
Subscribers: jfb, cfe-commits
Differential Revision: https://reviews.llvm.org/D52843
llvm-svn: 343809
|
|
|
|
| |
llvm-svn: 342801
|
|
|
|
| |
llvm-svn: 338098
|
|
|
|
|
|
| |
commit in r303912.
llvm-svn: 303913
|
|
|
|
| |
llvm-svn: 286696
|
|
|
|
| |
llvm-svn: 282402
|
|
|
|
|
|
|
|
| |
s/checkout/check out/ when used as a verb.
Differential Revision: http://reviews.llvm.org/D19285
llvm-svn: 266887
|
|
|
|
|
|
|
|
|
|
|
|
| |
compiler-rt is optional. We often get email from users with compiler-rt
build errors who don't actually need compiler-rt. Marking it optional
should help them avoid those potential problems.
While I'm here, update a reference to the build directory and remove an
obsolete reference to llvm-gcc. Nobody today is under the impression
that Clang depends on GCC.
llvm-svn: 265963
|
|
|
|
| |
llvm-svn: 259278
|
|
|
|
|
|
|
| |
Since the instructions use cmake, we should probably refer to the
cmake flags and not the configure ones.
llvm-svn: 255297
|
|
|
|
| |
llvm-svn: 247696
|
|
|
|
| |
llvm-svn: 236734
|
|
|
|
| |
llvm-svn: 236733
|
|
|
|
| |
llvm-svn: 235402
|
|
|
|
| |
llvm-svn: 207362
|
|
|
|
|
|
| |
Patch thanks to Nikola Smiljanic!
llvm-svn: 199457
|
|
|
|
|
|
| |
This is no longer true.
llvm-svn: 179519
|
|
|
|
|
|
|
|
| |
implement correct functionality, even if it's not optimal. On this basis, mark
"data dependency ordering" as done. Add footnotes for cases where our
implementation is known to be suboptimal.
llvm-svn: 176891
|
|
|
|
|
|
| |
Suggested by Sean McBride, thanks!
llvm-svn: 168745
|
|
|
|
|
|
| |
Suggested by Sean McBride, thanks!
llvm-svn: 168744
|
|
|
|
|
|
|
|
|
|
|
| |
structure of how we're building concrete tools as well as tooling
infrastructure as part of the Clang project.
This documentation is definitely still rough. If anyone can improve it,
flesh it out, or help structure it in a more natural way, please, help!
=] This is not my forte, and patches here are more than welcome!
llvm-svn: 161855
|
|
|
|
|
|
| |
return to the same directory.
llvm-svn: 161823
|
|
|
|
| |
llvm-svn: 160622
|
|
|
|
|
|
|
|
| |
on Linux in the getting started documentation.
Patch by Nathan Ridge.
llvm-svn: 156911
|
|
|
|
| |
llvm-svn: 150181
|
|
|
|
| |
llvm-svn: 148219
|
|
|
|
| |
llvm-svn: 146014
|
|
|
|
|
|
|
| |
Clang. It isn't any more, and we're not going to twist the code around
to make it work.
llvm-svn: 144815
|
|
|
|
|
|
| |
perhaps that's a bit out of date because it doesn't look like current clang behavior)
llvm-svn: 143913
|
|
|
|
|
|
| |
instructions of Visual Studio. Thanks to Andreas Bittel to point it out.
llvm-svn: 135907
|
|
|
|
| |
llvm-svn: 129013
|
|
|
|
| |
llvm-svn: 128372
|
|
|
|
| |
llvm-svn: 122003
|
|
|
|
| |
llvm-svn: 118095
|
|
|
|
| |
llvm-svn: 117723
|
|
|
|
| |
llvm-svn: 115972
|
|
|
|
| |
llvm-svn: 109464
|
|
|
|
| |
llvm-svn: 103202
|
|
|
|
| |
llvm-svn: 99843
|
|
|
|
| |
llvm-svn: 91176
|
|
|
|
| |
llvm-svn: 86509
|
|
|
|
| |
llvm-svn: 86507
|
|
|
|
| |
llvm-svn: 86506
|
|
|
|
| |
llvm-svn: 86200
|
|
|
|
|
|
| |
VS2008. Remove obsolete remark
llvm-svn: 82895
|
|
|
|
|
|
| |
John Thompson!
llvm-svn: 79518
|
|
|
|
|
|
| |
Patch by John Thompson!
llvm-svn: 78307
|