7fd1f170316bf67075ba143c9754917174ef1d3e
[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: Evan Cheng
16 E: evan.cheng@apple.com
17 D: Code generator and all targets
18
19 N: Eric Christopher
20 E: echristo@gmail.com
21 D: Debug Information
22
23 N: Greg Clayton
24 D: LLDB
25
26 N: Peter Collingbourne
27 D: libclc
28
29 N: Hal Finkel
30 E: hfinkel@anl.gov
31 D: BBVectorize and the PowerPC target
32
33 N: Doug Gregor
34 D: Clang Frontend Libraries
35
36 N: Tobias Grosser
37 D: Polly
38
39 N: James Grosbach
40 E: grosbach@apple.com
41 D: MC layer
42
43 N: Howard Hinnant
44 D: libc++
45
46 N: Anton Korobeynikov
47 E: asl@math.spbu.ru
48 D: Exception handling and Windows codegen
49
50 N: Benjamin Kramer
51 E: benny.kra@gmail.com
52 D: DWARF Parser
53
54 N: Ted Kremenek
55 D: Clang Static Analyzer
56
57 N: Chris Lattner
58 E: sabre@nondot.org
59 W: http://nondot.org/~sabre/
60 D: Everything not covered by someone else
61
62 N: John McCall
63 E: rjmccall@apple.com
64 D: Clang LLVM IR generation
65
66 N: Jakob Olesen
67 D: Register allocators and TableGen
68
69 N: Chad Rosier
70 E: mcrosier@apple.com
71 D: MS-inline asm, fast-isel
72
73 N: Duncan Sands
74 E: baldrick@free.fr
75 D: DragonEgg
76
77 N: Andrew Trick
78 E: atrick@apple.com
79 D: Instruction Scheduling