[PATCH] D109810: documentation of code review tools

Christian Kühnel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 15 00:45:36 PDT 2021


kuhnel created this revision.
kuhnel requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109810

Files:
  llvm/docs/DeveloperPolicy.rst


Index: llvm/docs/DeveloperPolicy.rst
===================================================================
--- llvm/docs/DeveloperPolicy.rst
+++ llvm/docs/DeveloperPolicy.rst
@@ -127,6 +127,51 @@
 software. Please see :doc:`CodeReview` for more information on LLVM's code-review
 process.
 
+
+Here you can find a list of repositories that can be found in Phabricator and in Github. The Github repositories are sorted by pull-request vs. no pull-request. 
+
+Repositories in Phabricator		
+^^^^^^^^^^^^^^^^^^^^^^^^^^^		
+
+* LLVM Github Monorepo (https://reviews.llvm.org/source/llvm-github/)
+* LLVM Github Zorg (https://reviews.llvm.org/source/zorg/)
+* Llvm-www (https://reviews.llvm.org/source/LLVM.org/)	
+* Test-suite (https://reviews.llvm.org/source/test-suite/)	
+* LNT (https://reviews.llvm.org/source/lnt/)	
+
+
+Repositories in Github		
+^^^^^^^^^^^^^^^^^^^^^^
+
+**pull-request:**
+
+* circt (https://github.com/llvm/circt)
+* mlir-www (https://github.com/llvm/mlir-www)
+* llvm-zorg (https://github.com/llvm/llvm-zorg)
+* llvm-iwg (https://github.com/llvm/llvm-iwg)
+* circt-www (https://github.com/llvm/circt-www)
+* llvm-foundation-www (https://github.com/llvm/llvm-foundation-www)
+* Llvm-www (https://github.com/llvm/llvm-www)
+* clangd-www (https://github.com/llvm/clangd-www)
+* mlir-npcomp (https://github.com/llvm/mlir-npcomp)
+* llvm-test-suite (https://github.com/llvm/llvm-test-suite)
+* www-releases (https://github.com/llvm/www-releases)
+* llvm-blog-www (https://github.com/llvm/llvm-blog-www)
+* llvm-Int (https://github.com/llvm/llvm-lnt)
+* llvm-www-pubs (https://github.com/llvm/llvm-www-pubs)
+
+**no pull-request:**
+
+* llvm-project (https://github.com/llvm/llvm-project)
+* llvm-archive (https://github.com/llvm/llvm-archive)
+* actions (https://github.com/llvm/actions)
+* phabricator (https://github.com/llvm/phabricator)
+* temp-issue-tester (https://github.com/llvm/temp-issue-tester
+* llvm-project-staging (https://github.com/llvm/llvm-project-staging)
+* llvm-project-legacy-branches (https://github.com/llvm/llvm-project-legacy-branches)
+
+
+
 .. _code owners:
 
 Code Owners


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109810.372644.patch
Type: text/x-patch
Size: 2118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210915/99badb4a/attachment-0001.bin>


More information about the llvm-commits mailing list