ac74e1e36e3517f0214eef1a94149d41312ab20b
[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: Hal Finkel
39 E: hfinkel@anl.gov
40 D: BBVectorize and the PowerPC target
41
42 N: Doug Gregor
43 D: Clang Frontend Libraries
44
45 N: Tobias Grosser
46 D: Polly
47
48 N: James Grosbach
49 E: grosbach@apple.com
50 D: MC layer
51
52 N: Howard Hinnant
53 D: libc++
54
55 N: Justin Holewinski
56 E: jholewinski@nvidia.com
57 D: NVPTX Target (lib/Target/NVPTX/*)
58
59 N: Galina Kistanova
60 E: gkistanova@gmail.com
61 D: LLVM Buildbot
62
63 N: Anton Korobeynikov
64 E: anton@korobeynikov.info
65 D: Exception handling, Windows codegen, ARM EABI
66
67 N: Benjamin Kramer
68 E: benny.kra@gmail.com
69 D: DWARF Parser
70
71 N: Ted Kremenek
72 D: Clang Static Analyzer
73
74 N: Sergei Larin
75 E: slarin@codeaurora.org
76 D: VLIW Instruction Scheduling, Packetization
77
78 N: Chris Lattner
79 E: sabre@nondot.org
80 W: http://nondot.org/~sabre/
81 D: Everything not covered by someone else
82
83 N: John McCall
84 E: rjmccall@apple.com
85 D: Clang LLVM IR generation
86
87 N: Jakob Olesen
88 D: Register allocators and TableGen
89
90 N: Chad Rosier
91 E: mcrosier@apple.com
92 D: MS-inline asm, fast-isel
93
94 N: Nadav Rotem
95 E: nrotem@apple.com
96 D: X86 Backend, Loop Vectorizer
97
98 N: Duncan Sands
99 E: baldrick@free.fr
100 D: DragonEgg
101
102 N: Andrew Trick
103 E: atrick@apple.com
104 D: Instruction Scheduling