Duncan Sands | 35b8760 | 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 | 6a7e85c | 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 | b70e251 | 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 | 99ba589 | 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 | d2b3441 | 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 | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 28 | N: Evan Cheng |
| 29 | E: evan.cheng@apple.com |
Evan Cheng | 7c66949 | 2012-11-15 19:31:48 +0000 | [diff] [blame] | 30 | D: ARM target, parts of code generator not covered by someone else |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 31 | |
Benjamin Kramer | 6a7e85c | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 32 | N: Eric Christopher |
| 33 | E: echristo@gmail.com |
Eric Christopher | ec3d695 | 2012-11-15 22:57:22 +0000 | [diff] [blame] | 34 | D: Debug Information, autotools/configure/make build, inline assembly |
Benjamin Kramer | 6a7e85c | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 35 | |
Duncan Sands | 35b8760 | 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 | 9fb61cd | 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 | 0e4a167 | 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 | |
Venkatraman Govindaraju | e84b47e | 2012-11-22 22:14:48 +0000 | [diff] [blame] | 50 | N: Venkatraman Govindaraju |
| 51 | E: venkatra@cs.wisc.edu |
| 52 | D: Sparc Backend (lib/Target/Sparc/*) |
| 53 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 54 | N: Tobias Grosser |
| 55 | D: Polly |
| 56 | |
Benjamin Kramer | 6a7e85c | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 57 | N: James Grosbach |
| 58 | E: grosbach@apple.com |
| 59 | D: MC layer |
| 60 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 61 | N: Howard Hinnant |
| 62 | D: libc++ |
| 63 | |
Justin Holewinski | 714a587 | 2012-11-14 19:36:27 +0000 | [diff] [blame] | 64 | N: Justin Holewinski |
| 65 | E: jholewinski@nvidia.com |
| 66 | D: NVPTX Target (lib/Target/NVPTX/*) |
| 67 | |
Andrew Kaylor | 0180ad6 | 2012-11-16 23:56:48 +0000 | [diff] [blame] | 68 | N: Andy Kaylor |
| 69 | E: andrew.kaylor@intel.com |
| 70 | D: MCJIT, RuntimeDyld and JIT event listeners |
| 71 | |
Galina Kistanova | 2b009a3 | 2012-11-15 23:16:47 +0000 | [diff] [blame] | 72 | N: Galina Kistanova |
| 73 | E: gkistanova@gmail.com |
| 74 | D: LLVM Buildbot |
| 75 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 76 | N: Anton Korobeynikov |
Anton Korobeynikov | 8112351 | 2012-11-15 19:10:23 +0000 | [diff] [blame] | 77 | E: anton@korobeynikov.info |
| 78 | D: Exception handling, Windows codegen, ARM EABI |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 79 | |
Benjamin Kramer | 6a7e85c | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 80 | N: Benjamin Kramer |
| 81 | E: benny.kra@gmail.com |
| 82 | D: DWARF Parser |
| 83 | |
Sergei Larin | d822805 | 2012-11-15 19:24:19 +0000 | [diff] [blame] | 84 | N: Sergei Larin |
| 85 | E: slarin@codeaurora.org |
| 86 | D: VLIW Instruction Scheduling, Packetization |
| 87 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 88 | N: Chris Lattner |
| 89 | E: sabre@nondot.org |
| 90 | W: http://nondot.org/~sabre/ |
| 91 | D: Everything not covered by someone else |
| 92 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 93 | N: Jakob Olesen |
| 94 | D: Register allocators and TableGen |
| 95 | |
Richard Osborne | 6062b2b | 2012-11-16 21:26:36 +0000 | [diff] [blame] | 96 | N: Richard Osborne |
| 97 | E: richard@xmos.com |
| 98 | D: XCore Backend |
| 99 | |
Chad Rosier | 2d80fb2 | 2012-11-14 18:43:21 +0000 | [diff] [blame] | 100 | N: Chad Rosier |
| 101 | E: mcrosier@apple.com |
Richard Smith | 6f6b97d | 2012-11-27 00:48:36 +0000 | [diff] [blame] | 102 | D: Fast-Isel |
Chad Rosier | 2d80fb2 | 2012-11-14 18:43:21 +0000 | [diff] [blame] | 103 | |
Nadav Rotem | c7d1802 | 2012-11-14 19:47:48 +0000 | [diff] [blame] | 104 | N: Nadav Rotem |
| 105 | E: nrotem@apple.com |
Nadav Rotem | bac29d3 | 2012-11-15 22:26:51 +0000 | [diff] [blame] | 106 | D: X86 Backend, Loop Vectorizer |
Nadav Rotem | c7d1802 | 2012-11-14 19:47:48 +0000 | [diff] [blame] | 107 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 108 | N: Duncan Sands |
| 109 | E: baldrick@free.fr |
| 110 | D: DragonEgg |
Joe Abbey | f7450a1 | 2012-11-13 22:32:15 +0000 | [diff] [blame] | 111 | |
Andrew Trick | 85d6e1d | 2012-11-14 07:04:23 +0000 | [diff] [blame] | 112 | N: Andrew Trick |
| 113 | E: atrick@apple.com |
Andrew Trick | 6e34113 | 2012-12-05 23:32:44 +0000 | [diff] [blame] | 114 | D: IndVar Simplify, Loop Strength Reduction, Instruction Scheduling |
Bill Wendling | ac9464e | 2012-11-30 22:15:08 +0000 | [diff] [blame] | 115 | |
| 116 | N: Bill Wendling |
| 117 | E: wendling@apple.com |
Chris Lattner | e92a66a | 2012-12-03 16:08:32 +0000 | [diff] [blame] | 118 | D: libLTO & IR Linker |