Alexey Samsonov
2014-Feb-27 11:04 UTC
[LLVMdev] [compiler-rt] r202377 - Add CODE_OWNERS.TXT
I've added CODE_OWNERS.TXT to compiler-rt repository. You're welcome to verify its contents and/or nominate more people. In particular, I don't know who is currently responsible for the "original" compiler-rt library (which now resides under lib/builtins), both its generic and platform-specific parts. On Thu, Feb 27, 2014 at 2:51 PM, Alexey Samsonov <samsonov at google.com>wrote:> 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 > > > _______________________________________________ > llvm-commits mailing list > llvm-commits at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits >-- Alexey Samsonov, MSK -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140227/4ba3b35c/attachment.html>
Timur Iskhodzhanov
2014-Feb-27 12:11 UTC
[LLVMdev] [compiler-rt] r202377 - Add CODE_OWNERS.TXT
[As discussed off-line, I'll add myself as an AddressSanitizer-for-Windows owner] 2014-02-27 15:04 GMT+04:00 Alexey Samsonov <samsonov at google.com>:> I've added CODE_OWNERS.TXT to compiler-rt repository. You're welcome to > verify its contents and/or nominate more people. In particular, I don't know > who is currently responsible for > the "original" compiler-rt library (which now resides under lib/builtins), > both its generic and platform-specific parts. > > > On Thu, Feb 27, 2014 at 2:51 PM, Alexey Samsonov <samsonov at google.com> > wrote: >> >> 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 >> >> >> _______________________________________________ >> llvm-commits mailing list >> llvm-commits at cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits > > > > > -- > Alexey Samsonov, MSK > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >