diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst --- a/llvm/docs/DeveloperPolicy.rst +++ b/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