[ARM] Prefer indirect calls in minsize mode
[llvm-core.git] / CODE_OWNERS.TXT
blob60969849656f0f2a6f5288be4c38f43965f33594
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), and snail-mail address
9 (S). Each entry should contain at least the (N), (E) and (D) fields.
11 N: Joe Abbey
12 E: jabbey@arxan.com
13 D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
15 N: Justin Bogner
16 E: mail@justinbogner.com
17 D: InstrProfiling and related parts of ProfileData
18 D: SelectionDAG (lib/CodeGen/SelectionDAG/*)
20 N: Chandler Carruth
21 E: chandlerc@gmail.com
22 E: chandlerc@google.com
23 D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering
25 N: Evan Cheng
26 E: evan.cheng@apple.com
27 D: parts of code generator not covered by someone else
29 N: Eric Christopher
30 E: echristo@gmail.com
31 D: Debug Information, inline assembly
33 N: Greg Clayton
34 E: gclayton@apple.com
35 D: LLDB
37 N: Sanjoy Das
38 E: sanjoy@playingwithpointers.com
39 D: IndVar Simplify, Scalar Evolution
41 N: Marshall Clow
42 E: mclow.lists@gmail.com
43 D: libc++
45 N: Peter Collingbourne
46 E: peter@pcc.me.uk
47 D: llgo
49 N: Quentin Colombet
50 E: qcolombet@apple.com
51 D: Register allocators
53 N: Duncan P. N. Exon Smith
54 E: dexonsmith@apple.com
55 D: Branch weights and BlockFrequencyInfo
57 N: Hal Finkel
58 E: hfinkel@anl.gov
59 D: BBVectorize, the loop reroller, alias analysis and the PowerPC target
61 N: Dan Gohman
62 E: sunfish@mozilla.com
63 D: WebAssembly Backend (lib/Target/WebAssembly/*)
65 N: Renato Golin
66 E: renato.golin@linaro.org
67 D: ARM Linux support
69 N: Venkatraman Govindaraju
70 E: venkatra@cs.wisc.edu
71 D: Sparc Backend (lib/Target/Sparc/*)
73 N: Tobias Grosser
74 E: tobias@grosser.es
75 D: Polly
77 N: James Grosbach
78 E: grosbach@apple.com
79 D: MC layer
81 N: Justin Holewinski
82 E: jholewinski@nvidia.com
83 D: NVPTX Target (lib/Target/NVPTX/*)
85 N: Lang Hames
86 E: lhames@gmail.com
87 D: MCJIT, RuntimeDyld and JIT event listeners, Orcish Warchief
89 N: Teresa Johnson
90 E: tejohnson@google.com
91 D: Gold plugin (tools/gold/*)
93 N: Galina Kistanova
94 E: gkistanova@gmail.com
95 D: LLVM Buildbot
97 N: Anton Korobeynikov
98 E: anton@korobeynikov.info
99 D: Exception handling, Windows codegen, ARM EABI
101 N: Benjamin Kramer
102 E: benny.kra@gmail.com
103 D: DWARF Parser
105 N: Sergei Larin
106 E: slarin@codeaurora.org
107 D: VLIW Instruction Scheduling, Packetization
109 N: Chris Lattner
110 E: sabre@nondot.org
111 W: http://nondot.org/~sabre/
112 D: Everything not covered by someone else
114 N: David Majnemer
115 E: david.majnemer@gmail.com
116 D: IR Constant Folder, InstCombine
118 N: Dylan McKay
119 E: dylanmckay34@gmail.com
120 D: AVR Backend
122 N: Tim Northover
123 E: t.p.northover@gmail.com
124 D: AArch64 backend, misc ARM backend
126 N: Diego Novillo
127 E: dnovillo@google.com
128 D: SampleProfile and related parts of ProfileData
130 N: Jakob Olesen
131 E: stoklund@2pi.dk
132 D: TableGen
134 N: Richard Osborne
135 E: richard@xmos.com
136 D: XCore Backend
138 N: Krzysztof Parzyszek
139 E: kparzysz@codeaurora.org
140 D: Hexagon Backend
142 N: Jacques Pienaar
143 E: jpienaar@google.com
144 D: Lanai Backend
146 N: Paul Robinson
147 E: paul_robinson@playstation.sony.com
148 D: Sony PlayStation®4 support
150 N: Chad Rosier
151 E: mcrosier@codeaurora.org
152 D: Fast-Isel
154 N: Nadav Rotem
155 E: nadav.rotem@me.com
156 D: X86 Backend, Loop Vectorizer
158 N: Daniel Sanders
159 E: daniel.sanders@imgtec.com
160 D: MIPS Backend (lib/Target/Mips/*)
162 N: Duncan Sands
163 E: baldrick@free.fr
164 D: DragonEgg
166 N: Kostya Serebryany
167 E: kcc@google.com
168 D: AddressSanitizer, ThreadSanitizer (LLVM parts)
170 N: Michael Spencer
171 E: bigcheesegs@gmail.com
172 D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size
174 N: Alexei Starovoitov
175 E: alexei.starovoitov@gmail.com
176 D: BPF backend
178 N: Tom Stellard
179 E: thomas.stellard@amd.com
180 E: mesa-dev@lists.freedesktop.org
181 D: Release manager for the 3.5 and 3.6 branches, R600 Backend, libclc
183 N: Evgeniy Stepanov
184 E: eugenis@google.com
185 D: MemorySanitizer (LLVM part)
187 N: Andrew Trick
188 E: atrick@apple.com
189 D: Loop Strength Reduction, Instruction Scheduling
191 N: Ulrich Weigand
192 E: uweigand@de.ibm.com
193 D: SystemZ Backend
195 N: Bill Wendling
196 E: isanbard@gmail.com
197 D: libLTO, IR Linker
199 N: Hans Wennborg
200 E: hans@chromium.org
201 D: Release management (x.y.0 releases)
203 N: Peter Zotov
204 E: whitequark@whitequark.org
205 D: OCaml bindings
207 N: Andrey Churbanov
208 E: andrey.churbanov@intel.com
209 D: OpenMP runtime library