Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [www] Change URLs to HTTPS. | Stephan T. Lavavej | 2019-10-24 | 1 | -22/+22 |
| | | | | | | | | | | | | | | | | | | | | | | 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 Knight | 2019-01-29 | 2 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Update references to new lists.llvm.org mailing lists. | Tanya Lattner | 2015-08-05 | 2 | -4/+4 |
| | | | | llvm-svn: 244002 | ||||
* | Rewrite compiler-rt.llvm.org to make it relevant | Alexey Samsonov | 2014-02-27 | 1 | -96/+67 |
| | | | | llvm-svn: 202402 | ||||
* | www: Add some more notes to compiler-rt web page. | Daniel Dunbar | 2011-12-07 | 1 | -0/+16 |
| | | | | llvm-svn: 146047 | ||||
* | compiler_rt is now dual licensed under MIT and UIUC license. | Chris Lattner | 2010-11-16 | 1 | -3/+3 |
| | | | | llvm-svn: 119389 | ||||
* | improve bullets, patch by Mike Miller | Chris Lattner | 2010-05-04 | 1 | -2/+10 |
| | | | | llvm-svn: 103000 | ||||
* | Add DragonFly BSD to supported platforms list. | Edward O'Callaghan | 2009-11-01 | 1 | -0/+4 |
| | | | | llvm-svn: 85727 | ||||
* | Update web docs for cmake test suit, comment out broken test. | Edward O'Callaghan | 2009-10-28 | 1 | -0/+3 |
| | | | | llvm-svn: 85350 | ||||
* | Improve doc readability. | Edward O'Callaghan | 2009-10-06 | 1 | -7/+1 |
| | | | | llvm-svn: 83414 | ||||
* | Update compiler-rt online docs to reflex recent work and testing. | Edward O'Callaghan | 2009-10-06 | 1 | -0/+6 |
| | | | | llvm-svn: 83413 | ||||
* | Note about compiler-rt only building on Darwin no longer applies. | Edward O'Callaghan | 2009-09-23 | 1 | -3/+0 |
| | | | | llvm-svn: 82609 | ||||
* | Update site information to reflect using cmake to build compiler-rt and not ↵ | Edward O'Callaghan | 2009-09-23 | 1 | -1/+4 |
| | | | | | | legacy makefiles. llvm-svn: 82608 | ||||
* | Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing. | Edward O'Callaghan | 2009-09-03 | 1 | -0/+4 |
| | | | | llvm-svn: 80914 | ||||
* | Some compiler-rt www site improvements. | Edward O'Callaghan | 2009-08-04 | 1 | -8/+34 |
| | | | | llvm-svn: 78052 | ||||
* | Small syntax error in HTML. | Edward O'Callaghan | 2009-08-03 | 1 | -1/+1 |
| | | | | llvm-svn: 77936 | ||||
* | Small improvement to Compiler-RT docs and add a CREDITS.TXT file to source. | Edward O'Callaghan | 2009-08-03 | 1 | -1/+23 |
| | | | | llvm-svn: 77934 | ||||
* | fix broken links. | Chris Lattner | 2009-07-02 | 1 | -3/+3 |
| | | | | llvm-svn: 74727 | ||||
* | test commit | Chris Lattner | 2009-07-02 | 1 | -0/+1 |
| | | | | llvm-svn: 74726 | ||||
* | mention the license. | Chris Lattner | 2009-07-02 | 1 | -0/+4 |
| | | | | llvm-svn: 74725 | ||||
* | add the "get it and get involved" section. | Chris Lattner | 2009-07-01 | 1 | -9/+26 |
| | | | | llvm-svn: 74617 | ||||
* | initial web page for compiler_rt | Chris Lattner | 2009-06-30 | 4 | -0/+150 |
llvm-svn: 74567 |