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 |
Stephen Hines | 37ed9c1 | 2014-12-01 14:51:49 -0800 | [diff] [blame] | 9 | (S). Each entry should contain at least the (N), (E) and (D) fields. |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 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 | |
Stephen Hines | ebe69fe | 2015-03-23 12:10:34 -0700 | [diff] [blame] | 15 | N: Justin Bogner |
| 16 | E: mail@justinbogner.com |
| 17 | D: InstrProfiling and related parts of ProfileData |
Pirama Arumuga Nainar | de2d869 | 2016-09-19 22:57:26 -0700 | [diff] [blame] | 18 | D: SelectionDAG (lib/CodeGen/SelectionDAG/*) |
Stephen Hines | ebe69fe | 2015-03-23 12:10:34 -0700 | [diff] [blame] | 19 | |
Chandler Carruth | d2b3441 | 2012-11-16 11:43:01 +0000 | [diff] [blame] | 20 | N: Chandler Carruth |
| 21 | E: chandlerc@gmail.com |
| 22 | E: chandlerc@google.com |
Eric Christopher | 98055c6 | 2013-04-17 03:18:49 +0000 | [diff] [blame] | 23 | D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering |
Chandler Carruth | d2b3441 | 2012-11-16 11:43:01 +0000 | [diff] [blame] | 24 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 25 | N: Evan Cheng |
| 26 | E: evan.cheng@apple.com |
Pirama Arumuga Nainar | f3ef533 | 2016-03-03 15:48:50 -0800 | [diff] [blame] | 27 | D: parts of code generator not covered by someone else |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 28 | |
Benjamin Kramer | 6a7e85c | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 29 | N: Eric Christopher |
| 30 | E: echristo@gmail.com |
Pirama Arumuga Nainar | de2d869 | 2016-09-19 22:57:26 -0700 | [diff] [blame] | 31 | D: Debug Information, inline assembly |
Benjamin Kramer | 6a7e85c | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 32 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 33 | N: Greg Clayton |
Stephen Hines | 37ed9c1 | 2014-12-01 14:51:49 -0800 | [diff] [blame] | 34 | E: gclayton@apple.com |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 35 | D: LLDB |
| 36 | |
Pirama Arumuga Nainar | de2d869 | 2016-09-19 22:57:26 -0700 | [diff] [blame] | 37 | N: Sanjoy Das |
| 38 | E: sanjoy@playingwithpointers.com |
| 39 | D: IndVar Simplify, Scalar Evolution |
| 40 | |
Stephen Hines | ebe69fe | 2015-03-23 12:10:34 -0700 | [diff] [blame] | 41 | N: Marshall Clow |
| 42 | E: mclow.lists@gmail.com |
| 43 | D: libc++ |
| 44 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 45 | N: Peter Collingbourne |
Stephen Hines | 37ed9c1 | 2014-12-01 14:51:49 -0800 | [diff] [blame] | 46 | E: peter@pcc.me.uk |
Stephen Hines | ebe69fe | 2015-03-23 12:10:34 -0700 | [diff] [blame] | 47 | D: llgo |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 48 | |
Pirama Arumuga Nainar | 4c5e43d | 2015-04-08 08:55:49 -0700 | [diff] [blame] | 49 | N: Quentin Colombet |
| 50 | E: qcolombet@apple.com |
| 51 | D: Register allocators |
| 52 | |
Stephen Hines | ebe69fe | 2015-03-23 12:10:34 -0700 | [diff] [blame] | 53 | N: Duncan P. N. Exon Smith |
| 54 | E: dexonsmith@apple.com |
| 55 | D: Branch weights and BlockFrequencyInfo |
| 56 | |
Hal Finkel | 0e4a167 | 2012-11-14 07:59:10 +0000 | [diff] [blame] | 57 | N: Hal Finkel |
| 58 | E: hfinkel@anl.gov |
Stephen Hines | 37ed9c1 | 2014-12-01 14:51:49 -0800 | [diff] [blame] | 59 | D: BBVectorize, the loop reroller, alias analysis and the PowerPC target |
Hal Finkel | 0e4a167 | 2012-11-14 07:59:10 +0000 | [diff] [blame] | 60 | |
Pirama Arumuga Nainar | f3ef533 | 2016-03-03 15:48:50 -0800 | [diff] [blame] | 61 | N: Dan Gohman |
| 62 | E: sunfish@mozilla.com |
| 63 | D: WebAssembly Backend (lib/Target/WebAssembly/*) |
| 64 | |
Stephen Hines | ebe69fe | 2015-03-23 12:10:34 -0700 | [diff] [blame] | 65 | N: Renato Golin |
| 66 | E: renato.golin@linaro.org |
| 67 | D: ARM Linux support |
| 68 | |
Venkatraman Govindaraju | e84b47e | 2012-11-22 22:14:48 +0000 | [diff] [blame] | 69 | N: Venkatraman Govindaraju |
| 70 | E: venkatra@cs.wisc.edu |
| 71 | D: Sparc Backend (lib/Target/Sparc/*) |
| 72 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 73 | N: Tobias Grosser |
Stephen Hines | 37ed9c1 | 2014-12-01 14:51:49 -0800 | [diff] [blame] | 74 | E: tobias@grosser.es |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 75 | D: Polly |
| 76 | |
Benjamin Kramer | 6a7e85c | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 77 | N: James Grosbach |
| 78 | E: grosbach@apple.com |
| 79 | D: MC layer |
| 80 | |
Justin Holewinski | 714a587 | 2012-11-14 19:36:27 +0000 | [diff] [blame] | 81 | N: Justin Holewinski |
| 82 | E: jholewinski@nvidia.com |
| 83 | D: NVPTX Target (lib/Target/NVPTX/*) |
| 84 | |
Stephen Hines | 37ed9c1 | 2014-12-01 14:51:49 -0800 | [diff] [blame] | 85 | N: Lang Hames |
| 86 | E: lhames@gmail.com |
Pirama Arumuga Nainar | de2d869 | 2016-09-19 22:57:26 -0700 | [diff] [blame] | 87 | D: MCJIT, RuntimeDyld and JIT event listeners, Orcish Warchief |
| 88 | |
| 89 | N: Teresa Johnson |
| 90 | E: tejohnson@google.com |
| 91 | D: Gold plugin (tools/gold/*) |
Andrew Kaylor | 0180ad6 | 2012-11-16 23:56:48 +0000 | [diff] [blame] | 92 | |
Galina Kistanova | 2b009a3 | 2012-11-15 23:16:47 +0000 | [diff] [blame] | 93 | N: Galina Kistanova |
| 94 | E: gkistanova@gmail.com |
| 95 | D: LLVM Buildbot |
| 96 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 97 | N: Anton Korobeynikov |
Anton Korobeynikov | 8112351 | 2012-11-15 19:10:23 +0000 | [diff] [blame] | 98 | E: anton@korobeynikov.info |
| 99 | D: Exception handling, Windows codegen, ARM EABI |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 100 | |
Benjamin Kramer | 6a7e85c | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 101 | N: Benjamin Kramer |
| 102 | E: benny.kra@gmail.com |
| 103 | D: DWARF Parser |
| 104 | |
Sergei Larin | d822805 | 2012-11-15 19:24:19 +0000 | [diff] [blame] | 105 | N: Sergei Larin |
| 106 | E: slarin@codeaurora.org |
| 107 | D: VLIW Instruction Scheduling, Packetization |
| 108 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 109 | N: Chris Lattner |
| 110 | E: sabre@nondot.org |
| 111 | W: http://nondot.org/~sabre/ |
| 112 | D: Everything not covered by someone else |
| 113 | |
Pirama Arumuga Nainar | f3ef533 | 2016-03-03 15:48:50 -0800 | [diff] [blame] | 114 | N: David Majnemer |
| 115 | E: david.majnemer@gmail.com |
| 116 | D: IR Constant Folder, InstCombine |
| 117 | |
| 118 | N: Dylan McKay |
| 119 | E: dylanmckay34@gmail.com |
| 120 | D: AVR Backend |
| 121 | |
Tim Northover | 1711876 | 2013-01-31 12:51:16 +0000 | [diff] [blame] | 122 | N: Tim Northover |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame] | 123 | E: t.p.northover@gmail.com |
Pirama Arumuga Nainar | f3ef533 | 2016-03-03 15:48:50 -0800 | [diff] [blame] | 124 | D: AArch64 backend, misc ARM backend |
Tim Northover | 1711876 | 2013-01-31 12:51:16 +0000 | [diff] [blame] | 125 | |
Stephen Hines | ebe69fe | 2015-03-23 12:10:34 -0700 | [diff] [blame] | 126 | N: Diego Novillo |
| 127 | E: dnovillo@google.com |
| 128 | D: SampleProfile and related parts of ProfileData |
| 129 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 130 | N: Jakob Olesen |
Stephen Hines | 37ed9c1 | 2014-12-01 14:51:49 -0800 | [diff] [blame] | 131 | E: stoklund@2pi.dk |
Pirama Arumuga Nainar | 4c5e43d | 2015-04-08 08:55:49 -0700 | [diff] [blame] | 132 | D: TableGen |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 133 | |
Richard Osborne | 6062b2b | 2012-11-16 21:26:36 +0000 | [diff] [blame] | 134 | N: Richard Osborne |
| 135 | E: richard@xmos.com |
| 136 | D: XCore Backend |
| 137 | |
Pirama Arumuga Nainar | f3ef533 | 2016-03-03 15:48:50 -0800 | [diff] [blame] | 138 | N: Krzysztof Parzyszek |
| 139 | E: kparzysz@codeaurora.org |
| 140 | D: Hexagon Backend |
| 141 | |
Pirama Arumuga Nainar | de2d869 | 2016-09-19 22:57:26 -0700 | [diff] [blame] | 142 | N: Jacques Pienaar |
| 143 | E: jpienaar@google.com |
| 144 | D: Lanai Backend |
| 145 | |
Pirama Arumuga Nainar | f3ef533 | 2016-03-03 15:48:50 -0800 | [diff] [blame] | 146 | N: Paul Robinson |
| 147 | E: paul_robinson@playstation.sony.com |
| 148 | D: Sony PlayStation®4 support |
| 149 | |
Chad Rosier | 2d80fb2 | 2012-11-14 18:43:21 +0000 | [diff] [blame] | 150 | N: Chad Rosier |
Chad Rosier | 2ba641b | 2013-11-15 17:35:29 +0000 | [diff] [blame] | 151 | E: mcrosier@codeaurora.org |
Richard Smith | 6f6b97d | 2012-11-27 00:48:36 +0000 | [diff] [blame] | 152 | D: Fast-Isel |
Chad Rosier | 2d80fb2 | 2012-11-14 18:43:21 +0000 | [diff] [blame] | 153 | |
Nadav Rotem | c7d1802 | 2012-11-14 19:47:48 +0000 | [diff] [blame] | 154 | N: Nadav Rotem |
Pirama Arumuga Nainar | de2d869 | 2016-09-19 22:57:26 -0700 | [diff] [blame] | 155 | E: nadav.rotem@me.com |
Nadav Rotem | bac29d3 | 2012-11-15 22:26:51 +0000 | [diff] [blame] | 156 | D: X86 Backend, Loop Vectorizer |
Nadav Rotem | c7d1802 | 2012-11-14 19:47:48 +0000 | [diff] [blame] | 157 | |
Bill Wendling | 16e0171 | 2013-12-01 03:20:44 +0000 | [diff] [blame] | 158 | N: Daniel Sanders |
| 159 | E: daniel.sanders@imgtec.com |
| 160 | D: MIPS Backend (lib/Target/Mips/*) |
| 161 | |
Duncan Sands | 35b8760 | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 162 | N: Duncan Sands |
| 163 | E: baldrick@free.fr |
| 164 | D: DragonEgg |
Joe Abbey | f7450a1 | 2012-11-13 22:32:15 +0000 | [diff] [blame] | 165 | |
Kostya Serebryany | d51a790 | 2013-06-27 08:47:12 +0000 | [diff] [blame] | 166 | N: Kostya Serebryany |
| 167 | E: kcc@google.com |
| 168 | D: AddressSanitizer, ThreadSanitizer (LLVM parts) |
| 169 | |
Michael J. Spencer | 6533e78 | 2013-01-15 09:37:45 +0000 | [diff] [blame] | 170 | N: Michael Spencer |
| 171 | E: bigcheesegs@gmail.com |
| 172 | D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size |
| 173 | |
Stephen Hines | ebe69fe | 2015-03-23 12:10:34 -0700 | [diff] [blame] | 174 | N: Alexei Starovoitov |
| 175 | E: alexei.starovoitov@gmail.com |
| 176 | D: BPF backend |
| 177 | |
Tom Stellard | afb71e4 | 2012-12-19 22:10:35 +0000 | [diff] [blame] | 178 | N: Tom Stellard |
| 179 | E: thomas.stellard@amd.com |
| 180 | E: mesa-dev@lists.freedesktop.org |
Pirama Arumuga Nainar | 4c5e43d | 2015-04-08 08:55:49 -0700 | [diff] [blame] | 181 | D: Release manager for the 3.5 and 3.6 branches, R600 Backend, libclc |
Tom Stellard | afb71e4 | 2012-12-19 22:10:35 +0000 | [diff] [blame] | 182 | |
Kostya Serebryany | d51a790 | 2013-06-27 08:47:12 +0000 | [diff] [blame] | 183 | N: Evgeniy Stepanov |
| 184 | E: eugenis@google.com |
| 185 | D: MemorySanitizer (LLVM part) |
| 186 | |
Andrew Trick | 85d6e1d | 2012-11-14 07:04:23 +0000 | [diff] [blame] | 187 | N: Andrew Trick |
| 188 | E: atrick@apple.com |
Pirama Arumuga Nainar | de2d869 | 2016-09-19 22:57:26 -0700 | [diff] [blame] | 189 | D: Loop Strength Reduction, Instruction Scheduling |
Bill Wendling | e04b6c6 | 2013-03-18 17:47:33 +0000 | [diff] [blame] | 190 | |
Stephen Hines | ebe69fe | 2015-03-23 12:10:34 -0700 | [diff] [blame] | 191 | N: Ulrich Weigand |
| 192 | E: uweigand@de.ibm.com |
| 193 | D: SystemZ Backend |
| 194 | |
Bill Wendling | e04b6c6 | 2013-03-18 17:47:33 +0000 | [diff] [blame] | 195 | N: Bill Wendling |
Bill Wendling | c217165 | 2013-12-07 09:35:00 +0000 | [diff] [blame] | 196 | E: isanbard@gmail.com |
Bill Wendling | 5fc7c98 | 2013-04-10 21:56:52 +0000 | [diff] [blame] | 197 | D: libLTO, IR Linker |
Peter Zotov | 950abf3 | 2013-11-13 04:24:13 +0000 | [diff] [blame] | 198 | |
Pirama Arumuga Nainar | de2d869 | 2016-09-19 22:57:26 -0700 | [diff] [blame] | 199 | N: Hans Wennborg |
| 200 | E: hans@chromium.org |
| 201 | D: Release management (x.y.0 releases) |
| 202 | |
Peter Zotov | 950abf3 | 2013-11-13 04:24:13 +0000 | [diff] [blame] | 203 | N: Peter Zotov |
| 204 | E: whitequark@whitequark.org |
| 205 | D: OCaml bindings |
Pirama Arumuga Nainar | 6948897 | 2015-07-01 12:23:51 -0700 | [diff] [blame] | 206 | |
| 207 | N: Andrey Churbanov |
| 208 | E: andrey.churbanov@intel.com |
| 209 | D: OpenMP runtime library |