d056a7f5dfa08cda96aa6c3d3260f09b07f28b28
[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: Rafael Avila de Espindola
20 E: rafael.espindola@gmail.com
21 D: Gold plugin (tools/gold/*)
22
23 N: Chandler Carruth
24 E: chandlerc@gmail.com
25 E: chandlerc@google.com
26 D: Config, ADT, Support, inlining & related passse, SROA/mem2reg & related passes, CMake, library layering
27
28 N: Evan Cheng
29 E: evan.cheng@apple.com
30 D: ARM target, parts of code generator not covered by someone else
31
32 N: Eric Christopher
33 E: echristo@gmail.com
34 D: Debug Information, autotools/configure/make build, inline assembly
35
36 N: Greg Clayton
37 D: LLDB
38
39 N: Peter Collingbourne
40 D: libclc
41
42 N: Anshuman Dasgupta
43 E: adasgupt@codeaurora.org
44 D: Hexagon Backend
45
46 N: Hal Finkel
47 E: hfinkel@anl.gov
48 D: BBVectorize and the PowerPC target
49
50 N: Venkatraman Govindaraju
51 E: venkatra@cs.wisc.edu
52 D: Sparc Backend (lib/Target/Sparc/*)
53
54 N: Doug Gregor
55 D: All parts of Clang not covered by someone else
56
57 N: Tobias Grosser
58 D: Polly
59
60 N: James Grosbach
61 E: grosbach@apple.com
62 D: MC layer
63
64 N: Howard Hinnant
65 D: libc++
66
67 N: Justin Holewinski
68 E: jholewinski@nvidia.com
69 D: NVPTX Target (lib/Target/NVPTX/*)
70
71 N: Andy Kaylor
72 E: andrew.kaylor@intel.com
73 D: MCJIT, RuntimeDyld and JIT event listeners
74
75 N: Galina Kistanova
76 E: gkistanova@gmail.com
77 D: LLVM Buildbot
78
79 N: Anton Korobeynikov
80 E: anton@korobeynikov.info
81 D: Exception handling, Windows codegen, ARM EABI
82
83 N: Benjamin Kramer
84 E: benny.kra@gmail.com
85 D: DWARF Parser
86
87 N: Ted Kremenek
88 D: Clang Static Analyzer
89
90 N: Sergei Larin
91 E: slarin@codeaurora.org
92 D: VLIW Instruction Scheduling, Packetization
93
94 N: Chris Lattner
95 E: sabre@nondot.org
96 W: http://nondot.org/~sabre/
97 D: Everything not covered by someone else
98
99 N: John McCall
100 E: rjmccall@apple.com
101 D: Clang LLVM IR generation
102
103 N: Jakob Olesen
104 D: Register allocators and TableGen
105
106 N: Richard Osborne
107 E: richard@xmos.com
108 D: XCore Backend
109
110 N: Chad Rosier
111 E: mcrosier@apple.com
112 D: MS-inline asm, Fast-Isel, and the compiler driver
113
114 N: Nadav Rotem
115 E: nrotem@apple.com
116 D: X86 Backend, Loop Vectorizer
117
118 N: Duncan Sands
119 E: baldrick@free.fr
120 D: DragonEgg
121
122 N: Richard Smith
123 E: richard@metafoo.co.uk
124 D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*)
125
126 N: Andrew Trick
127 E: atrick@apple.com
128 D: Instruction Scheduling