[clang] Handle __declspec() attributes in using
[llvm-project.git] / llvm / CODE_OWNERS.TXT
blob64e646dc10fa7fbc05fb1049aa759e74f88412a4
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: Simon Pilgrim
189 E: llvm-dev@redking.me.uk
190 D: X86 Backend
192 N: Philip Reames
193 E: listmail@philipreames.com
194 D: IndVar Simplify, Scalar Evolution
196 N: Paul Robinson
197 E: paul.robinson@sony.com
198 D: Sony PlayStation®4 support
200 N: Chad Rosier
201 E: mcrosier@codeaurora.org
202 D: Fast-Isel
204 N: Andrei Safronov
205 E: andrei.safronov@espressif.com
206 D: Xtensa backend (lib/Target/Xtensa/*)
208 N: Duncan Sands
209 E: baldrick@free.fr
210 D: DragonEgg
212 N: Mark Schimmel
213 E: marksl@synopsys.com
214 D: ARC backend (lib/Target/ARC/*)
216 N: Kostya Serebryany
217 E: kcc@google.com
218 D: AddressSanitizer, ThreadSanitizer (LLVM parts)
220 N: Michael Spencer
221 E: bigcheesegs@gmail.com
222 D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size
224 N: Alexei Starovoitov
225 E: alexei.starovoitov@gmail.com
226 D: BPF backend
228 N: Tom Stellard
229 E: tstellar@redhat.com
230 D: Stable release management (x.y.[1-9] releases), AMDGPU Backend, libclc
232 N: Evgeniy Stepanov
233 E: eugenis@google.com
234 D: MemorySanitizer (LLVM part)
236 N: Phoebe Wang
237 E: phoebe.wang@intel.com
238 D: X86 Backend
240 N: Ulrich Weigand
241 E: uweigand@de.ibm.com
242 D: SystemZ Backend
244 N: Hans Wennborg
245 E: hans@chromium.org
246 D: Release management (x.y.0 releases)
248 N: Jake Ehrlich
249 E: jakehehrlich@google.com
250 D: llvm-objcopy (tools/llvm-objcopy)
252 N: Martin Storsjö
253 E: martin@martin.st
254 D: MinGW
256 N: Zi Xuan Wu (Zeson)
257 E: zixuan.wu@linux.alibaba.com
258 D: C-SKY backend (lib/Target/CSKY/*)
260 N: Ilia Diachkov
261 E: ilia.diachkov@gmail.com
262 D: SPIR-V backend (lib/Target/SPIRV/*)