aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/www
AgeCommit message (Collapse)AuthorFilesLines
2023-11-09[compiler-rt][www] replace deprecated LLVM_CONFIG_PATH with LLVM_CMAKE_DIR ↵Cullen Rhodes1-1/+1
(#71500) This updates the standalone build docs for compiler-rt to replace deprecated LLVM_CONFIG_PATH with LLVM_CMAKE_DIR. A warning (added in D137024) is emitted for the current instructions. --------- Co-authored-by: Chris B <cbieneman@microsoft.com>
2023-03-15[compiler-rt] Point UndefinedBehaviorSanitizer link to its own page.Frederic Cambus1-1/+1
2022-07-22Remove references to old mailing lists that have moved to discourse. Replace ↵tlattner1-5/+3
with links to discourse. Reviewed By: #libc_abi, ldionne Differential Revision: https://reviews.llvm.org/D129675
2022-03-23[compiler-rt] Remove forgotten mention of SVN modules, LLVM now uses Git.Frederic Cambus1-1/+1
2022-03-23Replace links to archived mailing lists by links to Discourse forumsDanny Mösch1-1/+1
2022-03-21[compiler-rt] Remove mentions of AuroraUX in code comments and docs.Frederic Cambus1-1/+1
AuroraUX was an operating system project based on an OpenSolaris kernel and an Ada userland. There appear to be no public code or release available online anymore. The project page on Wikipedia [1] was deleted in January 2012, and a news item [2] from November 2012 has more details. [1] https://en.wikipedia.org/w/index.php?title=Special:Log/delete&page=AuroraUX [2] https://www.phoronix.com/scan.php?page=news_item&px=MTIyMTI
2022-02-10Update all LLVM documentation mentioning runtimes in LLVM_ENABLE_PROJECTSLouis Dionne1-1/+1
We are moving away from building the runtimes with LLVM_ENABLE_PROJECTS, however the documentation was largely outdated. This commit updates all the documentation I could find to use LLVM_ENABLE_RUNTIMES instead of LLVM_ENABLE_PROJECTS for building runtimes. Note that in the near future, libcxx, libcxxabi and libunwind will stop supporting being built with LLVM_ENABLE_PROJECTS altogether. I don't know what the plans are for other runtimes like libc, openmp and compiler-rt, so I didn't make any changes to the documentation that would imply something for those projects. Once this lands, I will also cherry-pick this on the release/14.x branch to make sure that LLVM's documentation is up-to-date and reflects what we intend to support in the future. Differential Revision: https://reviews.llvm.org/D119351
2021-09-07[compiler-rt] Document that builtins is known to work on OpenBSD.Frederic Cambus1-1/+1
Differential Revision: https://reviews.llvm.org/D109346
2021-02-01[Branch-Rename] Fix some linksxgupta1-1/+1
According to the [[ https://foundation.llvm.org/docs/branch-rename/ | status of branch rename ]], the master branch of the LLVM repository is removed on 28 Jan 2021. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D95766
2019-10-24[www] Change URLs to HTTPS.Stephan T. Lavavej1-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
2019-01-29Adjust documentation for git migration.James Y Knight2-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
2015-08-05Update references to new lists.llvm.org mailing lists.Tanya Lattner2-4/+4
llvm-svn: 244002
2014-02-27Rewrite compiler-rt.llvm.org to make it relevantAlexey Samsonov1-96/+67
llvm-svn: 202402
2011-12-07www: Add some more notes to compiler-rt web page.Daniel Dunbar1-0/+16
llvm-svn: 146047
2010-11-16compiler_rt is now dual licensed under MIT and UIUC license.Chris Lattner1-3/+3
llvm-svn: 119389
2010-05-04improve bullets, patch by Mike MillerChris Lattner1-2/+10
llvm-svn: 103000
2009-11-01Add DragonFly BSD to supported platforms list.Edward O'Callaghan1-0/+4
llvm-svn: 85727
2009-10-28Update web docs for cmake test suit, comment out broken test.Edward O'Callaghan1-0/+3
llvm-svn: 85350
2009-10-06Improve doc readability.Edward O'Callaghan1-7/+1
llvm-svn: 83414
2009-10-06Update compiler-rt online docs to reflex recent work and testing.Edward O'Callaghan1-0/+6
llvm-svn: 83413
2009-09-23Note about compiler-rt only building on Darwin no longer applies.Edward O'Callaghan1-3/+0
llvm-svn: 82609
2009-09-23Update site information to reflect using cmake to build compiler-rt and not ↵Edward O'Callaghan1-1/+4
legacy makefiles. llvm-svn: 82608
2009-09-03Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing.Edward O'Callaghan1-0/+4
llvm-svn: 80914
2009-08-04Some compiler-rt www site improvements.Edward O'Callaghan1-8/+34
llvm-svn: 78052
2009-08-03Small syntax error in HTML.Edward O'Callaghan1-1/+1
llvm-svn: 77936
2009-08-03Small improvement to Compiler-RT docs and add a CREDITS.TXT file to source.Edward O'Callaghan1-1/+23
llvm-svn: 77934
2009-07-02fix broken links.Chris Lattner1-3/+3
llvm-svn: 74727
2009-07-02test commitChris Lattner1-0/+1
llvm-svn: 74726
2009-07-02mention the license.Chris Lattner1-0/+4
llvm-svn: 74725
2009-07-01add the "get it and get involved" section.Chris Lattner1-9/+26
llvm-svn: 74617
2009-06-30initial web page for compiler_rtChris Lattner4-0/+150
llvm-svn: 74567