4d2eb0e707eb1b283c4b8f34dcb2e64ff5646829
[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: Chandler Carruth
20 E: chandlerc@gmail.com
21 E: chandlerc@google.com
22 D: Config, ADT, Support, inlining & related passse, SROA/mem2reg & related passes, CMake, library layering
23
24 N: Evan Cheng
25 E: evan.cheng@apple.com
26 D: ARM target, parts of code generator not covered by someone else
27
28 N: Eric Christopher
29 E: echristo@gmail.com
30 D: Debug Information, autotools/configure/make build, inline assembly
31
32 N: Greg Clayton
33 D: LLDB
34
35 N: Peter Collingbourne
36 D: libclc
37
38 N: Anshuman Dasgupta
39 E: adasgupt@codeaurora.org
40 D: Hexagon Backend
41
42 N: Hal Finkel
43 E: hfinkel@anl.gov
44 D: BBVectorize and the PowerPC target
45
46 N: Doug Gregor
47 D: All parts of Clang not covered by someone else
48
49 N: Tobias Grosser
50 D: Polly
51
52 N: James Grosbach
53 E: grosbach@apple.com
54 D: MC layer
55
56 N: Howard Hinnant
57 D: libc++
58
59 N: Justin Holewinski
60 E: jholewinski@nvidia.com
61 D: NVPTX Target (lib/Target/NVPTX/*)
62
63 N: Andy Kaylor
64 E: andrew.kaylor@intel.com
65 D: MCJIT, RuntimeDyld and JIT event listeners
66
67 N: Galina Kistanova
68 E: gkistanova@gmail.com
69 D: LLVM Buildbot
70
71 N: Anton Korobeynikov
72 E: anton@korobeynikov.info
73 D: Exception handling, Windows codegen, ARM EABI
74
75 N: Benjamin Kramer
76 E: benny.kra@gmail.com
77 D: DWARF Parser
78
79 N: Ted Kremenek
80 D: Clang Static Analyzer
81
82 N: Sergei Larin
83 E: slarin@codeaurora.org
84 D: VLIW Instruction Scheduling, Packetization
85
86 N: Chris Lattner
87 E: sabre@nondot.org
88 W: http://nondot.org/~sabre/
89 D: Everything not covered by someone else
90
91 N: John McCall
92 E: rjmccall@apple.com
93 D: Clang LLVM IR generation
94
95 N: Jakob Olesen
96 D: Register allocators and TableGen
97
98 N: Richard Osborne
99 E: richard@xmos.com
100 D: XCore Backend
101
102 N: Chad Rosier
103 E: mcrosier@apple.com
104 D: MS-inline asm, Fast-Isel, and the compiler driver
105
106 N: Nadav Rotem
107 E: nrotem@apple.com
108 D: X86 Backend, Loop Vectorizer
109
110 N: Duncan Sands
111 E: baldrick@free.fr
112 D: DragonEgg
113
114 N: Richard Smith
115 E: richard@metafoo.co.uk
116 D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*)
117
118 N: Andrew Trick
119 E: atrick@apple.com
120 D: Instruction Scheduling