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 | |
Owen Anderson | aebfacb | 2012-11-15 22:56:42 +0000 | [diff] [blame] | 15 | N: Owen Anderson |
| 16 | E: resistor@mac.com |
| 17 | D: SelectionDAG (lib/CodeGen/SelectionDAG/*) |
| 18 | |
Rafael Espindola | 02ad0cb | 2012-11-22 16:43:44 +0000 | [diff] [blame^] | 19 | N: Rafael Avila de Espindola |
| 20 | E: rafael.espindola@gmail.com |
| 21 | D: Gold plugin (tools/gold/*) |
| 22 | |
Chandler Carruth | 20cd2b4 | 2012-11-16 11:43:01 +0000 | [diff] [blame] | 23 | N: Chandler Carruth |
| 24 | E: chandlerc@gmail.com |
| 25 | E: chandlerc@google.com |
| 26 | D: Config, ADT, Support, inlining & related passse, SROA/mem2reg & related passes, CMake, library layering |
| 27 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 28 | N: Evan Cheng |
| 29 | E: evan.cheng@apple.com |
Evan Cheng | 4921017 | 2012-11-15 19:31:48 +0000 | [diff] [blame] | 30 | D: ARM target, parts of code generator not covered by someone else |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 31 | |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 32 | N: Eric Christopher |
| 33 | E: echristo@gmail.com |
Eric Christopher | aa6df45 | 2012-11-15 22:57:22 +0000 | [diff] [blame] | 34 | D: Debug Information, autotools/configure/make build, inline assembly |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 35 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 36 | N: Greg Clayton |
| 37 | D: LLDB |
| 38 | |
| 39 | N: Peter Collingbourne |
| 40 | D: libclc |
| 41 | |
Anshuman Dasgupta | 788957f | 2012-11-19 15:40:22 +0000 | [diff] [blame] | 42 | N: Anshuman Dasgupta |
| 43 | E: adasgupt@codeaurora.org |
| 44 | D: Hexagon Backend |
| 45 | |
Hal Finkel | 61b9e57 | 2012-11-14 07:59:10 +0000 | [diff] [blame] | 46 | N: Hal Finkel |
| 47 | E: hfinkel@anl.gov |
| 48 | D: BBVectorize and the PowerPC target |
| 49 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 50 | N: Doug Gregor |
Richard Smith | 6fd8c8d | 2012-11-17 02:26:54 +0000 | [diff] [blame] | 51 | D: All parts of Clang not covered by someone else |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 52 | |
| 53 | N: Tobias Grosser |
| 54 | D: Polly |
| 55 | |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 56 | N: James Grosbach |
| 57 | E: grosbach@apple.com |
| 58 | D: MC layer |
| 59 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 60 | N: Howard Hinnant |
| 61 | D: libc++ |
| 62 | |
Justin Holewinski | 6854008 | 2012-11-14 19:36:27 +0000 | [diff] [blame] | 63 | N: Justin Holewinski |
| 64 | E: jholewinski@nvidia.com |
| 65 | D: NVPTX Target (lib/Target/NVPTX/*) |
| 66 | |
Andrew Kaylor | 04ee2ef | 2012-11-16 23:56:48 +0000 | [diff] [blame] | 67 | N: Andy Kaylor |
| 68 | E: andrew.kaylor@intel.com |
| 69 | D: MCJIT, RuntimeDyld and JIT event listeners |
| 70 | |
Galina Kistanova | 0608cd8 | 2012-11-15 23:16:47 +0000 | [diff] [blame] | 71 | N: Galina Kistanova |
| 72 | E: gkistanova@gmail.com |
| 73 | D: LLVM Buildbot |
| 74 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 75 | N: Anton Korobeynikov |
Anton Korobeynikov | 38990be | 2012-11-15 19:10:23 +0000 | [diff] [blame] | 76 | E: anton@korobeynikov.info |
| 77 | D: Exception handling, Windows codegen, ARM EABI |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 78 | |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 79 | N: Benjamin Kramer |
| 80 | E: benny.kra@gmail.com |
| 81 | D: DWARF Parser |
| 82 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 83 | N: Ted Kremenek |
| 84 | D: Clang Static Analyzer |
| 85 | |
Sergei Larin | 973a44b | 2012-11-15 19:24:19 +0000 | [diff] [blame] | 86 | N: Sergei Larin |
| 87 | E: slarin@codeaurora.org |
| 88 | D: VLIW Instruction Scheduling, Packetization |
| 89 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 90 | N: Chris Lattner |
| 91 | E: sabre@nondot.org |
| 92 | W: http://nondot.org/~sabre/ |
| 93 | D: Everything not covered by someone else |
| 94 | |
| 95 | N: John McCall |
| 96 | E: rjmccall@apple.com |
| 97 | D: Clang LLVM IR generation |
| 98 | |
| 99 | N: Jakob Olesen |
| 100 | D: Register allocators and TableGen |
| 101 | |
Richard Osborne | 75c8943 | 2012-11-16 21:26:36 +0000 | [diff] [blame] | 102 | N: Richard Osborne |
| 103 | E: richard@xmos.com |
| 104 | D: XCore Backend |
| 105 | |
Chad Rosier | 754e396 | 2012-11-14 18:43:21 +0000 | [diff] [blame] | 106 | N: Chad Rosier |
| 107 | E: mcrosier@apple.com |
Chad Rosier | 3eae17e | 2012-11-16 22:49:27 +0000 | [diff] [blame] | 108 | D: MS-inline asm, Fast-Isel, and the compiler driver |
Chad Rosier | 754e396 | 2012-11-14 18:43:21 +0000 | [diff] [blame] | 109 | |
Nadav Rotem | c17537e | 2012-11-14 19:47:48 +0000 | [diff] [blame] | 110 | N: Nadav Rotem |
| 111 | E: nrotem@apple.com |
Nadav Rotem | 7a697bc | 2012-11-15 22:26:51 +0000 | [diff] [blame] | 112 | D: X86 Backend, Loop Vectorizer |
Nadav Rotem | c17537e | 2012-11-14 19:47:48 +0000 | [diff] [blame] | 113 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 114 | N: Duncan Sands |
| 115 | E: baldrick@free.fr |
| 116 | D: DragonEgg |
Joe Abbey | 4efc624 | 2012-11-13 22:32:15 +0000 | [diff] [blame] | 117 | |
Richard Smith | 6fd8c8d | 2012-11-17 02:26:54 +0000 | [diff] [blame] | 118 | N: Richard Smith |
| 119 | E: richard@metafoo.co.uk |
| 120 | D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*) |
| 121 | |
Andrew Trick | ae1d300 | 2012-11-14 07:04:23 +0000 | [diff] [blame] | 122 | N: Andrew Trick |
| 123 | E: atrick@apple.com |
| 124 | D: Instruction Scheduling |