[clang-repl] Add final set of missing library dependencies.
[llvm-project.git] / llvm / CODE_OWNERS.TXT
blob5d7f45cf4c04378715bdc1999ede8c17d368a35d
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: Simon Atanasyan
23 E: simon@atanasyan.com
24 D: MIPS Backend (lib/Target/Mips/*)
26 N: Justin Bogner
27 E: mail@justinbogner.com
28 D: InstrProfiling and related parts of ProfileData
29 D: SelectionDAG (lib/CodeGen/SelectionDAG/*)
31 N: Alex Bradbury
32 E: asb@lowrisc.org
33 D: RISC-V backend (lib/Target/RISCV/*)
35 N: Matthias Braun
36 E: matze@braunis.de
37 I: MatzeB
38 D: Instruction Scheduling
40 N: Chandler Carruth
41 E: chandlerc@gmail.com
42 E: chandlerc@google.com
43 D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering
45 N: Evan Cheng
46 E: evan.cheng@apple.com
47 D: parts of code generator not covered by someone else
49 N: Eric Christopher
50 E: echristo@gmail.com
51 D: Debug Information, inline assembly
53 N: Andrey Churbanov
54 E: andrey.churbanov@intel.com
55 D: OpenMP runtime library
57 N: Greg Clayton
58 E: clayborg@gmail.com
59 D: LLDB
61 N: Pete Couperus
62 E: petecoup@synopsys.com
63 D: ARC backend (lib/Target/ARC/*)
65 N: Philip Reames
66 E: listmail@philipreames.com
67 D: IndVar Simplify, Scalar Evolution
69 N: Marshall Clow
70 E: mclow.lists@gmail.com
71 D: libc++
73 N: Peter Collingbourne
74 E: peter@pcc.me.uk
75 D: libLTO (lib/LTO/* tools/lto/*), LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
77 N: Quentin Colombet
78 E: quentin.colombet@gmail.com
79 D: Loop Strength Reduction, Register allocators
81 N: Andrea Di Biagio
82 E: andrea.dibiagio@sony.com
83 E: andrea.dibiagio@gmail.com
84 D: MCA, llvm-mca
86 N: Duncan P. N. Exon Smith
87 E: dexonsmith@apple.com
88 D: Branch weights and BlockFrequencyInfo
90 N: Hal Finkel
91 E: hfinkel@anl.gov
92 D: The loop reroller and alias analysis
94 N: Nemanja Ivanovic
95 E: nemanja.i.ibm@gmail.com
96 D: PowerPC Backend
98 N: Dan Gohman
99 E: llvm@sunfishcode.online
100 D: WebAssembly Backend (lib/Target/WebAssembly/*)
102 N: Renato Golin
103 E: renato.golin@linaro.org
104 D: ARM Linux support
106 N: Venkatraman Govindaraju
107 E: venkatra@cs.wisc.edu
108 D: Sparc Backend (lib/Target/Sparc/*)
110 N: Tobias Grosser
111 E: tobias@grosser.es
112 D: Polly
114 N: James Grosbach
115 E: grosbach@apple.com
116 D: MC layer
118 N: Justin Holewinski
119 E: jholewinski@nvidia.com
120 D: NVPTX Target (lib/Target/NVPTX/*)
122 N: Lang Hames
123 E: lhames@gmail.com
124 D: MCJIT, RuntimeDyld and JIT event listeners, Orcish Warchief
126 N: Min-Yih Hsu
127 E: minyihh@uci.edu
128 E: yihshyng223@gmail.com
129 D: M68k Target (lib/Target/M68k/*)
131 N: Teresa Johnson
132 E: tejohnson@google.com
133 D: Gold plugin (tools/gold/*) and IR Linker
135 N: Galina Kistanova
136 E: gkistanova@gmail.com
137 D: LLVM Buildbot
139 N: Anton Korobeynikov
140 E: anton@korobeynikov.info
141 D: Exception handling, Windows codegen, ARM EABI
143 N: Benjamin Kramer
144 E: benny.kra@gmail.com
145 D: DWARF Parser
147 N: Michael Kuperstein
148 E: mkuper@google.com
149 D: Loop Vectorizer
151 N: Sergei Larin
152 E: slarin@codeaurora.org
153 D: VLIW Instruction Scheduling, Packetization
155 N: Chris Lattner
156 E: sabre@nondot.org
157 W: http://nondot.org/~sabre/
158 D: Everything not covered by someone else
160 N: David Majnemer
161 E: david.majnemer@gmail.com
162 D: IR Constant Folder, InstCombine
164 N: Dylan McKay
165 E: me@dylanmckay.io
166 D: AVR Backend
168 N: Simon Moll
169 E: simon.moll@emea.nec.com
170 D: VE Backend
172 N: Tim Northover
173 E: t.p.northover@gmail.com
174 D: AArch64 backend, misc ARM backend
176 N: Diego Novillo
177 E: dnovillo@google.com
178 D: SampleProfile and related parts of ProfileData
180 N: Krzysztof Parzyszek
181 E: kparzysz@quicinc.com
182 D: Hexagon Backend
184 N: Nigel Perks
185 E: nigelp@xmos.com
186 D: XCore Backend
188 N: Jacques Pienaar
189 E: jpienaar@google.com
190 D: Lanai Backend
192 N: Paul Robinson
193 E: paul_robinson@playstation.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: Kostya Serebryany
205 E: kcc@google.com
206 D: AddressSanitizer, ThreadSanitizer (LLVM parts)
208 N: Michael Spencer
209 E: bigcheesegs@gmail.com
210 D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size
212 N: Alexei Starovoitov
213 E: alexei.starovoitov@gmail.com
214 D: BPF backend
216 N: Tom Stellard
217 E: tstellar@redhat.com
218 D: Stable release management (x.y.[1-9] releases), AMDGPU Backend, libclc
220 N: Evgeniy Stepanov
221 E: eugenis@google.com
222 D: MemorySanitizer (LLVM part)
224 N: Craig Topper
225 E: craig.topper@gmail.com
226 D: X86 Backend
228 N: Ulrich Weigand
229 E: uweigand@de.ibm.com
230 D: SystemZ Backend
232 N: Hans Wennborg
233 E: hans@chromium.org
234 D: Release management (x.y.0 releases)
236 N: Jake Ehrlich
237 E: jakehehrlich@google.com
238 D: llvm-objcopy (tools/llvm-objcopy)
240 N: Martin Storsjö
241 E: martin@martin.st
242 D: MinGW
244 N: Zi Xuan Wu (Zeson)
245 E: zixuan.wu@linux.alibaba.com
246 D: C-SKY backend (lib/Target/CSKY/*)