summaryrefslogtreecommitdiff
path: root/CODE_OWNERS.TXT
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2014-02-27 10:51:48 +0000
committerAlexey Samsonov <samsonov@google.com>2014-02-27 10:51:48 +0000
commitc56ab2035816cff7ada4640a30b894ed37c77ea5 (patch)
tree3d2762f31f0e46b6d15315882eb2d2b748c071d0 /CODE_OWNERS.TXT
parent550abc64e1b0fb2802e5f88ed44b9fb424af857a (diff)
Add CODE_OWNERS.TXT
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@202377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r--CODE_OWNERS.TXT53
1 files changed, 53 insertions, 0 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT
new file mode 100644
index 000000000..67ba6d853
--- /dev/null
+++ b/CODE_OWNERS.TXT
@@ -0,0 +1,53 @@
+This file is a list of the people responsible for ensuring that patches for a
+particular part of compiler-rt are reviewed, either by themself or by
+someone else. They are also the gatekeepers for their part of compiler-rt, with
+the final word on what goes in or not.
+
+The list is sorted by surname and formatted to allow easy grepping and
+beautification by scripts. The fields are: name (N), email (E), web-address
+(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
+(S).
+
+N: Peter Collingbourne
+E: peter@pcc.me.uk
+D: DataFlowSanitizer
+
+N: Daniel Dunbar
+E: daniel@zuster.org
+D: Makefile build
+
+N: Howard Hinnant
+E: hhinnant@apple.com
+D: builtins library
+
+N: Sergey Matveev
+E: earthdok@google.com
+D: LeakSanitizer
+
+N: Alexander Potapenko
+E: glider@google.com
+D: MacOS/iOS port of sanitizers
+
+N: Alexey Samsonov
+E: samsonov@google.com
+D: CMake build, test suite
+
+N: Kostya Serebryany
+E: kcc@google.com
+D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms
+
+N: Richard Smith
+E: richard-llvm@metafoo.co.uk
+D: UndefinedBehaviorSanitizer
+
+N: Evgeniy Stepanov
+E: eugenis@google.com
+D: MemorySanitizer, Android port of sanitizers
+
+N: Dmitry Vyukov
+E: dvyukov@google.com
+D: ThreadSanitizer
+
+N: Bill Wendling
+E: isanbard@gmail.com
+D: Profile runtime library