[Orc] Tweak lambda capture lists to try to avoid an ICE on gcc-4.7.2. NFC.
[oota-llvm.git] / CODE_OWNERS.TXT
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.
5
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.
10
11 N: Joe Abbey
12 E: jabbey@arxan.com
13 D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
14
15 N: Owen Anderson
16 E: resistor@mac.com
17 D: SelectionDAG (lib/CodeGen/SelectionDAG/*)
18
19 N: Rafael Avila de Espindola
20 E: rafael.espindola@gmail.com
21 D: Gold plugin (tools/gold/*)
22
23 N: Justin Bogner
24 E: mail@justinbogner.com
25 D: InstrProfiling and related parts of ProfileData
26
27 N: Chandler Carruth
28 E: chandlerc@gmail.com
29 E: chandlerc@google.com
30 D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering
31
32 N: Evan Cheng
33 E: evan.cheng@apple.com
34 D: ARM target, parts of code generator not covered by someone else
35
36 N: Eric Christopher
37 E: echristo@gmail.com
38 D: Debug Information, autotools/configure/make build, inline assembly
39
40 N: Greg Clayton
41 E: gclayton@apple.com
42 D: LLDB
43
44 N: Marshall Clow
45 E: mclow.lists@gmail.com
46 D: libc++
47
48 N: Peter Collingbourne
49 E: peter@pcc.me.uk
50 D: llgo
51
52 N: Anshuman Dasgupta
53 E: adasgupt@codeaurora.org
54 D: Hexagon Backend
55
56 N: Duncan P. N. Exon Smith
57 E: dexonsmith@apple.com
58 D: Branch weights and BlockFrequencyInfo
59
60 N: Hal Finkel
61 E: hfinkel@anl.gov
62 D: BBVectorize, the loop reroller, alias analysis and the PowerPC target
63
64 N: Renato Golin
65 E: renato.golin@linaro.org
66 D: ARM Linux support
67
68 N: Venkatraman Govindaraju
69 E: venkatra@cs.wisc.edu
70 D: Sparc Backend (lib/Target/Sparc/*)
71
72 N: Tobias Grosser
73 E: tobias@grosser.es
74 D: Polly
75
76 N: James Grosbach
77 E: grosbach@apple.com
78 D: MC layer
79
80 N: Justin Holewinski
81 E: jholewinski@nvidia.com
82 D: NVPTX Target (lib/Target/NVPTX/*)
83
84 N: Lang Hames
85 E: lhames@gmail.com
86 D: MCJIT, RuntimeDyld and JIT event listeners
87
88 N: Galina Kistanova
89 E: gkistanova@gmail.com
90 D: LLVM Buildbot
91
92 N: Anton Korobeynikov
93 E: anton@korobeynikov.info
94 D: Exception handling, Windows codegen, ARM EABI
95
96 N: Benjamin Kramer
97 E: benny.kra@gmail.com
98 D: DWARF Parser
99
100 N: Sergei Larin
101 E: slarin@codeaurora.org
102 D: VLIW Instruction Scheduling, Packetization
103
104 N: Chris Lattner
105 E: sabre@nondot.org
106 W: http://nondot.org/~sabre/
107 D: Everything not covered by someone else
108
109 N: Tim Northover
110 E: t.p.northover@gmail.com
111 D: AArch64 backend
112
113 N: Diego Novillo
114 E: dnovillo@google.com
115 D: SampleProfile and related parts of ProfileData
116
117 N: Jakob Olesen
118 E: stoklund@2pi.dk
119 D: Register allocators and TableGen
120
121 N: Richard Osborne
122 E: richard@xmos.com
123 D: XCore Backend
124
125 N: Chad Rosier
126 E: mcrosier@codeaurora.org
127 D: Fast-Isel
128
129 N: Alex Rosenberg
130 E: alexr@leftfield.org
131 D: Sony PlayStation®4 support
132
133 N: Nadav Rotem
134 E: nrotem@apple.com
135 D: X86 Backend, Loop Vectorizer
136
137 N: Daniel Sanders
138 E: daniel.sanders@imgtec.com
139 D: MIPS Backend (lib/Target/Mips/*)
140
141 N: Duncan Sands
142 E: baldrick@free.fr
143 D: DragonEgg
144
145 N: Kostya Serebryany
146 E: kcc@google.com
147 D: AddressSanitizer, ThreadSanitizer (LLVM parts)
148
149 N: Michael Spencer
150 E: bigcheesegs@gmail.com
151 D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size
152
153 N: Alexei Starovoitov
154 E: alexei.starovoitov@gmail.com
155 D: BPF backend
156
157 N: Tom Stellard
158 E: thomas.stellard@amd.com
159 E: mesa-dev@lists.freedesktop.org
160 D: Release manager for the 3.5 branch, R600 Backend, libclc
161
162 N: Evgeniy Stepanov
163 E: eugenis@google.com
164 D: MemorySanitizer (LLVM part)
165
166 N: Andrew Trick
167 E: atrick@apple.com
168 D: IndVar Simplify, Loop Strength Reduction, Instruction Scheduling
169
170 N: Ulrich Weigand
171 E: uweigand@de.ibm.com
172 D: SystemZ Backend
173
174 N: Bill Wendling
175 E: isanbard@gmail.com
176 D: libLTO, IR Linker
177
178 N: Peter Zotov
179 E: whitequark@whitequark.org
180 D: OCaml bindings