[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / CODE_OWNERS.TXT
blob54c5ac348986696d911447b1e8078f2c1e355032
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.
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), snail-mail address
9 (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
10 (D) fields.
12 N: Paul C. Anagnostopoulos
13 E: paul@windfall.com
14 D: TableGen
16 N: Matt Arsenault
17 E: Matthew.Arsenault@amd.com
18 E: arsenm2@gmail.com
19 I: arsenm
20 D: AMDGPU, InferAddressSpaces
22 N: Justin Bogner
23 E: mail@justinbogner.com
24 D: InstrProfiling and related parts of ProfileData
25 D: SelectionDAG (lib/CodeGen/SelectionDAG/*)
27 N: Alex Bradbury
28 E: asb@igalia.com
29 D: RISC-V backend (lib/Target/RISCV/*)
31 N: Matthias Braun
32 E: matze@braunis.de
33 I: MatzeB
34 D: Instruction Scheduling
36 N: Chandler Carruth
37 E: chandlerc@gmail.com
38 E: chandlerc@google.com
39 D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering
41 N: Evan Cheng
42 E: evan.cheng@apple.com
43 D: parts of code generator not covered by someone else
45 N: Eric Christopher
46 E: echristo@gmail.com
47 D: Debug Information, inline assembly
49 N: Andrey Churbanov
50 E: andrey.churbanov@intel.com
51 D: OpenMP runtime library
53 N: Johannes Doerfert
54 E: jdoerfert@anl.gov
55 D: OpenMP target offloading
57 N: Greg Clayton
58 E: clayborg@gmail.com
59 D: LLDB
61 N: Louis Dionne
62 E: ldionne.2@gmail.com
63 D: libc++
65 N: Peter Collingbourne
66 E: peter@pcc.me.uk
67 D: libLTO (lib/LTO/* tools/lto/*), LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
69 N: Quentin Colombet
70 E: quentin.colombet@gmail.com
71 D: Loop Strength Reduction, Register allocators
73 N: Andrea Di Biagio
74 E: andrea.dibiagio@sony.com
75 E: andrea.dibiagio@gmail.com
76 D: MCA, llvm-mca
78 N: Duncan P. N. Exon Smith
79 E: dexonsmith@apple.com
80 D: Branch weights and BlockFrequencyInfo
82 N: Hal Finkel
83 E: hfinkel@anl.gov
84 D: The loop reroller and alias analysis
86 N: Nemanja Ivanovic
87 E: nemanja.i.ibm@gmail.com
88 D: PowerPC Backend
90 N: Dan Gohman
91 E: llvm@sunfishcode.online
92 D: WebAssembly Backend (lib/Target/WebAssembly/*)
94 N: Renato Golin
95 E: renato.golin@linaro.org
96 D: ARM Linux support
98 N: Venkatraman Govindaraju
99 E: venkatra@cs.wisc.edu
100 D: Sparc Backend (lib/Target/Sparc/*)
102 N: Tobias Grosser
103 E: tobias@grosser.es
104 D: Polly
106 N: James Grosbach
107 E: grosbach@apple.com
108 D: MC layer
110 N: Justin Holewinski
111 E: jholewinski@nvidia.com
112 D: NVPTX Target (lib/Target/NVPTX/*)
114 N: Lang Hames
115 E: lhames@gmail.com
116 D: MCJIT, RuntimeDyld and JIT event listeners, Orcish Warchief
118 N: Min-Yih Hsu
119 E: min@myhsu.dev
120 D: M68k Target (lib/Target/M68k/*)
122 N: Teresa Johnson
123 E: tejohnson@google.com
124 D: Gold plugin (tools/gold/*) and IR Linker
126 N: Galina Kistanova
127 E: gkistanova@gmail.com
128 D: LLVM Buildbot
130 N: Anton Korobeynikov
131 E: anton@korobeynikov.info
132 D: Exception handling, Windows codegen, ARM EABI, MSP430 Target (lib/Target/MSP430/*)
134 N: Benjamin Kramer
135 E: benny.kra@gmail.com
136 D: DWARF Parser
138 N: Michael Kuperstein
139 E: mkuper@google.com
140 D: Loop Vectorizer
142 N: Alexey Bataev
143 E: a.bataev@outlook.com
144 D: SLP Vectorizer
146 N: Sergei Larin
147 E: slarin@codeaurora.org
148 D: VLIW Instruction Scheduling, Packetization
150 N: Chris Lattner
151 E: sabre@nondot.org
152 W: http://nondot.org/~sabre/
153 D: Everything not covered by someone else
155 N: Weining Lu
156 E: luweining@loongson.cn
157 D: LoongArch backend (lib/Target/LoongArch/*)
159 N: David Majnemer
160 E: david.majnemer@gmail.com
161 D: IR Constant Folder, InstCombine
163 N: Dylan McKay
164 E: me@dylanmckay.io
165 D: AVR Backend
167 N: Kazushi Marukawa
168 E: marukawa@nec.com
169 D: VE Backend
171 N: Tim Northover
172 E: t.p.northover@gmail.com
173 D: AArch64 backend, misc ARM backend
175 N: Diego Novillo
176 E: dnovillo@google.com
177 D: SampleProfile and related parts of ProfileData
179 N: Krzysztof Parzyszek
180 E: kparzysz@quicinc.com
181 D: Hexagon Backend
183 N: Nigel Perks
184 E: nigelp@xmos.com
185 D: XCore Backend
187 N: Jacques Pienaar
188 E: jpienaar@google.com
189 D: Lanai Backend
191 N: Simon Pilgrim
192 E: llvm-dev@redking.me.uk
193 D: X86 Backend
195 N: Philip Reames
196 E: listmail@philipreames.com
197 D: IndVar Simplify, Scalar Evolution
199 N: Paul Robinson
200 E: paul.robinson@sony.com
201 D: Sony PlayStation®4 support
203 N: Chad Rosier
204 E: mcrosier@codeaurora.org
205 D: Fast-Isel
207 N: Andrei Safronov
208 E: andrei.safronov@espressif.com
209 D: Xtensa backend (lib/Target/Xtensa/*)
211 N: Duncan Sands
212 E: baldrick@free.fr
213 D: DragonEgg
215 N: Mark Schimmel
216 E: marksl@synopsys.com
217 D: ARC backend (lib/Target/ARC/*)
219 N: Kostya Serebryany
220 E: kcc@google.com
221 D: AddressSanitizer, ThreadSanitizer (LLVM parts)
223 N: Michael Spencer
224 E: bigcheesegs@gmail.com
225 D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size
227 N: Alexei Starovoitov
228 E: alexei.starovoitov@gmail.com
229 D: BPF backend
231 N: Tom Stellard
232 E: tstellar@redhat.com
233 D: Stable release management (x.y.[1-9] releases), libclc
235 N: Evgeniy Stepanov
236 E: eugenis@google.com
237 D: MemorySanitizer (LLVM part)
239 N: Phoebe Wang
240 E: phoebe.wang@intel.com
241 D: X86 Backend
243 N: Ulrich Weigand
244 E: uweigand@de.ibm.com
245 D: SystemZ Backend
247 N: Hans Wennborg
248 E: hans@chromium.org
249 D: Release management (x.y.0 releases)
251 N: Jake Ehrlich
252 E: jakehehrlich@google.com
253 D: llvm-objcopy (tools/llvm-objcopy)
255 N: Martin Storsjö
256 E: martin@martin.st
257 D: MinGW
259 N: Zi Xuan Wu (Zeson)
260 E: zixuan.wu@linux.alibaba.com
261 D: C-SKY backend (lib/Target/CSKY/*)
263 N: Ilia Diachkov
264 E: ilia.diachkov@gmail.com
265 D: SPIR-V backend (lib/Target/SPIRV/*)