[compiler-rt] r202377 - Add CODE_OWNERS.TXT

Alexey Samsonov samsonov at google.com
Thu Feb 27 02:51:48 PST 2014


Author: samsonov
Date: Thu Feb 27 04:51:48 2014
New Revision: 202377

URL: http://llvm.org/viewvc/llvm-project?rev=202377&view=rev
Log:
Add CODE_OWNERS.TXT

Added:
    compiler-rt/trunk/CODE_OWNERS.TXT

Added: compiler-rt/trunk/CODE_OWNERS.TXT
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/CODE_OWNERS.TXT?rev=202377&view=auto
==============================================================================
--- compiler-rt/trunk/CODE_OWNERS.TXT (added)
+++ compiler-rt/trunk/CODE_OWNERS.TXT Thu Feb 27 04:51:48 2014
@@ -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 at pcc.me.uk
+D: DataFlowSanitizer
+
+N: Daniel Dunbar
+E: daniel at zuster.org
+D: Makefile build
+
+N: Howard Hinnant
+E: hhinnant at apple.com
+D: builtins library
+
+N: Sergey Matveev
+E: earthdok at google.com
+D: LeakSanitizer
+
+N: Alexander Potapenko
+E: glider at google.com
+D: MacOS/iOS port of sanitizers
+
+N: Alexey Samsonov
+E: samsonov at google.com
+D: CMake build, test suite
+
+N: Kostya Serebryany
+E: kcc at google.com
+D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms
+
+N: Richard Smith
+E: richard-llvm at metafoo.co.uk
+D: UndefinedBehaviorSanitizer
+
+N: Evgeniy Stepanov
+E: eugenis at google.com
+D: MemorySanitizer, Android port of sanitizers
+
+N: Dmitry Vyukov
+E: dvyukov at google.com
+D: ThreadSanitizer
+
+N: Bill Wendling
+E: isanbard at gmail.com
+D: Profile runtime library





More information about the llvm-commits mailing list