Mark myself as owner of BBVectorize and PowerPC
[oota-llvm.git] / CODE_OWNERS.TXT
1 This file is a list of the people responsible for ensuring that patches for a
2 particular part of LLVM are reviewed, either by themself or by someone else.
3 They are also the gatekeepers for their part of LLVM, with the final word on
4 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: Evan Cheng
12 E: evan.cheng@apple.com
13 D: Code generator and all targets
14
15 N: Greg Clayton
16 D: LLDB
17
18 N: Peter Collingbourne
19 D: libclc
20
21 N: Hal Finkel
22 E: hfinkel@anl.gov
23 D: BBVectorize and the PowerPC target
24
25 N: Doug Gregor
26 D: Clang Frontend Libraries
27
28 N: Tobias Grosser
29 D: Polly
30
31 N: Howard Hinnant
32 D: libc++
33
34 N: Anton Korobeynikov
35 E: asl@math.spbu.ru
36 D: Exception handling, debug information, and Windows codegen
37
38 N: Ted Kremenek
39 D: Clang Static Analyzer
40
41 N: Chris Lattner
42 E: sabre@nondot.org
43 W: http://nondot.org/~sabre/
44 D: Everything not covered by someone else
45
46 N: John McCall
47 E: rjmccall@apple.com
48 D: Clang LLVM IR generation
49
50 N: Jakob Olesen
51 D: Register allocators and TableGen
52
53 N: Duncan Sands
54 E: baldrick@free.fr
55 D: DragonEgg
56
57 N: James Grosbach
58 E: grosbach@apple.com
59 D: MC layer
60
61 N: Joe Abbey
62 E: jabbey@arxan.com
63 D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
64
65 N: Andrew Trick
66 E: atrick@apple.com
67 D: Instruction Scheduling