[CFGDiff] Refactor Succ/Pred maps.
[llvm-project.git] / compiler-rt / CODE_OWNERS.TXT
blob125487816bcd014a7fbb44e0c1cb107653d8d10a
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.
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).
11 N: Peter Collingbourne
12 E: peter@pcc.me.uk
13 D: DataFlowSanitizer
15 N: Daniel Dunbar
16 E: daniel@zuster.org
17 D: Makefile build
19 N: Timur Iskhodzhanov
20 E: timurrrr@google.com
21 D: AddressSanitizer for Windows
23 N: Howard Hinnant
24 E: howard.hinnant@gmail.com
25 D: builtins library
27 N: Alexander Potapenko
28 E: glider@google.com
29 D: MacOS/iOS port of sanitizers
31 N: Alexey Samsonov
32 E: samsonov@google.com
33 D: CMake build, test suite
35 N: Kostya Serebryany
36 E: kcc@google.com
37 D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms, LeakSanitizer
39 N: Richard Smith
40 E: richard-llvm@metafoo.co.uk
41 D: UndefinedBehaviorSanitizer
43 N: Evgeniy Stepanov
44 E: eugenis@google.com
45 D: MemorySanitizer, Android port of sanitizers
47 N: Dmitry Vyukov
48 E: dvyukov@google.com
49 D: ThreadSanitizer
51 N: Bill Wendling
52 E: isanbard@gmail.com
53 D: Profile runtime library