Add myself as code owner for NVPTX target
[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: Justin Holewinski
47 E: jholewinski@nvidia.com
48 D: NVPTX Target (lib/Target/NVPTX/*)
49
50 N: Anton Korobeynikov
51 E: asl@math.spbu.ru
52 D: Exception handling and Windows codegen
53
54 N: Benjamin Kramer
55 E: benny.kra@gmail.com
56 D: DWARF Parser
57
58 N: Ted Kremenek
59 D: Clang Static Analyzer
60
61 N: Chris Lattner
62 E: sabre@nondot.org
63 W: http://nondot.org/~sabre/
64 D: Everything not covered by someone else
65
66 N: John McCall
67 E: rjmccall@apple.com
68 D: Clang LLVM IR generation
69
70 N: Jakob Olesen
71 D: Register allocators and TableGen
72
73 N: Chad Rosier
74 E: mcrosier@apple.com
75 D: MS-inline asm, fast-isel
76
77 N: Duncan Sands
78 E: baldrick@free.fr
79 D: DragonEgg
80
81 N: Andrew Trick
82 E: atrick@apple.com
83 D: Instruction Scheduling