[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / CODE_OWNERS.TXT
blob5e0f8a67e3aab6bf215c1c9ac54d5473012b2cb8
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: 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: minyihh@uci.edu
120 E: yihshyng223@gmail.com
121 D: M68k Target (lib/Target/M68k/*)
123 N: Teresa Johnson
124 E: tejohnson@google.com
125 D: Gold plugin (tools/gold/*) and IR Linker
127 N: Galina Kistanova
128 E: gkistanova@gmail.com
129 D: LLVM Buildbot
131 N: Anton Korobeynikov
132 E: anton@korobeynikov.info
133 D: Exception handling, Windows codegen, ARM EABI
135 N: Benjamin Kramer
136 E: benny.kra@gmail.com
137 D: DWARF Parser
139 N: Michael Kuperstein
140 E: mkuper@google.com
141 D: Loop Vectorizer
143 N: Sergei Larin
144 E: slarin@codeaurora.org
145 D: VLIW Instruction Scheduling, Packetization
147 N: Chris Lattner
148 E: sabre@nondot.org
149 W: http://nondot.org/~sabre/
150 D: Everything not covered by someone else
152 N: Weining Lu
153 E: luweining@loongson.cn
154 D: LoongArch backend (lib/Target/LoongArch/*)
156 N: David Majnemer
157 E: david.majnemer@gmail.com
158 D: IR Constant Folder, InstCombine
160 N: Dylan McKay
161 E: me@dylanmckay.io
162 D: AVR Backend
164 N: Kazushi Marukawa
165 E: marukawa@nec.com
166 D: VE Backend
168 N: Tim Northover
169 E: t.p.northover@gmail.com
170 D: AArch64 backend, misc ARM backend
172 N: Diego Novillo
173 E: dnovillo@google.com
174 D: SampleProfile and related parts of ProfileData
176 N: Krzysztof Parzyszek
177 E: kparzysz@quicinc.com
178 D: Hexagon Backend
180 N: Nigel Perks
181 E: nigelp@xmos.com
182 D: XCore Backend
184 N: Jacques Pienaar
185 E: jpienaar@google.com
186 D: Lanai Backend
188 N: Philip Reames
189 E: listmail@philipreames.com
190 D: IndVar Simplify, Scalar Evolution
192 N: Paul Robinson
193 E: paul.robinson@sony.com
194 D: Sony PlayStation®4 support
196 N: Chad Rosier
197 E: mcrosier@codeaurora.org
198 D: Fast-Isel
200 N: Duncan Sands
201 E: baldrick@free.fr
202 D: DragonEgg
204 N: Mark Schimmel
205 E: marksl@synopsys.com
206 D: ARC backend (lib/Target/ARC/*)
208 N: Kostya Serebryany
209 E: kcc@google.com
210 D: AddressSanitizer, ThreadSanitizer (LLVM parts)
212 N: Michael Spencer
213 E: bigcheesegs@gmail.com
214 D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size
216 N: Alexei Starovoitov
217 E: alexei.starovoitov@gmail.com
218 D: BPF backend
220 N: Tom Stellard
221 E: tstellar@redhat.com
222 D: Stable release management (x.y.[1-9] releases), AMDGPU Backend, libclc
224 N: Evgeniy Stepanov
225 E: eugenis@google.com
226 D: MemorySanitizer (LLVM part)
228 N: Craig Topper
229 E: craig.topper@gmail.com
230 D: X86 Backend
232 N: Ulrich Weigand
233 E: uweigand@de.ibm.com
234 D: SystemZ Backend
236 N: Hans Wennborg
237 E: hans@chromium.org
238 D: Release management (x.y.0 releases)
240 N: Jake Ehrlich
241 E: jakehehrlich@google.com
242 D: llvm-objcopy (tools/llvm-objcopy)
244 N: Martin Storsjö
245 E: martin@martin.st
246 D: MinGW
248 N: Zi Xuan Wu (Zeson)
249 E: zixuan.wu@linux.alibaba.com
250 D: C-SKY backend (lib/Target/CSKY/*)
252 N: Ilia Diachkov
253 E: iliya.diyachkov@intel.com
254 D: SPIR-V backend (lib/Target/SPIRV/*)