Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 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: Evan Cheng |
| 12 | E: evan.cheng@apple.com |
| 13 | D: Code generator and all targets |
| 14 | |
| 15 | N: Greg Clayton |
| 16 | D: LLDB |
| 17 | |
| 18 | N: Peter Collingbourne |
| 19 | D: libclc |
| 20 | |
| 21 | N: Doug Gregor |
| 22 | D: Clang Frontend Libraries |
| 23 | |
| 24 | N: Tobias Grosser |
| 25 | D: Polly |
| 26 | |
| 27 | N: Howard Hinnant |
| 28 | D: libc++ |
| 29 | |
| 30 | N: Anton Korobeynikov |
| 31 | E: asl@math.spbu.ru |
| 32 | D: Exception handling, debug information, and Windows codegen |
| 33 | |
| 34 | N: Ted Kremenek |
| 35 | D: Clang Static Analyzer |
| 36 | |
| 37 | N: Chris Lattner |
| 38 | E: sabre@nondot.org |
| 39 | W: http://nondot.org/~sabre/ |
| 40 | D: Everything not covered by someone else |
| 41 | |
| 42 | N: John McCall |
| 43 | E: rjmccall@apple.com |
| 44 | D: Clang LLVM IR generation |
| 45 | |
| 46 | N: Jakob Olesen |
| 47 | D: Register allocators and TableGen |
| 48 | |
| 49 | N: Duncan Sands |
| 50 | E: baldrick@free.fr |
| 51 | D: DragonEgg |
Joe Abbey | 4efc624 | 2012-11-13 22:32:15 +0000 | [diff] [blame^] | 52 | |
| 53 | N: Joe Abbey |
| 54 | E: jabbey@arxan.com |
| 55 | D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*) |