blob: 818e54d3899e25c4d0a3d6fb5ba8fcb63df5fec0 [file] [log] [blame]
Chris Lattner86c27ee2005-08-02 22:10:21 +00001This file is a partial list of people who have contributed to the LLVM
2project. If you have contributed a patch or made some other contribution to
Misha Brukmance07e992009-01-08 16:40:25 +00003LLVM, please submit a patch to this file to add yourself, and it will be
Chris Lattner86c27ee2005-08-02 22:10:21 +00004done!
Misha Brukmanb2961602003-09-22 21:56:08 +00005
Bill Wendlinge71bd5a2009-06-12 18:02:40 +00006The list is sorted by surname and formatted to allow easy grepping and
7beautification by scripts. The fields are: name (N), email (E), web-address
Alex Rosenberga4e87b72012-09-07 21:34:50 +00008(W), PGP key ID and fingerprint (P), description (D), snail-mail address
9(S), and (I) IRC handle.
Misha Brukmanb2961602003-09-22 21:56:08 +000010
Anton Korobeynikovbbee0552010-12-10 11:49:22 +000011
Misha Brukmanb2961602003-09-22 21:56:08 +000012N: Vikram Adve
13E: vadve@cs.uiuc.edu
14W: http://www.cs.uiuc.edu/~vadve/
15D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
16
Owen Anderson71a18722006-05-15 05:13:07 +000017N: Owen Anderson
18E: resistor@mac.com
Owen Anderson89fc9422007-07-03 02:28:17 +000019D: LCSSA pass and related LoopUnswitch work
Micah Villmow5b7c42c2012-10-08 16:40:38 +000020D: GVNPRE pass, DataLayout refactoring, random improvements
Owen Anderson71a18722006-05-15 05:13:07 +000021
Bill Wendling6e9a7572012-06-19 23:47:58 +000022N: Henrik Bach
23D: MingW Win32 API portability layer
24
Aaron Ballman66ec4e62012-06-19 13:52:33 +000025N: Aaron Ballman
26E: aaron@aaronballman.com
27D: __declspec attributes, Windows support, general bug fixing
28
Misha Brukmanf200eee2004-08-05 19:09:47 +000029N: Nate Begeman
30E: natebegeman@mac.com
Nate Begemane5ce8472006-04-11 05:47:45 +000031D: PowerPC backend developer
32D: Target-independent code generator and analysis improvements
Misha Brukmanf200eee2004-08-05 19:09:47 +000033
Chris Lattner4e6b17a2006-01-08 08:25:38 +000034N: Daniel Berlin
35E: dberlin@dberlin.org
36D: ET-Forest implementation.
Daniel Berlin2f5d5932007-09-09 01:10:40 +000037D: Sparse bitmap
Chris Lattner4e6b17a2006-01-08 08:25:38 +000038
David Blaikie78091802011-09-08 05:32:49 +000039N: David Blaikie
40E: dblaikie@gmail.com
41D: General bug fixing/fit & finish, mostly in Clang
42
Neil Booth0b0613632007-08-25 00:31:24 +000043N: Neil Booth
44E: neil@daikokuya.co.uk
Misha Brukmance07e992009-01-08 16:40:25 +000045D: APFloat implementation.
Neil Booth0b0613632007-08-25 00:31:24 +000046
Misha Brukmanb2961602003-09-22 21:56:08 +000047N: Misha Brukman
Misha Brukman2d772142003-10-17 17:28:21 +000048E: brukman+llvm@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000049W: http://misha.brukman.net
Misha Brukmanf200eee2004-08-05 19:09:47 +000050D: Portions of X86 and Sparc JIT compilers, PowerPC backend
Duncan Sands18d52f22010-09-29 20:09:55 +000051D: Incremental bitcode loader
Misha Brukmanb2961602003-09-22 21:56:08 +000052
53N: Cameron Buschardt
Misha Brukman2d772142003-10-17 17:28:21 +000054E: buschard@uiuc.edu
Misha Brukman0fc20c82003-10-20 03:59:05 +000055D: The `mem2reg' pass - promotes values stored in memory to registers
Misha Brukmanb2961602003-09-22 21:56:08 +000056
Brendon Cahoonff730392012-04-14 16:54:12 +000057N: Brendon Cahoon
58E: bcahoon@codeaurora.org
59D: Loop unrolling with run-time trip counts.
60
Chandler Carruthbb7a6242007-01-08 03:10:00 +000061N: Chandler Carruth
62E: chandlerc@gmail.com
Chandler Carruthc5519d32012-11-16 11:45:08 +000063E: chandlerc@google.com
Chandler Carruth03565ed2012-04-17 01:19:37 +000064D: Hashing algorithms and interfaces
65D: Inline cost analysis
66D: Machine block placement pass
Chandler Carruthc5519d32012-11-16 11:45:08 +000067D: SROA
Chandler Carruthbb7a6242007-01-08 03:10:00 +000068
Misha Brukmanb2961602003-09-22 21:56:08 +000069N: Casey Carter
Misha Brukman2d772142003-10-17 17:28:21 +000070E: ccarter@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000071D: Fixes to the Reassociation pass, various improvement patches
72
Chris Lattner4c286c32005-11-29 00:57:06 +000073N: Evan Cheng
74E: evan.cheng@apple.com
Evan Chengb3ff6b72007-02-15 22:26:28 +000075D: ARM and X86 backends
Evan Chengfc32dcb2006-04-12 21:28:14 +000076D: Instruction scheduler improvements
Evan Cheng5d286d82007-05-07 17:58:13 +000077D: Register allocator improvements
Evan Chengfc32dcb2006-04-12 21:28:14 +000078D: Loop optimizer improvements
79D: Target-independent code generator improvements
Chris Lattner4c286c32005-11-29 00:57:06 +000080
Dan Villiom Podlaski Christiansenbf22bc62009-01-19 15:04:29 +000081N: Dan Villiom Podlaski Christiansen
82E: danchr@gmail.com
83E: danchr@cs.au.dk
84W: http://villiom.dk
85D: LLVM Makefile improvements
86D: Clang diagnostic & driver tweaks
87S: Aarhus, Denmark
88
Chris Lattnerf69dcb12004-09-23 04:30:05 +000089N: Jeff Cohen
Jeff Cohen0939d772005-05-08 01:07:48 +000090E: jeffc@jolt-lang.org
91W: http://jolt-lang.org
Chris Lattnerf69dcb12004-09-23 04:30:05 +000092D: Native Win32 API portability layer
93
Misha Brukman2d772142003-10-17 17:28:21 +000094N: John T. Criswell
95E: criswell@uiuc.edu
John Criswell0a4a4892007-06-29 18:24:05 +000096D: Original Autoconf support, documentation improvements, bug fixes
Misha Brukman2d772142003-10-17 17:28:21 +000097
Anshuman Dasgupta4b479552012-04-12 15:17:35 +000098N: Anshuman Dasgupta
99E: adasgupt@codeaurora.org
100D: Deterministic finite automaton based infrastructure for VLIW packetization
101
Stefanus Du Toitb3e849c2009-04-03 21:41:52 +0000102N: Stefanus Du Toit
Stefanus Du Toit21a7e312013-03-01 22:20:03 +0000103E: stefanus.du.toit@intel.com
Stefanus Du Toitb3e849c2009-04-03 21:41:52 +0000104D: Bug fixes and minor improvements
105
Rafael Espindolaa3fdc022006-05-14 20:29:25 +0000106N: Rafael Avila de Espindola
107E: rafael.espindola@gmail.com
108D: The ARM backend
109
Stephen Hinesc6a4f5e2014-07-21 00:45:20 -0700110N: Dave Estes
111E: cestes@codeaurora.org
112D: AArch64 machine description for Cortex-A53
113
Chris Lattner4ce08a02004-09-23 04:36:01 +0000114N: Alkis Evlogimenos
Alkis Evlogimenosab5948f2004-09-23 04:39:30 +0000115E: alkis@evlogimenos.com
Chris Lattner4ce08a02004-09-23 04:36:01 +0000116D: Linear scan register allocator, many codegen improvements, Java frontend
117
Hal Finkelf1c42062012-02-29 16:43:11 +0000118N: Hal Finkel
119E: hfinkel@anl.gov
120D: Basic-block autovectorization, PowerPC backend improvements
121
Stephen Hines37ed9c12014-12-01 14:51:49 -0800122N: Eric Fiselier
123E: eric@efcs.ca
124D: LIT patches and documentation.
125
Ryan Flynn05e8de72009-07-15 01:32:31 +0000126N: Ryan Flynn
127E: pizza@parseerror.com
128D: Miscellaneous bug fixes
129
Misha Brukmanb2961602003-09-22 21:56:08 +0000130N: Brian Gaeke
131E: gaeke@uiuc.edu
132W: http://www.students.uiuc.edu/~gaeke/
Chris Lattner4e514c12005-12-22 06:09:08 +0000133D: Portions of X86 static and JIT compilers; initial SparcV8 backend
Misha Brukmance07e992009-01-08 16:40:25 +0000134D: Dynamic trace optimizer
Misha Brukman2d772142003-10-17 17:28:21 +0000135D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
Misha Brukmanb2961602003-09-22 21:56:08 +0000136
Nicolas Geoffray45cdf302007-02-27 10:44:42 +0000137N: Nicolas Geoffray
138E: nicolas.geoffray@lip6.fr
139W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
140D: PPC backend fixes for Linux
141
Misha Brukmanf200eee2004-08-05 19:09:47 +0000142N: Louis Gerbarg
Stephen Hinesdce4a402014-05-29 02:49:00 -0700143E: lgg@apple.com
Misha Brukmanf200eee2004-08-05 19:09:47 +0000144D: Portions of the PowerPC backend
145
Chris Lattner4e514c12005-12-22 06:09:08 +0000146N: Saem Ghani
147E: saemghani@gmail.com
148D: Callgraph class cleanups
149
Anton Korobeynikovf5e941b2008-03-23 08:58:32 +0000150N: Mikhail Glushenkov
151E: foldr@codedgers.com
152D: Author of llvmc2
153
Dan Gohmanaddccfd2007-02-15 22:05:14 +0000154N: Dan Gohman
Pirama Arumuga Nainarf3ef5332016-03-03 15:48:50 -0800155E: sunfish@mozilla.com
Dan Gohmanaddccfd2007-02-15 22:05:14 +0000156D: Miscellaneous bug fixes
Pirama Arumuga Nainarf3ef5332016-03-03 15:48:50 -0800157D: WebAssembly Backend
Dan Gohmanaddccfd2007-02-15 22:05:14 +0000158
David Goodwin4de77f82009-07-08 17:55:48 +0000159N: David Goodwin
160E: david@goodwinz.net
161D: Thumb-2 code generator
162
David Greene55236d22007-06-08 17:20:08 +0000163N: David Greene
164E: greened@obbligato.org
165D: Miscellaneous bug fixes
166D: Register allocation refactoring
167
Gabor Greifefe65362008-05-10 08:32:32 +0000168N: Gabor Greif
169E: ggreif@gmail.com
170D: Improvements for space efficiency
171
Jim Grosbachbd3c63c2010-07-19 22:04:28 +0000172N: James Grosbach
173E: grosbach@apple.com
Stephen Hinesc6a4f5e2014-07-21 00:45:20 -0700174I: grosbach
Jim Grosbachbd3c63c2010-07-19 22:04:28 +0000175D: SjLj exception handling support
176D: General fixes and improvements for the ARM back-end
Jim Grosbach6083d812011-10-22 18:17:32 +0000177D: MCJIT
178D: ARM integrated assembler and assembly parser
Stephen Hinesc6a4f5e2014-07-21 00:45:20 -0700179D: Led effort for the backend formerly known as ARM64
Jim Grosbachbd3c63c2010-07-19 22:04:28 +0000180
Misha Brukmance07e992009-01-08 16:40:25 +0000181N: Lang Hames
182E: lhames@gmail.com
183D: PBQP-based register allocator
184
Gordon Henriksenbaa2fa52007-09-17 17:04:44 +0000185N: Gordon Henriksen
186E: gordonhenriksen@mac.com
Gordon Henriksenfcd78f82007-10-02 18:04:24 +0000187D: Pluggable GC support
Gordon Henriksenbaa2fa52007-09-17 17:04:44 +0000188D: C interface
Gordon Henriksenfcd78f82007-10-02 18:04:24 +0000189D: Ocaml bindings
Gordon Henriksenbaa2fa52007-09-17 17:04:44 +0000190
Raul Herbster30b0f2f2007-08-29 18:21:29 +0000191N: Raul Fernandes Herbster
192E: raul@dsc.ufcg.edu.br
193D: JIT support for ARM
194
Chris Lattnerf69dcb12004-09-23 04:30:05 +0000195N: Paolo Invernizzi
Misha Brukman309ca692004-10-26 15:55:12 +0000196E: arathorn@fastwebnet.it
Misha Brukmance07e992009-01-08 16:40:25 +0000197D: Visual C++ compatibility fixes
Chris Lattnerf69dcb12004-09-23 04:30:05 +0000198
Tanya Lattnerdf4283c2006-08-09 04:18:09 +0000199N: Patrick Jenkins
200E: patjenk@wam.umd.edu
201D: Nightly Tester
202
Dale Johannesen2fcdf642007-04-24 23:48:30 +0000203N: Dale Johannesen
204E: dalej@apple.com
Dale Johannesen82434382007-04-25 00:14:49 +0000205D: ARM constant islands improvements
Dale Johannesenf8ad9552007-07-05 16:56:24 +0000206D: Tail merging improvements
207D: Rewrite X87 back end
Dale Johannesen005ac652007-09-28 18:46:28 +0000208D: Use APFloat for floating point constants widely throughout compiler
209D: Implement X87 long double
Dale Johannesen2fcdf642007-04-24 23:48:30 +0000210
Bill Wendlinge4261472009-06-11 20:13:35 +0000211N: Brad Jones
212E: kungfoomaster@nondot.org
213D: Support for packed types
214
Chris Lattner633a0162009-08-18 17:04:44 +0000215N: Rod Kay
216E: rkay@auroraux.org
217D: Author of LLVM Ada bindings
218
Reid Spencerb195d9d2006-03-23 23:21:29 +0000219N: Eric Kidd
220W: http://randomhacks.net/
221D: llvm-config script
222
Anton Korobeynikov8f2105b2006-08-01 07:06:00 +0000223N: Anton Korobeynikov
224E: asl@math.spbu.ru
Anton Korobeynikov4d396b12007-05-06 20:33:02 +0000225D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
226D: x86/linux PIC codegen, aliases, regparm/visibility attributes
227D: Switch lowering refactoring
Anton Korobeynikov8f2105b2006-08-01 07:06:00 +0000228
Chris Lattner3acd9182004-10-27 15:54:23 +0000229N: Sumant Kowshik
230E: kowshik@uiuc.edu
231D: Author of the original C backend
232
Benjamin Kramer5aeac052009-08-20 15:20:15 +0000233N: Benjamin Kramer
234E: benny.kra@gmail.com
235D: Miscellaneous bug fixes
236
Anshuman Dasguptacff391a2012-04-14 20:57:13 +0000237N: Sundeep Kushwaha
238E: sundeepk@codeaurora.org
239D: Implemented DFA-based target independent VLIW packetizer
240
Christopher Lamb2330e4d2007-04-21 08:16:25 +0000241N: Christopher Lamb
242E: christopher.lamb@gmail.com
Christopher Lamba1eb1552007-08-10 22:22:41 +0000243D: aligned load/store support, parts of noalias and restrict support
244D: vreg subreg infrastructure, X86 codegen improvements based on subregs
Christopher Lamb52cf47e2007-12-11 09:32:07 +0000245D: address spaces
Christopher Lamb2330e4d2007-04-21 08:16:25 +0000246
Chris Lattner4c286c32005-11-29 00:57:06 +0000247N: Jim Laskey
248E: jlaskey@apple.com
249D: Improvements to the PPC backend, instruction scheduling
Jim Laskeyabf41f22006-08-01 09:01:40 +0000250D: Debug and Dwarf implementation
Misha Brukmance07e992009-01-08 16:40:25 +0000251D: Auto upgrade mangler
Jim Laskeyabf41f22006-08-01 09:01:40 +0000252D: llvm-gcc4 svn wrangler
Chris Lattner4c286c32005-11-29 00:57:06 +0000253
Misha Brukmanb2961602003-09-22 21:56:08 +0000254N: Chris Lattner
255E: sabre@nondot.org
256W: http://nondot.org/~sabre/
257D: Primary architect of LLVM
258
Tanya Lattner706a9ca2007-07-02 18:10:52 +0000259N: Tanya Lattner (Tanya Brethour)
Tanya Lattnerf2dce8d2005-03-22 21:33:19 +0000260E: tonic@nondot.org
261W: http://nondot.org/~tonic/
262D: The initial llvm-ar tool, converted regression testsuite to dejagnu
263D: Modulo scheduling in the SparcV9 backend
Tanya Lattnerdf4283c2006-08-09 04:18:09 +0000264D: Release manager (1.7+)
Tanya Lattnerf2dce8d2005-03-22 21:33:19 +0000265
Sylvestre Ledru34e30512013-04-11 13:15:39 +0000266N: Sylvestre Ledru
267E: sylvestre@debian.org
Sylvestre Ledrucb92f8e2013-11-13 10:07:16 +0000268W: http://sylvestre.ledru.info/
269W: http://llvm.org/apt/
Sylvestre Ledru34e30512013-04-11 13:15:39 +0000270D: Debian and Ubuntu packaging
Stephen Hines36b56882014-04-23 16:57:46 -0700271D: Continuous integration with jenkins
Sylvestre Ledru34e30512013-04-11 13:15:39 +0000272
Misha Brukmane9b0a022005-02-14 09:07:23 +0000273N: Andrew Lenharth
274E: alenhar2@cs.uiuc.edu
275W: http://www.lenharth.org/~andrewl/
276D: Alpha backend
Andrew Lenharth63223c92006-04-13 02:05:30 +0000277D: Sampling based profiling
Misha Brukmane9b0a022005-02-14 09:07:23 +0000278
Nick Lewycky97198c92006-08-29 01:42:47 +0000279N: Nick Lewycky
280E: nicholas@mxc.ca
281D: PredicateSimplifier pass
282
Tony Linthicum88b271c2012-04-13 19:09:18 +0000283N: Tony Linthicum, et. al.
284E: tlinth@codeaurora.org
285D: Backend for Qualcomm's Hexagon VLIW processor.
286
Bill Wendlingcb0a6602007-05-31 04:14:28 +0000287N: Bruno Cardoso Lopes
288E: bruno.cardoso@gmail.com
Stephen Hines37ed9c12014-12-01 14:51:49 -0800289I: bruno
290W: http://brunocardoso.cc
291D: Mips backend
292D: Random ARM integrated assembler and assembly parser improvements
293D: General X86 AVX1 support
Bill Wendlingcb0a6602007-05-31 04:14:28 +0000294
Duraid Madina735e0ac2005-03-17 18:57:02 +0000295N: Duraid Madina
296E: duraid@octopus.com.au
297W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
Duraid Madina2672a8e2007-06-30 15:47:36 +0000298D: IA64 backend, BigBlock register allocator
Duraid Madina735e0ac2005-03-17 18:57:02 +0000299
John McCall74699fd2011-08-02 01:38:19 +0000300N: John McCall
301E: rjmccall@apple.com
302D: Clang semantic analysis and IR generation
303
Chris Lattner96264702004-11-18 21:04:21 +0000304N: Michael McCracken
305E: michael.mccracken@gmail.com
306D: Line number support for llvmgcc
307
Chris Lattnerb8356b32004-06-25 21:00:10 +0000308N: Vladimir Merzliakov
309E: wanderer@rsu.ru
Misha Brukman323ed352004-09-21 16:54:37 +0000310D: Test suite fixes for FreeBSD
Chris Lattnerb8356b32004-06-25 21:00:10 +0000311
Bill Wendling08f8b332007-12-05 21:26:54 +0000312N: Scott Michel
313E: scottm@aero.org
314D: Added STI Cell SPU backend.
315
Bill Wendling59fc1662012-04-16 05:24:52 +0000316N: Kai Nacke
317E: kai@redstar.de
318D: Support for implicit TLS model used with MS VC runtime
Kai Nackea634d2f2013-05-09 12:32:36 +0000319D: Dumping of Win64 EH structures
Bill Wendling59fc1662012-04-16 05:24:52 +0000320
NAKAMURA Takumi48026f52010-08-28 20:24:43 +0000321N: Takumi Nakamura
322E: geek4civic@gmail.com
323E: chapuni@hf.rim.or.jp
NAKAMURA Takumifedb3462010-08-28 21:12:51 +0000324D: Cygwin and MinGW support.
NAKAMURA Takumi75418672011-10-29 23:42:14 +0000325D: Win32 tweaks.
NAKAMURA Takumi48026f52010-08-28 20:24:43 +0000326S: Yokohama, Japan
327
Duncan Sandsca6829a2009-06-12 12:52:24 +0000328N: Edward O'Callaghan
329E: eocallaghan@auroraux.org
330W: http://www.auroraux.org
331D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
332D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
333D: and error clean ups.
334
Misha Brukman309ca692004-10-26 15:55:12 +0000335N: Morten Ofstad
336E: morten@hue.no
Misha Brukmance07e992009-01-08 16:40:25 +0000337D: Visual C++ compatibility fixes
Misha Brukman309ca692004-10-26 15:55:12 +0000338
Jakob Stoklund Olesen268e35d2009-08-06 21:54:23 +0000339N: Jakob Stoklund Olesen
340E: stoklund@2pi.dk
341D: Machine code verifier
342D: Blackfin backend
Jakob Stoklund Olesen0a3eb602011-09-19 05:34:10 +0000343D: Fast register allocator
344D: Greedy register allocator
Jakob Stoklund Olesen268e35d2009-08-06 21:54:23 +0000345
Richard Osborne3fa75ff2008-11-07 12:44:36 +0000346N: Richard Osborne
347E: richard@xmos.com
348D: XCore backend
349
Pirama Arumuga Nainarde2d8692016-09-19 22:57:26 -0700350N: Piotr Padlewski
351E: piotr.padlewski@gmail.com
352D: !invariant.group metadata and other intrinsics for devirtualization in clang
353
Devang Patel1f7a9bc2007-04-24 18:49:33 +0000354N: Devang Patel
355E: dpatel@apple.com
356D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
357D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
Devang Patel5d02a0c2007-09-27 17:32:04 +0000358D: Optimizer improvements, Loop Index Split
Devang Patel1f7a9bc2007-04-24 18:49:33 +0000359
Stephen Hinesc6a4f5e2014-07-21 00:45:20 -0700360N: Ana Pazos
361E: apazos@codeaurora.org
362D: Fixes and improvements to the AArch64 backend
363
Bill Wendling24fdd272010-07-19 04:52:56 +0000364N: Wesley Peck
365E: peckw@wesleypeck.com
366W: http://wesleypeck.com/
367D: MicroBlaze backend
368
Francois Picheta4a16712011-07-15 11:26:11 +0000369N: Francois Pichet
370E: pichet2000@gmail.com
371D: MSVC support
372
Misha Brukmanb7206e72004-05-06 16:53:18 +0000373N: Vladimir Prus
Vladimir Prus1100eea2006-05-16 05:36:15 +0000374W: http://vladimir_prus.blogspot.com
Misha Brukmanb7206e72004-05-06 16:53:18 +0000375E: ghost@cs.msu.su
Misha Brukman9cd94d72004-06-25 13:37:03 +0000376D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
Misha Brukmanb7206e72004-05-06 16:53:18 +0000377
Kalle Raiskilaa04fe832012-04-29 20:00:55 +0000378N: Kalle Raiskila
379E: kalle.rasikila@nokia.com
380D: Some bugfixes to CellSPU
381
Bill Wendlingda253ae2012-03-12 21:12:59 +0000382N: Xerxes Ranby
383E: xerxes@zafena.se
384D: Cmake dependency chain and various bug fixes
385
Sandeep Pateld2f43b02012-09-07 21:20:20 +0000386N: Alex Rosenberg
387E: alexr@leftfield.org
Alex Rosenberga4e87b72012-09-07 21:34:50 +0000388I: arosenberg
Sandeep Pateld2f43b02012-09-07 21:20:20 +0000389D: ARM calling conventions rewrite, hard float support
390
Chad Rosier33188842012-02-16 18:54:41 +0000391N: Chad Rosier
Chad Rosier2ba641b2013-11-15 17:35:29 +0000392E: mcrosier@codeaurora.org
Stephen Hinesc6a4f5e2014-07-21 00:45:20 -0700393I: mcrosier
394D: AArch64 fast instruction selection pass
395D: Fixes and improvements to the ARM fast-isel pass
396D: Fixes and improvements to the AArch64 backend
Chad Rosier33188842012-02-16 18:54:41 +0000397
Bill Wendlingda253ae2012-03-12 21:12:59 +0000398N: Nadav Rotem
Pirama Arumuga Nainarde2d8692016-09-19 22:57:26 -0700399E: nadav.rotem@me.com
Nadav Rotemc7d18022012-11-14 19:47:48 +0000400D: X86 code generation improvements, Loop Vectorizer.
Bill Wendlingda253ae2012-03-12 21:12:59 +0000401
Anton Korobeynikovaf2d3792007-03-21 21:45:25 +0000402N: Roman Samoilov
403E: roman@codedgers.com
404D: MSIL backend
405
Duncan Sandsef476fd2007-03-05 09:21:11 +0000406N: Duncan Sands
407E: baldrick@free.fr
Duncan Sands25a4fcc2012-09-11 07:50:40 +0000408I: baldrick
Duncan Sands6654ff22010-08-29 04:22:35 +0000409D: Ada support in llvm-gcc
410D: Dragonegg plugin
411D: Exception handling improvements
412D: Type legalizer rewrite
Duncan Sandsef476fd2007-03-05 09:21:11 +0000413
Misha Brukmanb2961602003-09-22 21:56:08 +0000414N: Ruchira Sasanka
415E: sasanka@uiuc.edu
416D: Graph coloring register allocator for the Sparc64 backend
417
Arnold Schwaighofer68c84112007-10-11 18:54:49 +0000418N: Arnold Schwaighofer
419E: arnold.schwaighofer@gmail.com
420D: Tail call optimization for the x86 backend
421
Shantonu Sen1a1ee832009-06-14 02:03:17 +0000422N: Shantonu Sen
423E: ssen@apple.com
424D: Miscellaneous bug fixes
425
Misha Brukmanb2961602003-09-22 21:56:08 +0000426N: Anand Shukla
427E: ashukla@cs.uiuc.edu
Misha Brukman2d772142003-10-17 17:28:21 +0000428D: The `paths' pass
Misha Brukmanb2961602003-09-22 21:56:08 +0000429
Bill Wendling24fdd272010-07-19 04:52:56 +0000430N: Michael J. Spencer
431E: bigcheesegs@gmail.com
432D: Shepherding Windows COFF support into MC.
Michael J. Spencerd15e2f72010-12-10 13:44:26 +0000433D: Lots of Windows stuff.
Bill Wendling24fdd272010-07-19 04:52:56 +0000434
Brian Gaeke75920ee2003-11-10 03:05:36 +0000435N: Reid Spencer
Reid Spencer3336aa02006-08-01 16:52:07 +0000436E: rspencer@reidspencer.com
437W: http://reidspencer.com/
Reid Spencer5c18c812007-06-30 06:56:50 +0000438D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
Brian Gaeke75920ee2003-11-10 03:05:36 +0000439
Alp Tokerd192b522013-11-17 11:44:36 +0000440N: Alp Toker
441E: alp@nuanti.com
442W: http://atoker.com/
443D: C++ frontend next generation standards implementation
444
Craig Topper72be3582012-11-16 18:44:36 +0000445N: Craig Topper
446E: craig.topper@gmail.com
447D: X86 codegen and disassembler improvements. AVX2 support.
448
Torok Edwin63c283e2009-05-23 20:40:47 +0000449N: Edwin Torok
Torok Edwin5bfeded2009-05-23 20:19:52 +0000450E: edwintorok@gmail.com
451D: Miscellaneous bug fixes
452
Chris Lattner3363e272005-02-19 17:14:24 +0000453N: Adam Treat
454E: manyoso@yahoo.com
455D: C++ bugs filed, and C++ front-end bug fixes.
456
Lauro Ramos Venancio2d6b4bf2007-05-06 00:41:36 +0000457N: Lauro Ramos Venancio
458E: lauro.venancio@indt.org.br
459D: ARM backend improvements
460D: Thread Local Storage implementation
461
Misha Brukmanb2961602003-09-22 21:56:08 +0000462N: Bill Wendling
Bill Wendling041a18d2013-06-18 22:09:36 +0000463I: wendling
Bill Wendling52fbca52013-09-27 20:40:40 +0000464E: isanbard@gmail.com
465D: Release manager, IR Linker, LTO
Bill Wendlinge04b6c62013-03-18 17:47:33 +0000466D: Bunches of stuff
Bob Wilson27a2dbb2009-06-23 17:03:23 +0000467
468N: Bob Wilson
469E: bob.wilson@acm.org
Richard Mitton8ae1efe2013-08-16 18:09:06 +0000470D: Advanced SIMD (NEON) support in the ARM backend.
Stephen Hines37ed9c12014-12-01 14:51:49 -0800471