comparison CODE_OWNERS.TXT @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 1172e4bd9c6f
children c2174574ed3a
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
3 They are also the gatekeepers for their part of LLVM, with the final word on 3 They are also the gatekeepers for their part of LLVM, with the final word on
4 what goes in or not. 4 what goes in or not.
5 5
6 The list is sorted by surname and formatted to allow easy grepping and 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 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 8 (W), PGP key ID and fingerprint (P), description (D), snail-mail address
9 (S). Each entry should contain at least the (N), (E) and (D) fields. 9 (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
10 10 (D) fields.
11 N: Joe Abbey
12 E: jabbey@arxan.com
13 D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
14 11
15 N: Justin Bogner 12 N: Justin Bogner
16 E: mail@justinbogner.com 13 E: mail@justinbogner.com
17 D: InstrProfiling and related parts of ProfileData 14 D: InstrProfiling and related parts of ProfileData
18 D: SelectionDAG (lib/CodeGen/SelectionDAG/*) 15 D: SelectionDAG (lib/CodeGen/SelectionDAG/*)
19 16
20 N: Alex Bradbury 17 N: Alex Bradbury
21 E: asb@lowrisc.org 18 E: asb@lowrisc.org
22 D: RISC-V backend (lib/Target/RISCV/*) 19 D: RISC-V backend (lib/Target/RISCV/*)
23 20
21 N: Matthias Braun
22 E: matze@braunis.de
23 I: MatzeB
24 D: Instruction Scheduling
25
24 N: Chandler Carruth 26 N: Chandler Carruth
25 E: chandlerc@gmail.com 27 E: chandlerc@gmail.com
26 E: chandlerc@google.com 28 E: chandlerc@google.com
27 D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering 29 D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering
28 30
32 34
33 N: Eric Christopher 35 N: Eric Christopher
34 E: echristo@gmail.com 36 E: echristo@gmail.com
35 D: Debug Information, inline assembly 37 D: Debug Information, inline assembly
36 38
39 N: Andrey Churbanov
40 E: andrey.churbanov@intel.com
41 D: OpenMP runtime library
42
37 N: Greg Clayton 43 N: Greg Clayton
38 E: gclayton@apple.com 44 E: clayborg@gmail.com
39 D: LLDB 45 D: LLDB
46
47 N: Pete Couperus
48 E: petecoup@synopsys.com
49 D: ARC backend (lib/Target/ARC/*)
40 50
41 N: Sanjoy Das 51 N: Sanjoy Das
42 E: sanjoy@playingwithpointers.com 52 E: sanjoy@playingwithpointers.com
43 D: IndVar Simplify, Scalar Evolution 53 D: IndVar Simplify, Scalar Evolution
44 54
46 E: mclow.lists@gmail.com 56 E: mclow.lists@gmail.com
47 D: libc++ 57 D: libc++
48 58
49 N: Peter Collingbourne 59 N: Peter Collingbourne
50 E: peter@pcc.me.uk 60 E: peter@pcc.me.uk
51 D: llgo, libLTO (lib/LTO/* tools/lto/*) 61 D: llgo, libLTO (lib/LTO/* tools/lto/*), LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
52 62
53 N: Quentin Colombet 63 N: Quentin Colombet
54 E: qcolombet@apple.com 64 E: qcolombet@apple.com
55 D: Register allocators 65 D: Loop Strength Reduction, Register allocators
56 66
57 N: Simon Dardis 67 N: Simon Dardis
58 E: simon.dardis@imgtec.com 68 E: simon.dardis@mips.com
59 D: MIPS Backend (lib/Target/Mips/*) 69 D: MIPS Backend (lib/Target/Mips/*)
60 70
61 N: Duncan P. N. Exon Smith 71 N: Duncan P. N. Exon Smith
62 E: dexonsmith@apple.com 72 E: dexonsmith@apple.com
63 D: Branch weights and BlockFrequencyInfo 73 D: Branch weights and BlockFrequencyInfo
64 74
65 N: Hal Finkel 75 N: Hal Finkel
66 E: hfinkel@anl.gov 76 E: hfinkel@anl.gov
67 D: BBVectorize, the loop reroller, alias analysis and the PowerPC target 77 D: The loop reroller, alias analysis and the PowerPC target
68 78
69 N: Dan Gohman 79 N: Dan Gohman
70 E: sunfish@mozilla.com 80 E: sunfish@mozilla.com
71 D: WebAssembly Backend (lib/Target/WebAssembly/*) 81 D: WebAssembly Backend (lib/Target/WebAssembly/*)
72 82
94 E: lhames@gmail.com 104 E: lhames@gmail.com
95 D: MCJIT, RuntimeDyld and JIT event listeners, Orcish Warchief 105 D: MCJIT, RuntimeDyld and JIT event listeners, Orcish Warchief
96 106
97 N: Teresa Johnson 107 N: Teresa Johnson
98 E: tejohnson@google.com 108 E: tejohnson@google.com
99 D: Gold plugin (tools/gold/*) 109 D: Gold plugin (tools/gold/*) and IR Linker
100 110
101 N: Galina Kistanova 111 N: Galina Kistanova
102 E: gkistanova@gmail.com 112 E: gkistanova@gmail.com
103 D: LLVM Buildbot 113 D: LLVM Buildbot
104 114
130 N: David Majnemer 140 N: David Majnemer
131 E: david.majnemer@gmail.com 141 E: david.majnemer@gmail.com
132 D: IR Constant Folder, InstCombine 142 D: IR Constant Folder, InstCombine
133 143
134 N: Dylan McKay 144 N: Dylan McKay
135 E: dylanmckay34@gmail.com 145 E: me@dylanmckay.io
136 D: AVR Backend 146 D: AVR Backend
137 147
138 N: Tim Northover 148 N: Tim Northover
139 E: t.p.northover@gmail.com 149 E: t.p.northover@gmail.com
140 D: AArch64 backend, misc ARM backend 150 D: AArch64 backend, misc ARM backend
178 N: Alexei Starovoitov 188 N: Alexei Starovoitov
179 E: alexei.starovoitov@gmail.com 189 E: alexei.starovoitov@gmail.com
180 D: BPF backend 190 D: BPF backend
181 191
182 N: Tom Stellard 192 N: Tom Stellard
183 E: thomas.stellard@amd.com 193 E: tstellar@redhat.com
184 E: mesa-dev@lists.freedesktop.org 194 D: Stable release management (x.y.[1-9] releases), AMDGPU Backend, libclc
185 D: Release manager for the 3.5 and 3.6 branches, R600 Backend, libclc
186 195
187 N: Evgeniy Stepanov 196 N: Evgeniy Stepanov
188 E: eugenis@google.com 197 E: eugenis@google.com
189 D: MemorySanitizer (LLVM part) 198 D: MemorySanitizer (LLVM part)
190 199
191 N: Craig Topper 200 N: Craig Topper
192 E: craig.topper@gmail.com 201 E: craig.topper@gmail.com
202 E: craig.topper@intel.com
193 D: X86 Backend 203 D: X86 Backend
194
195 N: Andrew Trick
196 E: atrick@apple.com
197 D: Loop Strength Reduction, Instruction Scheduling
198 204
199 N: Ulrich Weigand 205 N: Ulrich Weigand
200 E: uweigand@de.ibm.com 206 E: uweigand@de.ibm.com
201 D: SystemZ Backend 207 D: SystemZ Backend
202 208
203 N: Bill Wendling
204 E: isanbard@gmail.com
205 D: IR Linker
206
207 N: Hans Wennborg 209 N: Hans Wennborg
208 E: hans@chromium.org 210 E: hans@chromium.org
209 D: Release management (x.y.0 releases) 211 D: Release management (x.y.0 releases)
210 212
211 N: whitequark 213 N: whitequark
212 E: whitequark@whitequark.org 214 E: whitequark@whitequark.org
213 D: OCaml bindings 215 D: OCaml bindings
214
215 N: Andrey Churbanov
216 E: andrey.churbanov@intel.com
217 D: OpenMP runtime library