Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / .github / CODEOWNERS
blobe2635ffb3eaf0b1ead31a827e285ee849903bfb7
1 # This file lists reviewers that are auto-assigned when a pull request modifies
2 # certain files or directories. If you add yourself to this file, you commit to
3 # reviewing a large fraction of pull requests in the relevant area.
5 # The GitHub "code owners" mechanism is used exclusively to auto-assign
6 # reviewers and does not carry significance beyond that. It is not necessary
7 # to receive an approval from a "code owner" in particular -- any LLVM project
8 # member can approve pull requests.
10 # Note that GitHub's concept of "code owner" is independent from LLVM's own
11 # "code owner" concept, they merely happen to share terminology. See
12 # https://llvm.org/docs/DeveloperPolicy.html#code-owners, as well as the
13 # CODE_OWNERS.txt files in the respective subproject directories.
15 /libcxx/ @llvm/reviewers-libcxx
16 /libcxxabi/ @llvm/reviewers-libcxxabi
17 /libunwind/ @llvm/reviewers-libunwind
18 /runtimes/ @llvm/reviewers-libcxx
20 /llvm/lib/Analysis/BasicAliasAnalysis.cpp @nikic
21 /llvm/lib/Analysis/InstructionSimplify.cpp @nikic
22 /llvm/lib/Analysis/LazyValueInfo.cpp @nikic
23 /llvm/lib/Analysis/ScalarEvolution.cpp @nikic
24 /llvm/lib/Analysis/ValueTracking.cpp @nikic
25 /llvm/lib/IR/ConstantRange.cpp @nikic
26 /llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp @nikic
27 /llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp @nikic
28 /llvm/lib/Transforms/InstCombine/ @nikic
30 /clang/test/CXX/drs/ @Endilll
31 /clang/www/cxx_dr_status.html @Endilll
32 /clang/www/make_cxx_dr_status @Endilll
34 /lldb/ @JDevlieghere