Constify the Optnone checks in IR passes.
[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).
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: Chandler Carruth
24 E: chandlerc@gmail.com
25 E: chandlerc@google.com
26 D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering
27
28 N: Evan Cheng
29 E: evan.cheng@apple.com
30 D: ARM target, parts of code generator not covered by someone else
31
32 N: Eric Christopher
33 E: echristo@gmail.com
34 D: Debug Information, autotools/configure/make build, inline assembly
35
36 N: Greg Clayton
37 D: LLDB
38
39 N: Peter Collingbourne
40 D: libclc
41
42 N: Anshuman Dasgupta
43 E: adasgupt@codeaurora.org
44 D: Hexagon Backend
45
46 N: Hal Finkel
47 E: hfinkel@anl.gov
48 D: BBVectorize, the loop reroller and the PowerPC target
49
50 N: Venkatraman Govindaraju
51 E: venkatra@cs.wisc.edu
52 D: Sparc Backend (lib/Target/Sparc/*)
53
54 N: Tobias Grosser
55 D: Polly
56
57 N: James Grosbach
58 E: grosbach@apple.com
59 D: MC layer
60
61 N: Marshall Clow
62 E: mclow.lists@gmail.com
63 D: libc++
64
65 N: Justin Holewinski
66 E: jholewinski@nvidia.com
67 D: NVPTX Target (lib/Target/NVPTX/*)
68
69 N: Andy Kaylor
70 E: andrew.kaylor@intel.com
71 D: MCJIT, RuntimeDyld and JIT event listeners
72
73 N: Galina Kistanova
74 E: gkistanova@gmail.com
75 D: LLVM Buildbot
76
77 N: Anton Korobeynikov
78 E: anton@korobeynikov.info
79 D: Exception handling, Windows codegen, ARM EABI
80
81 N: Benjamin Kramer
82 E: benny.kra@gmail.com
83 D: DWARF Parser
84
85 N: Sergei Larin
86 E: slarin@codeaurora.org
87 D: VLIW Instruction Scheduling, Packetization
88
89 N: Chris Lattner
90 E: sabre@nondot.org
91 W: http://nondot.org/~sabre/
92 D: Everything not covered by someone else
93
94 N: Tim Northover
95 E: Tim.Northover@arm.com
96 D: AArch64 backend
97
98 N: Jakob Olesen
99 D: Register allocators and TableGen
100
101 N: Richard Osborne
102 E: richard@xmos.com
103 D: XCore Backend
104
105 N: Chad Rosier
106 E: mcrosier@codeaurora.org
107 D: Fast-Isel
108
109 N: Nadav Rotem
110 E: nrotem@apple.com
111 D: X86 Backend, Loop Vectorizer
112
113 N: Daniel Sanders
114 E: daniel.sanders@imgtec.com
115 D: MIPS Backend (lib/Target/Mips/*)
116
117 N: Richard Sandiford
118 E: rsandifo@linux.vnet.ibm.com
119 D: SystemZ Backend
120
121 N: Duncan Sands
122 E: baldrick@free.fr
123 D: DragonEgg
124
125 N: Kostya Serebryany
126 E: kcc@google.com
127 D: AddressSanitizer, ThreadSanitizer (LLVM parts)
128
129 N: Michael Spencer
130 E: bigcheesegs@gmail.com
131 D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size
132
133 N: Tom Stellard
134 E: thomas.stellard@amd.com
135 E: mesa-dev@lists.freedesktop.org
136 D: R600 Backend
137
138 N: Evgeniy Stepanov
139 E: eugenis@google.com
140 D: MemorySanitizer (LLVM part)
141
142 N: Andrew Trick
143 E: atrick@apple.com
144 D: IndVar Simplify, Loop Strength Reduction, Instruction Scheduling
145
146 N: Bill Wendling
147 E: isanbard@gmail.com
148 D: libLTO, IR Linker
149
150 N: Peter Zotov
151 E: whitequark@whitequark.org
152 D: OCaml bindings