summaryrefslogtreecommitdiffstats
path: root/compiler-rt/www
Commit message (Collapse)AuthorAgeFilesLines
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-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 Knight2019-01-292-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 Lattner2015-08-052-4/+4
| | | | llvm-svn: 244002
* Rewrite compiler-rt.llvm.org to make it relevantAlexey Samsonov2014-02-271-96/+67
| | | | llvm-svn: 202402
* www: Add some more notes to compiler-rt web page.Daniel Dunbar2011-12-071-0/+16
| | | | llvm-svn: 146047
* compiler_rt is now dual licensed under MIT and UIUC license.Chris Lattner2010-11-161-3/+3
| | | | llvm-svn: 119389
* improve bullets, patch by Mike MillerChris Lattner2010-05-041-2/+10
| | | | llvm-svn: 103000
* Add DragonFly BSD to supported platforms list.Edward O'Callaghan2009-11-011-0/+4
| | | | llvm-svn: 85727
* Update web docs for cmake test suit, comment out broken test.Edward O'Callaghan2009-10-281-0/+3
| | | | llvm-svn: 85350
* Improve doc readability.Edward O'Callaghan2009-10-061-7/+1
| | | | llvm-svn: 83414
* Update compiler-rt online docs to reflex recent work and testing.Edward O'Callaghan2009-10-061-0/+6
| | | | llvm-svn: 83413
* Note about compiler-rt only building on Darwin no longer applies.Edward O'Callaghan2009-09-231-3/+0
| | | | llvm-svn: 82609
* Update site information to reflect using cmake to build compiler-rt and not ↵Edward O'Callaghan2009-09-231-1/+4
| | | | | | legacy makefiles. llvm-svn: 82608
* Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing.Edward O'Callaghan2009-09-031-0/+4
| | | | llvm-svn: 80914
* Some compiler-rt www site improvements.Edward O'Callaghan2009-08-041-8/+34
| | | | llvm-svn: 78052
* Small syntax error in HTML.Edward O'Callaghan2009-08-031-1/+1
| | | | llvm-svn: 77936
* Small improvement to Compiler-RT docs and add a CREDITS.TXT file to source.Edward O'Callaghan2009-08-031-1/+23
| | | | llvm-svn: 77934
* fix broken links.Chris Lattner2009-07-021-3/+3
| | | | llvm-svn: 74727
* test commitChris Lattner2009-07-021-0/+1
| | | | llvm-svn: 74726
* mention the license.Chris Lattner2009-07-021-0/+4
| | | | llvm-svn: 74725
* add the "get it and get involved" section.Chris Lattner2009-07-011-9/+26
| | | | llvm-svn: 74617
* initial web page for compiler_rtChris Lattner2009-06-304-0/+150
llvm-svn: 74567
OpenPOWER on IntegriCloud