Update the code ownership.
[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: Joe Abbey
12 E: jabbey@arxan.com
13 D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
14
15 N: Evan Cheng
16 E: evan.cheng@apple.com
17 D: ARM target, parts of code generator not covered by someone else
18
19 N: Eric Christopher
20 E: echristo@gmail.com
21 D: Debug Information
22
23 N: Greg Clayton
24 D: LLDB
25
26 N: Peter Collingbourne
27 D: libclc
28
29 N: Hal Finkel
30 E: hfinkel@anl.gov
31 D: BBVectorize and the PowerPC target
32
33 N: Doug Gregor
34 D: Clang Frontend Libraries
35
36 N: Tobias Grosser
37 D: Polly
38
39 N: James Grosbach
40 E: grosbach@apple.com
41 D: MC layer
42
43 N: Howard Hinnant
44 D: libc++
45
46 N: Justin Holewinski
47 E: jholewinski@nvidia.com
48 D: NVPTX Target (lib/Target/NVPTX/*)
49
50 N: Anton Korobeynikov
51 E: anton@korobeynikov.info
52 D: Exception handling, Windows codegen, ARM EABI
53
54 N: Benjamin Kramer
55 E: benny.kra@gmail.com
56 D: DWARF Parser
57
58 N: Ted Kremenek
59 D: Clang Static Analyzer
60
61 N: Sergei Larin
62 E: slarin@codeaurora.org
63 D: VLIW Instruction Scheduling, Packetization
64
65 N: Chris Lattner
66 E: sabre@nondot.org
67 W: http://nondot.org/~sabre/
68 D: Everything not covered by someone else
69
70 N: John McCall
71 E: rjmccall@apple.com
72 D: Clang LLVM IR generation
73
74 N: Jakob Olesen
75 D: Register allocators and TableGen
76
77 N: Chad Rosier
78 E: mcrosier@apple.com
79 D: MS-inline asm, fast-isel
80
81 N: Nadav Rotem
82 E: nrotem@apple.com
83 D: X86 Backend, Loop Vectorizer
84
85 N: Duncan Sands
86 E: baldrick@free.fr
87 D: DragonEgg
88
89 N: Andrew Trick
90 E: atrick@apple.com
91 D: Instruction Scheduling