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