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