[flang] Use object before converts in fir.dispatch (#68589)
[llvm-project.git] / llvm / CODE_OWNERS.TXT
blob2a9fe11942e9781f79662370faa4a0eb7239b5a9
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@llnl.gov
55 D: OpenMP target offloading, OpenMP-Opt, Attributor
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: Hal Finkel
79 E: hfinkel@anl.gov
80 D: The loop reroller and alias analysis
82 N: Nemanja Ivanovic
83 E: nemanja.i.ibm@gmail.com
84 D: PowerPC Backend
86 N: Dan Gohman
87 E: llvm@sunfishcode.online
88 D: WebAssembly Backend (lib/Target/WebAssembly/*)
90 N: Renato Golin
91 E: rengolin@systemcall.eu
92 D: ARM Linux support
94 N: Venkatraman Govindaraju
95 E: venkatra@cs.wisc.edu
96 D: Sparc Backend (lib/Target/Sparc/*)
98 N: Tobias Grosser
99 E: tobias@grosser.es
100 D: Polly
102 N: James Grosbach
103 E: grosbach@apple.com
104 D: MC layer
106 N: Justin Holewinski
107 E: jholewinski@nvidia.com
108 D: NVPTX Target (lib/Target/NVPTX/*)
110 N: Lang Hames
111 E: lhames@gmail.com
112 D: MCJIT, RuntimeDyld and JIT event listeners, Orcish Warchief
114 N: Min-Yih Hsu
115 E: min@myhsu.dev
116 D: M68k Target (lib/Target/M68k/*)
118 N: Teresa Johnson
119 E: tejohnson@google.com
120 D: Gold plugin (tools/gold/*) and IR Linker
122 N: Galina Kistanova
123 E: gkistanova@gmail.com
124 D: LLVM Buildbot
126 N: Anton Korobeynikov
127 E: anton@korobeynikov.info
128 D: Exception handling, Windows codegen, ARM EABI, MSP430 Target (lib/Target/MSP430/*)
130 N: Benjamin Kramer
131 E: benny.kra@gmail.com
132 D: DWARF Parser
134 N: Florian Hahn
135 E: flo@fhahn.com
136 D: Loop Vectorizer
138 N: Alexey Bataev
139 E: a.bataev@outlook.com
140 D: SLP Vectorizer
142 N: Sergei Larin
143 E: slarin@codeaurora.org
144 D: VLIW Instruction Scheduling, Packetization
146 N: Chris Lattner
147 E: sabre@nondot.org
148 W: http://nondot.org/~sabre/
149 D: Everything not covered by someone else
151 N: Weining Lu
152 E: luweining@loongson.cn
153 D: LoongArch backend (lib/Target/LoongArch/*)
155 N: David Majnemer
156 E: david.majnemer@gmail.com
157 D: IR Constant Folder, InstCombine
159 N: Ben Shi
160 E: 2283975856@qq.com, powerman1st@163.com
161 D: AVR Backend
163 N: Kazushi Marukawa
164 E: marukawa@nec.com
165 D: VE Backend
167 N: Tim Northover
168 E: t.p.northover@gmail.com
169 D: AArch64 backend, misc ARM backend
171 N: Diego Novillo
172 E: dnovillo@google.com
173 D: SampleProfile and related parts of ProfileData
175 N: Krzysztof Parzyszek
176 E: kparzysz@quicinc.com
177 D: Hexagon Backend
179 N: Nigel Perks
180 E: nigelp@xmos.com
181 D: XCore Backend
183 N: Jacques Pienaar
184 E: jpienaar@google.com
185 D: Lanai Backend
187 N: Simon Pilgrim
188 E: llvm-dev@redking.me.uk
189 D: X86 Backend
191 N: Philip Reames
192 E: listmail@philipreames.com
193 D: IndVar Simplify, Scalar Evolution
195 N: Paul Robinson
196 E: paul.robinson@sony.com
197 D: Sony PlayStation®4 support
199 N: Chad Rosier
200 E: mcrosier@codeaurora.org
201 D: Fast-Isel
203 N: Andrei Safronov
204 E: andrei.safronov@espressif.com
205 D: Xtensa backend (lib/Target/Xtensa/*)
207 N: Duncan Sands
208 E: baldrick@free.fr
209 D: DragonEgg
211 N: Mark Schimmel
212 E: marksl@synopsys.com
213 D: ARC backend (lib/Target/ARC/*)
215 N: Kostya Serebryany
216 E: kcc@google.com
217 D: AddressSanitizer, ThreadSanitizer (LLVM parts)
219 N: Michael Spencer
220 E: bigcheesegs@gmail.com
221 D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size
223 N: Alexei Starovoitov
224 E: alexei.starovoitov@gmail.com
225 D: BPF backend
227 N: Tom Stellard
228 E: tstellar@redhat.com
229 D: Stable release management (x.y.[1-9] releases), libclc
231 N: Evgeniy Stepanov
232 E: eugenis@google.com
233 D: MemorySanitizer (LLVM part)
235 N: Phoebe Wang
236 E: phoebe.wang@intel.com
237 D: X86 Backend
239 N: Ulrich Weigand
240 E: uweigand@de.ibm.com
241 D: SystemZ Backend
243 N: Hans Wennborg
244 E: hans@chromium.org
245 D: Release management (x.y.0 releases)
247 N: Jake Ehrlich
248 E: jakehehrlich@google.com
249 D: llvm-objcopy (tools/llvm-objcopy)
251 N: Martin Storsjö
252 E: martin@martin.st
253 D: MinGW
255 N: Zi Xuan Wu (Zeson)
256 E: zixuan.wu@linux.alibaba.com
257 D: C-SKY backend (lib/Target/CSKY/*)
259 N: Ilia Diachkov
260 E: ilia.diachkov@gmail.com
261 D: SPIR-V backend (lib/Target/SPIRV/*)