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 | |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 11 | N: Joe Abbey |
| 12 | E: jabbey@arxan.com |
| 13 | D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*) |
| 14 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 15 | N: Evan Cheng |
| 16 | E: evan.cheng@apple.com |
| 17 | D: Code generator and all targets |
| 18 | |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 19 | N: Eric Christopher |
| 20 | E: echristo@gmail.com |
| 21 | D: Debug Information |
| 22 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 23 | N: Greg Clayton |
| 24 | D: LLDB |
| 25 | |
| 26 | N: Peter Collingbourne |
| 27 | D: libclc |
| 28 | |
Hal Finkel | 61b9e57 | 2012-11-14 07:59:10 +0000 | [diff] [blame] | 29 | N: Hal Finkel |
| 30 | E: hfinkel@anl.gov |
| 31 | D: BBVectorize and the PowerPC target |
| 32 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 33 | N: Doug Gregor |
| 34 | D: Clang Frontend Libraries |
| 35 | |
| 36 | N: Tobias Grosser |
| 37 | D: Polly |
| 38 | |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 39 | N: James Grosbach |
| 40 | E: grosbach@apple.com |
| 41 | D: MC layer |
| 42 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 43 | N: Howard Hinnant |
| 44 | D: libc++ |
| 45 | |
| 46 | N: Anton Korobeynikov |
| 47 | E: asl@math.spbu.ru |
Eric Christopher | 94b180f | 2012-11-14 17:33:40 +0000 | [diff] [blame] | 48 | D: Exception handling and Windows codegen |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 49 | |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 50 | N: Benjamin Kramer |
| 51 | E: benny.kra@gmail.com |
| 52 | D: DWARF Parser |
| 53 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 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 | |
Chad Rosier | 754e396 | 2012-11-14 18:43:21 +0000 | [diff] [blame^] | 69 | N: Chad Rosier |
| 70 | E: mcrosier@apple.com |
| 71 | D: MS-inline asm, fast-isel |
| 72 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 73 | N: Duncan Sands |
| 74 | E: baldrick@free.fr |
| 75 | D: DragonEgg |
Joe Abbey | 4efc624 | 2012-11-13 22:32:15 +0000 | [diff] [blame] | 76 | |
Andrew Trick | ae1d300 | 2012-11-14 07:04:23 +0000 | [diff] [blame] | 77 | N: Andrew Trick |
| 78 | E: atrick@apple.com |
| 79 | D: Instruction Scheduling |