forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18,166 changed files
with
1,220,214 additions
and
592,070 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# This file lists reviewers that are auto-assigned when a pull request modifies | ||
# certain files or directories. If you add yourself to this file, you commit to | ||
# reviewing a large fraction of pull requests in the relevant area. | ||
# | ||
# The GitHub "code owners" mechanism is used exclusively to auto-assign | ||
# reviewers and does not carry significance beyond that. It is not necessary | ||
# to receive an approval from a "code owner" in particular -- any LLVM project | ||
# member can approve pull requests. | ||
# | ||
# Note that GitHub's concept of "code owner" is independent from LLVM's own | ||
# "code owner" concept, they merely happen to share terminology. See | ||
# https://llvm.org/docs/DeveloperPolicy.html#code-owners, as well as the | ||
# CODE_OWNERS.txt files in the respective subproject directories. | ||
|
||
/libcxx/ @llvm/reviewers-libcxx | ||
/libcxxabi/ @llvm/reviewers-libcxxabi | ||
/libunwind/ @llvm/reviewers-libunwind | ||
/runtimes/ @llvm/reviewers-libcxx | ||
|
||
/llvm/lib/Analysis/BasicAliasAnalysis.cpp @nikic | ||
/llvm/lib/Analysis/InstructionSimplify.cpp @nikic | ||
/llvm/lib/Analysis/LazyValueInfo.cpp @nikic | ||
/llvm/lib/Analysis/ScalarEvolution.cpp @nikic | ||
/llvm/lib/Analysis/ValueTracking.cpp @nikic | ||
/llvm/lib/IR/ConstantRange.cpp @nikic | ||
/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp @nikic | ||
/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp @nikic | ||
/llvm/lib/Transforms/InstCombine/ @nikic | ||
|
||
/clang/test/CXX/drs/ @Endilll | ||
/clang/www/cxx_dr_status.html @Endilll | ||
/clang/www/make_cxx_dr_status @Endilll | ||
|
||
/lldb/ @JDevlieghere | ||
|
||
/mlir/include/mlir/Interfaces/TilingInterface.* @MaheshRavishankar | ||
|
||
/mlir/lib/Dialect/Linalg/Transforms/DecomposeLinalgOps.cpp @MaheshRavishankar | ||
/mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp @MaheshRavishankar | ||
/mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp @MaheshRavishankar | ||
/mlir/lib/Dialect/MemRef/Transforms/EmulateNarrowType.cpp @MaheshRavishankar | ||
/mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp @MaheshRavishankar | ||
/mlir/lib/Interfaces/TilingInterface.* @MaheshRavishankar | ||
|
||
# Transform Dialect in MLIR. | ||
/mlir/include/mlir/Dialect/Transform/* @ftynse | ||
/mlir/lib/Dialect/Transform/* @ftynse | ||
|
||
# SPIR-V in MLIR. | ||
/mlir/**/SPIRV/ @antiagainst @kuhar | ||
/mlir/**/SPIRVTo*/ @antiagainst @kuhar | ||
/mlir/**/*ToSPIRV/ @antiagainst @kuhar | ||
/mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp @antiagainst @kuhar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.