comparison compiler-rt/CODE_OWNERS.TXT @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children c4bab56944e8
comparison
equal deleted inserted replaced
147:c2174574ed3a 150:1d019706d866
1 This file is a list of the people responsible for ensuring that patches for a
2 particular part of compiler-rt are reviewed, either by themself or by
3 someone else. They are also the gatekeepers for their part of compiler-rt, with
4 the final word on what goes in or not.
5
6 The list is sorted by surname and formatted to allow easy grepping and
7 beautification 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
11 N: Peter Collingbourne
12 E: peter@pcc.me.uk
13 D: DataFlowSanitizer
14
15 N: Daniel Dunbar
16 E: daniel@zuster.org
17 D: Makefile build
18
19 N: Timur Iskhodzhanov
20 E: timurrrr@google.com
21 D: AddressSanitizer for Windows
22
23 N: Howard Hinnant
24 E: howard.hinnant@gmail.com
25 D: builtins library
26
27 N: Alexander Potapenko
28 E: glider@google.com
29 D: MacOS/iOS port of sanitizers
30
31 N: Alexey Samsonov
32 E: samsonov@google.com
33 D: CMake build, test suite
34
35 N: Kostya Serebryany
36 E: kcc@google.com
37 D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms, LeakSanitizer
38
39 N: Richard Smith
40 E: richard-llvm@metafoo.co.uk
41 D: UndefinedBehaviorSanitizer
42
43 N: Evgeniy Stepanov
44 E: eugenis@google.com
45 D: MemorySanitizer, Android port of sanitizers
46
47 N: Dmitry Vyukov
48 E: dvyukov@google.com
49 D: ThreadSanitizer
50
51 N: Bill Wendling
52 E: isanbard@gmail.com
53 D: Profile runtime library