Stephan T. Lavavej
2e4f1e112d
[www] Change URLs to HTTPS.
...
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
2019-10-24 13:25:15 -07:00
James Y Knight
5d71fc5d7b
Adjust documentation for git migration.
...
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
2019-01-29 16:37:27 +00:00
Tanya Lattner
bba51dc31f
Update references to new lists.llvm.org mailing lists.
...
llvm-svn: 244002
2015-08-05 03:58:00 +00:00
Alexey Samsonov
247eb8e52e
Rewrite compiler-rt.llvm.org to make it relevant
...
llvm-svn: 202402
2014-02-27 14:39:48 +00:00
Daniel Dunbar
6d4db897a9
www: Add some more notes to compiler-rt web page.
...
llvm-svn: 146047
2011-12-07 18:43:12 +00:00
Chris Lattner
f8a07f67e7
compiler_rt is now dual licensed under MIT and UIUC license.
...
llvm-svn: 119389
2010-11-16 21:34:56 +00:00
Chris Lattner
2dd1552588
improve bullets, patch by Mike Miller
...
llvm-svn: 103000
2010-05-04 05:19:07 +00:00
Edward O'Callaghan
683dcc63b1
Add DragonFly BSD to supported platforms list.
...
llvm-svn: 85727
2009-11-01 18:30:27 +00:00
Edward O'Callaghan
6d0a86cbd1
Update web docs for cmake test suit, comment out broken test.
...
llvm-svn: 85350
2009-10-28 00:09:30 +00:00
Edward O'Callaghan
bc85722d34
Improve doc readability.
...
llvm-svn: 83414
2009-10-06 21:03:43 +00:00
Edward O'Callaghan
e1cc630483
Update compiler-rt online docs to reflex recent work and testing.
...
llvm-svn: 83413
2009-10-06 21:01:17 +00:00
Edward O'Callaghan
b5127599f9
Note about compiler-rt only building on Darwin no longer applies.
...
llvm-svn: 82609
2009-09-23 05:06:46 +00:00
Edward O'Callaghan
0e38b38dd1
Update site information to reflect using cmake to build compiler-rt and not legacy makefiles.
...
llvm-svn: 82608
2009-09-23 05:04:26 +00:00
Edward O'Callaghan
6e8ae17e23
Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing.
...
llvm-svn: 80914
2009-09-03 11:13:06 +00:00
Edward O'Callaghan
eb5cb6b515
Some compiler-rt www site improvements.
...
llvm-svn: 78052
2009-08-04 04:48:38 +00:00
Edward O'Callaghan
5f730b8565
Small syntax error in HTML.
...
llvm-svn: 77936
2009-08-03 01:29:04 +00:00
Edward O'Callaghan
b472633401
Small improvement to Compiler-RT docs and add a CREDITS.TXT file to source.
...
llvm-svn: 77934
2009-08-03 01:26:42 +00:00
Chris Lattner
b6fb62ceb0
fix broken links.
...
llvm-svn: 74727
2009-07-02 21:35:49 +00:00
Chris Lattner
c60cfbd302
test commit
...
llvm-svn: 74726
2009-07-02 21:34:35 +00:00
Chris Lattner
aa8450256e
mention the license.
...
llvm-svn: 74725
2009-07-02 21:29:19 +00:00
Chris Lattner
503c370dea
add the "get it and get involved" section.
...
llvm-svn: 74617
2009-07-01 17:16:20 +00:00
Chris Lattner
a1d7ab47fa
initial web page for compiler_rt
...
llvm-svn: 74567
2009-06-30 22:56:43 +00:00