blob: 125487816bcd014a7fbb44e0c1cb107653d8d10a [file] [log] [blame]
Stephen Hines2d1fdb22014-05-28 23:58:16 -07001This file is a list of the people responsible for ensuring that patches for a
2particular part of compiler-rt are reviewed, either by themself or by
3someone else. They are also the gatekeepers for their part of compiler-rt, with
4the final word on what goes in or not.
5
6The list is sorted by surname and formatted to allow easy grepping and
7beautification by scripts. The fields are: name (N), email (E), web-address
8(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
9(S).
10
11N: Peter Collingbourne
12E: peter@pcc.me.uk
13D: DataFlowSanitizer
14
15N: Daniel Dunbar
16E: daniel@zuster.org
17D: Makefile build
18
19N: Timur Iskhodzhanov
20E: timurrrr@google.com
21D: AddressSanitizer for Windows
22
23N: Howard Hinnant
24E: howard.hinnant@gmail.com
25D: builtins library
26
Stephen Hines2d1fdb22014-05-28 23:58:16 -070027N: Alexander Potapenko
28E: glider@google.com
29D: MacOS/iOS port of sanitizers
30
31N: Alexey Samsonov
32E: samsonov@google.com
33D: CMake build, test suite
34
35N: Kostya Serebryany
36E: kcc@google.com
Pirama Arumuga Nainarc58a4362016-09-19 23:00:23 -070037D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms, LeakSanitizer
Stephen Hines2d1fdb22014-05-28 23:58:16 -070038
39N: Richard Smith
40E: richard-llvm@metafoo.co.uk
41D: UndefinedBehaviorSanitizer
42
43N: Evgeniy Stepanov
44E: eugenis@google.com
45D: MemorySanitizer, Android port of sanitizers
46
47N: Dmitry Vyukov
48E: dvyukov@google.com
49D: ThreadSanitizer
50
51N: Bill Wendling
52E: isanbard@gmail.com
53D: Profile runtime library