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 |
Albert Gutowski | 3a9f2a5 | 2016-08-02 19:25:17 +0000 | [diff] [blame] | 7 | beautification by scripts. The fields are: name (N), email (E), web-address |
Matthias Braun | a063a41 | 2017-03-10 18:34:37 +0000 | [diff] [blame] | 8 | (W), PGP key ID and fingerprint (P), description (D), snail-mail address |
| 9 | (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and |
| 10 | (D) fields. |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 11 | |
Justin Bogner | a3f7fe8 | 2014-12-11 00:41:15 +0000 | [diff] [blame] | 12 | N: Justin Bogner |
| 13 | E: mail@justinbogner.com |
| 14 | D: InstrProfiling and related parts of ProfileData |
Justin Bogner | d8ed65d | 2016-05-20 19:14:04 +0000 | [diff] [blame] | 15 | D: SelectionDAG (lib/CodeGen/SelectionDAG/*) |
Justin Bogner | a3f7fe8 | 2014-12-11 00:41:15 +0000 | [diff] [blame] | 16 | |
Alex Bradbury | b2e5472 | 2016-11-01 17:27:54 +0000 | [diff] [blame] | 17 | N: Alex Bradbury |
| 18 | E: asb@lowrisc.org |
| 19 | D: RISC-V backend (lib/Target/RISCV/*) |
| 20 | |
Matthias Braun | a063a41 | 2017-03-10 18:34:37 +0000 | [diff] [blame] | 21 | N: Matthias Braun |
| 22 | E: matze@braunis.de |
| 23 | I: MatzeB |
| 24 | D: Instruction Scheduling |
| 25 | |
Chandler Carruth | 20cd2b4 | 2012-11-16 11:43:01 +0000 | [diff] [blame] | 26 | N: Chandler Carruth |
| 27 | E: chandlerc@gmail.com |
| 28 | E: chandlerc@google.com |
Eric Christopher | c9e6e9e | 2013-04-17 03:18:49 +0000 | [diff] [blame] | 29 | D: Config, ADT, Support, inlining & related passes, SROA/mem2reg & related passes, CMake, library layering |
Chandler Carruth | 20cd2b4 | 2012-11-16 11:43:01 +0000 | [diff] [blame] | 30 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 31 | N: Evan Cheng |
| 32 | E: evan.cheng@apple.com |
Tim Northover | 45a9b28 | 2015-10-26 23:33:13 +0000 | [diff] [blame] | 33 | D: parts of code generator not covered by someone else |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 34 | |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 35 | N: Eric Christopher |
| 36 | E: echristo@gmail.com |
Alexey Samsonov | f18fba6 | 2016-01-30 01:10:15 +0000 | [diff] [blame] | 37 | D: Debug Information, inline assembly |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 38 | |
Matthias Braun | 46fe146 | 2017-03-10 18:34:33 +0000 | [diff] [blame] | 39 | N: Andrey Churbanov |
| 40 | E: andrey.churbanov@intel.com |
| 41 | D: OpenMP runtime library |
| 42 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 43 | N: Greg Clayton |
Greg Clayton | 27bfaba | 2017-08-23 18:00:07 +0000 | [diff] [blame^] | 44 | E: clayborg@gmail.com |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 45 | D: LLDB |
| 46 | |
Sanjoy Das | 2fa1c61 | 2016-05-26 21:12:44 +0000 | [diff] [blame] | 47 | N: Sanjoy Das |
| 48 | E: sanjoy@playingwithpointers.com |
| 49 | D: IndVar Simplify, Scalar Evolution |
| 50 | |
Justin Bogner | a3f7fe8 | 2014-12-11 00:41:15 +0000 | [diff] [blame] | 51 | N: Marshall Clow |
| 52 | E: mclow.lists@gmail.com |
| 53 | D: libc++ |
| 54 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 55 | N: Peter Collingbourne |
Joerg Sonnenberger | 906ae46 | 2014-08-04 19:33:25 +0000 | [diff] [blame] | 56 | E: peter@pcc.me.uk |
Peter Collingbourne | 40540a4 | 2017-02-08 21:16:27 +0000 | [diff] [blame] | 57 | D: llgo, libLTO (lib/LTO/* tools/lto/*), LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*) |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 58 | |
Quentin Colombet | 2cd9d0b7 | 2015-03-05 22:15:17 +0000 | [diff] [blame] | 59 | N: Quentin Colombet |
| 60 | E: qcolombet@apple.com |
Quentin Colombet | 09cefac | 2016-11-30 19:55:49 +0000 | [diff] [blame] | 61 | D: Loop Strength Reduction, Register allocators |
Quentin Colombet | 2cd9d0b7 | 2015-03-05 22:15:17 +0000 | [diff] [blame] | 62 | |
Simon Dardis | dd32f43 | 2016-07-23 17:40:48 +0000 | [diff] [blame] | 63 | N: Simon Dardis |
| 64 | E: simon.dardis@imgtec.com |
| 65 | D: MIPS Backend (lib/Target/Mips/*) |
| 66 | |
Justin Bogner | 8cb0a28 | 2014-12-11 00:52:59 +0000 | [diff] [blame] | 67 | N: Duncan P. N. Exon Smith |
| 68 | E: dexonsmith@apple.com |
| 69 | D: Branch weights and BlockFrequencyInfo |
| 70 | |
Hal Finkel | 61b9e57 | 2012-11-14 07:59:10 +0000 | [diff] [blame] | 71 | N: Hal Finkel |
| 72 | E: hfinkel@anl.gov |
Chandler Carruth | 3545a9e | 2017-06-30 07:09:08 +0000 | [diff] [blame] | 73 | D: The loop reroller, alias analysis and the PowerPC target |
Hal Finkel | 61b9e57 | 2012-11-14 07:59:10 +0000 | [diff] [blame] | 74 | |
Dan Gohman | 10e730a | 2015-06-29 23:51:55 +0000 | [diff] [blame] | 75 | N: Dan Gohman |
| 76 | E: sunfish@mozilla.com |
| 77 | D: WebAssembly Backend (lib/Target/WebAssembly/*) |
| 78 | |
Justin Bogner | 8cb0a28 | 2014-12-11 00:52:59 +0000 | [diff] [blame] | 79 | N: Renato Golin |
| 80 | E: renato.golin@linaro.org |
| 81 | D: ARM Linux support |
| 82 | |
Venkatraman Govindaraju | fee0e0f | 2012-11-22 22:14:48 +0000 | [diff] [blame] | 83 | N: Venkatraman Govindaraju |
| 84 | E: venkatra@cs.wisc.edu |
| 85 | D: Sparc Backend (lib/Target/Sparc/*) |
| 86 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 87 | N: Tobias Grosser |
Joerg Sonnenberger | 906ae46 | 2014-08-04 19:33:25 +0000 | [diff] [blame] | 88 | E: tobias@grosser.es |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 89 | D: Polly |
| 90 | |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 91 | N: James Grosbach |
| 92 | E: grosbach@apple.com |
| 93 | D: MC layer |
| 94 | |
Justin Holewinski | 6854008 | 2012-11-14 19:36:27 +0000 | [diff] [blame] | 95 | N: Justin Holewinski |
| 96 | E: jholewinski@nvidia.com |
| 97 | D: NVPTX Target (lib/Target/NVPTX/*) |
| 98 | |
Lang Hames | 86aca19 | 2014-07-17 20:23:31 +0000 | [diff] [blame] | 99 | N: Lang Hames |
| 100 | E: lhames@gmail.com |
David Blaikie | 66b1bb4 | 2016-04-01 20:40:49 +0000 | [diff] [blame] | 101 | D: MCJIT, RuntimeDyld and JIT event listeners, Orcish Warchief |
Andrew Kaylor | 04ee2ef | 2012-11-16 23:56:48 +0000 | [diff] [blame] | 102 | |
Rafael Espindola | aaa0191 | 2016-07-05 20:49:50 +0000 | [diff] [blame] | 103 | N: Teresa Johnson |
| 104 | E: tejohnson@google.com |
Teresa Johnson | 3963ba3 | 2017-02-15 23:45:21 +0000 | [diff] [blame] | 105 | D: Gold plugin (tools/gold/*) and IR Linker |
Rafael Espindola | aaa0191 | 2016-07-05 20:49:50 +0000 | [diff] [blame] | 106 | |
Galina Kistanova | 0608cd8 | 2012-11-15 23:16:47 +0000 | [diff] [blame] | 107 | N: Galina Kistanova |
| 108 | E: gkistanova@gmail.com |
| 109 | D: LLVM Buildbot |
| 110 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 111 | N: Anton Korobeynikov |
Anton Korobeynikov | 38990be | 2012-11-15 19:10:23 +0000 | [diff] [blame] | 112 | E: anton@korobeynikov.info |
| 113 | D: Exception handling, Windows codegen, ARM EABI |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 114 | |
Benjamin Kramer | 0c5a621 | 2012-11-14 18:17:45 +0000 | [diff] [blame] | 115 | N: Benjamin Kramer |
| 116 | E: benny.kra@gmail.com |
| 117 | D: DWARF Parser |
| 118 | |
Michael Kuperstein | a73a754 | 2016-11-08 18:44:40 +0000 | [diff] [blame] | 119 | N: Michael Kuperstein |
| 120 | E: mkuper@google.com |
| 121 | D: Loop Vectorizer |
| 122 | |
Sergei Larin | 973a44b | 2012-11-15 19:24:19 +0000 | [diff] [blame] | 123 | N: Sergei Larin |
| 124 | E: slarin@codeaurora.org |
| 125 | D: VLIW Instruction Scheduling, Packetization |
| 126 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 127 | N: Chris Lattner |
| 128 | E: sabre@nondot.org |
| 129 | W: http://nondot.org/~sabre/ |
| 130 | D: Everything not covered by someone else |
| 131 | |
Richard Osborne | 15e5c88 | 2016-07-21 19:20:57 +0000 | [diff] [blame] | 132 | N: Robert Lytton |
| 133 | E: robert@xmos.com |
| 134 | D: XCore Backend |
| 135 | |
David Majnemer | 907abf7 | 2015-09-07 00:41:40 +0000 | [diff] [blame] | 136 | N: David Majnemer |
| 137 | E: david.majnemer@gmail.com |
| 138 | D: IR Constant Folder, InstCombine |
| 139 | |
Dylan McKay | a3eda37 | 2015-10-28 00:24:54 +0000 | [diff] [blame] | 140 | N: Dylan McKay |
Dylan McKay | 47e38d6 | 2017-02-08 10:38:06 +0000 | [diff] [blame] | 141 | E: me@dylanmckay.io |
Dylan McKay | a3eda37 | 2015-10-28 00:24:54 +0000 | [diff] [blame] | 142 | D: AVR Backend |
| 143 | |
Tim Northover | 70f77d6 | 2013-01-31 12:51:16 +0000 | [diff] [blame] | 144 | N: Tim Northover |
Tim Northover | bc6d30f | 2014-03-13 18:04:41 +0000 | [diff] [blame] | 145 | E: t.p.northover@gmail.com |
Tim Northover | 45a9b28 | 2015-10-26 23:33:13 +0000 | [diff] [blame] | 146 | D: AArch64 backend, misc ARM backend |
Tim Northover | 70f77d6 | 2013-01-31 12:51:16 +0000 | [diff] [blame] | 147 | |
Justin Bogner | a3f7fe8 | 2014-12-11 00:41:15 +0000 | [diff] [blame] | 148 | N: Diego Novillo |
| 149 | E: dnovillo@google.com |
| 150 | D: SampleProfile and related parts of ProfileData |
| 151 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 152 | N: Jakob Olesen |
Joerg Sonnenberger | 906ae46 | 2014-08-04 19:33:25 +0000 | [diff] [blame] | 153 | E: stoklund@2pi.dk |
Quentin Colombet | 2cd9d0b7 | 2015-03-05 22:15:17 +0000 | [diff] [blame] | 154 | D: TableGen |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 155 | |
Krzysztof Parzyszek | 0881914 | 2015-12-03 17:07:12 +0000 | [diff] [blame] | 156 | N: Krzysztof Parzyszek |
| 157 | E: kparzysz@codeaurora.org |
| 158 | D: Hexagon Backend |
| 159 | |
Jacques Pienaar | fcef3e4 | 2016-03-28 13:09:54 +0000 | [diff] [blame] | 160 | N: Jacques Pienaar |
| 161 | E: jpienaar@google.com |
| 162 | D: Lanai Backend |
| 163 | |
Paul Robinson | 5f2a8c1 | 2015-12-19 20:04:03 +0000 | [diff] [blame] | 164 | N: Paul Robinson |
| 165 | E: paul_robinson@playstation.sony.com |
| 166 | D: Sony PlayStation®4 support |
| 167 | |
Chad Rosier | 754e396 | 2012-11-14 18:43:21 +0000 | [diff] [blame] | 168 | N: Chad Rosier |
Chad Rosier | 24def30 | 2013-11-15 17:35:29 +0000 | [diff] [blame] | 169 | E: mcrosier@codeaurora.org |
Richard Smith | 8ec03f5 | 2012-11-27 00:48:36 +0000 | [diff] [blame] | 170 | D: Fast-Isel |
Chad Rosier | 754e396 | 2012-11-14 18:43:21 +0000 | [diff] [blame] | 171 | |
Duncan Sands | c769cca | 2012-07-26 08:04:09 +0000 | [diff] [blame] | 172 | N: Duncan Sands |
| 173 | E: baldrick@free.fr |
| 174 | D: DragonEgg |
Joe Abbey | 4efc624 | 2012-11-13 22:32:15 +0000 | [diff] [blame] | 175 | |
Kostya Serebryany | 157abe9 | 2013-06-27 08:47:12 +0000 | [diff] [blame] | 176 | N: Kostya Serebryany |
| 177 | E: kcc@google.com |
| 178 | D: AddressSanitizer, ThreadSanitizer (LLVM parts) |
| 179 | |
Michael J. Spencer | 3f32c1e | 2013-01-15 09:37:45 +0000 | [diff] [blame] | 180 | N: Michael Spencer |
| 181 | E: bigcheesegs@gmail.com |
| 182 | D: Windows parts of Support, Object, ar, nm, objdump, ranlib, size |
| 183 | |
Alexei Starovoitov | e4c8c80 | 2015-01-24 17:51:26 +0000 | [diff] [blame] | 184 | N: Alexei Starovoitov |
| 185 | E: alexei.starovoitov@gmail.com |
| 186 | D: BPF backend |
| 187 | |
Tom Stellard | abdff2b | 2012-12-19 22:10:35 +0000 | [diff] [blame] | 188 | N: Tom Stellard |
Tom Stellard | 34fc95b | 2017-02-09 21:29:12 +0000 | [diff] [blame] | 189 | E: tstellar@redhat.com |
| 190 | D: Stable release management (x.y.[1-9] releases), AMDGPU Backend, libclc |
Tom Stellard | abdff2b | 2012-12-19 22:10:35 +0000 | [diff] [blame] | 191 | |
Kostya Serebryany | 157abe9 | 2013-06-27 08:47:12 +0000 | [diff] [blame] | 192 | N: Evgeniy Stepanov |
| 193 | E: eugenis@google.com |
| 194 | D: MemorySanitizer (LLVM part) |
| 195 | |
Craig Topper | b0f480c | 2016-11-12 05:16:06 +0000 | [diff] [blame] | 196 | N: Craig Topper |
| 197 | E: craig.topper@gmail.com |
Craig Topper | 9122b21 | 2017-06-24 03:26:01 +0000 | [diff] [blame] | 198 | E: craig.topper@intel.com |
Craig Topper | b0f480c | 2016-11-12 05:16:06 +0000 | [diff] [blame] | 199 | D: X86 Backend |
| 200 | |
Ulrich Weigand | 52cba39 | 2014-12-18 19:27:50 +0000 | [diff] [blame] | 201 | N: Ulrich Weigand |
| 202 | E: uweigand@de.ibm.com |
| 203 | D: SystemZ Backend |
| 204 | |
Hans Wennborg | 27bf850 | 2016-05-26 23:10:37 +0000 | [diff] [blame] | 205 | N: Hans Wennborg |
| 206 | E: hans@chromium.org |
| 207 | D: Release management (x.y.0 releases) |
| 208 | |
whitequark | 9bd34f9 | 2016-09-05 17:42:46 +0000 | [diff] [blame] | 209 | N: whitequark |
Peter Zotov | de853be | 2013-11-13 04:24:13 +0000 | [diff] [blame] | 210 | E: whitequark@whitequark.org |
| 211 | D: OCaml bindings |