OSDN Git Service

CODE_OWNERS: Take ownership of the loop vectorizer.
[android-x86/external-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). Each entry should contain at least the (N), (E) and (D) fields.
10
11 N: Joe Abbey
12 E: jabbey@arxan.com
13 D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
14
15 N: Justin Bogner
16 E: mail@justinbogner.com
17 D: InstrProfiling and related parts of ProfileData
18 D: SelectionDAG (lib/CodeGen/SelectionDAG/*)
19
20 N: Alex Bradbury
21 E: asb@lowrisc.org
22 D: RISC-V backend (lib/Target/RISCV/*)
23
24 N: Chandler Carruth
25 E: chandlerc@gmail.com
26 E: chandlerc@google.com
27 D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering
28
29 N: Evan Cheng
30 E: evan.cheng@apple.com
31 D: parts of code generator not covered by someone else
32
33 N: Eric Christopher
34 E: echristo@gmail.com
35 D: Debug Information, inline assembly
36
37 N: Greg Clayton
38 E: gclayton@apple.com
39 D: LLDB
40
41 N: Sanjoy Das
42 E: sanjoy@playingwithpointers.com
43 D: IndVar Simplify, Scalar Evolution
44
45 N: Marshall Clow
46 E: mclow.lists@gmail.com
47 D: libc++
48
49 N: Peter Collingbourne
50 E: peter@pcc.me.uk
51 D: llgo, libLTO (lib/LTO/* tools/lto/*)
52
53 N: Quentin Colombet
54 E: qcolombet@apple.com
55 D: Register allocators
56
57 N: Simon Dardis
58 E: simon.dardis@imgtec.com
59 D: MIPS Backend (lib/Target/Mips/*)
60
61 N: Duncan P. N. Exon Smith
62 E: dexonsmith@apple.com
63 D: Branch weights and BlockFrequencyInfo
64
65 N: Hal Finkel
66 E: hfinkel@anl.gov
67 D: BBVectorize, the loop reroller, alias analysis and the PowerPC target
68
69 N: Dan Gohman
70 E: sunfish@mozilla.com
71 D: WebAssembly Backend (lib/Target/WebAssembly/*)
72
73 N: Renato Golin
74 E: renato.golin@linaro.org
75 D: ARM Linux support
76
77 N: Venkatraman Govindaraju
78 E: venkatra@cs.wisc.edu
79 D: Sparc Backend (lib/Target/Sparc/*)
80
81 N: Tobias Grosser
82 E: tobias@grosser.es
83 D: Polly
84
85 N: James Grosbach
86 E: grosbach@apple.com
87 D: MC layer
88
89 N: Justin Holewinski
90 E: jholewinski@nvidia.com
91 D: NVPTX Target (lib/Target/NVPTX/*)
92
93 N: Lang Hames
94 E: lhames@gmail.com
95 D: MCJIT, RuntimeDyld and JIT event listeners, Orcish Warchief
96
97 N: Teresa Johnson
98 E: tejohnson@google.com
99 D: Gold plugin (tools/gold/*)
100
101 N: Galina Kistanova
102 E: gkistanova@gmail.com
103 D: LLVM Buildbot
104
105 N: Anton Korobeynikov
106 E: anton@korobeynikov.info
107 D: Exception handling, Windows codegen, ARM EABI
108
109 N: Benjamin Kramer
110 E: benny.kra@gmail.com
111 D: DWARF Parser
112
113 N: Michael Kuperstein
114 E: mkuper@google.com
115 D: Loop Vectorizer
116
117 N: Sergei Larin
118 E: slarin@codeaurora.org
119 D: VLIW Instruction Scheduling, Packetization
120
121 N: Chris Lattner
122 E: sabre@nondot.org
123 W: http://nondot.org/~sabre/
124 D: Everything not covered by someone else
125
126 N: Robert Lytton
127 E: robert@xmos.com
128 D: XCore Backend
129
130 N: David Majnemer
131 E: david.majnemer@gmail.com
132 D: IR Constant Folder, InstCombine
133
134 N: Dylan McKay
135 E: dylanmckay34@gmail.com
136 D: AVR Backend
137
138 N: Tim Northover
139 E: t.p.northover@gmail.com
140 D: AArch64 backend, misc ARM backend
141
142 N: Diego Novillo
143 E: dnovillo@google.com
144 D: SampleProfile and related parts of ProfileData
145
146 N: Jakob Olesen
147 E: stoklund@2pi.dk
148 D: TableGen
149
150 N: Krzysztof Parzyszek
151 E: kparzysz@codeaurora.org
152 D: Hexagon Backend
153
154 N: Jacques Pienaar
155 E: jpienaar@google.com
156 D: Lanai Backend
157
158 N: Paul Robinson
159 E: paul_robinson@playstation.sony.com
160 D: Sony PlayStation®4 support
161
162 N: Chad Rosier
163 E: mcrosier@codeaurora.org
164 D: Fast-Isel
165
166 N: Nadav Rotem
167 E: nadav.rotem@me.com
168 D: X86 Backend
169
170 N: Duncan Sands
171 E: baldrick@free.fr
172 D: DragonEgg
173
174 N: Kostya Serebryany
175 E: kcc@google.com
176 D: AddressSanitizer, ThreadSanitizer (LLVM parts)
177
178 N: Michael Spencer
179 E: bigcheesegs@gmail.com
180 D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size
181
182 N: Alexei Starovoitov
183 E: alexei.starovoitov@gmail.com
184 D: BPF backend
185
186 N: Tom Stellard
187 E: thomas.stellard@amd.com
188 E: mesa-dev@lists.freedesktop.org
189 D: Release manager for the 3.5 and 3.6 branches, R600 Backend, libclc
190
191 N: Evgeniy Stepanov
192 E: eugenis@google.com
193 D: MemorySanitizer (LLVM part)
194
195 N: Andrew Trick
196 E: atrick@apple.com
197 D: Loop Strength Reduction, Instruction Scheduling
198
199 N: Ulrich Weigand
200 E: uweigand@de.ibm.com
201 D: SystemZ Backend
202
203 N: Bill Wendling
204 E: isanbard@gmail.com
205 D: IR Linker
206
207 N: Hans Wennborg
208 E: hans@chromium.org
209 D: Release management (x.y.0 releases)
210
211 N: whitequark
212 E: whitequark@whitequark.org
213 D: OCaml bindings
214
215 N: Andrey Churbanov
216 E: andrey.churbanov@intel.com
217 D: OpenMP runtime library