2005-08-03 00:10:21 +02:00
|
|
|
This file is a partial list of people who have contributed to the LLVM
|
2019-02-25 13:27:49 +01:00
|
|
|
project. If you have contributed a patch or made some other contribution to
|
2009-01-08 17:40:25 +01:00
|
|
|
LLVM, please submit a patch to this file to add yourself, and it will be
|
2005-08-03 00:10:21 +02:00
|
|
|
done!
|
2003-09-22 23:56:08 +02:00
|
|
|
|
2009-06-12 20:02:40 +02:00
|
|
|
The list is sorted by surname and formatted to allow easy grepping and
|
|
|
|
beautification by scripts. The fields are: name (N), email (E), web-address
|
2012-09-07 23:34:50 +02:00
|
|
|
(W), PGP key ID and fingerprint (P), description (D), snail-mail address
|
|
|
|
(S), and (I) IRC handle.
|
2003-09-22 23:56:08 +02:00
|
|
|
|
|
|
|
N: Vikram Adve
|
|
|
|
E: vadve@cs.uiuc.edu
|
|
|
|
W: http://www.cs.uiuc.edu/~vadve/
|
|
|
|
D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
|
|
|
|
|
2006-05-15 07:13:07 +02:00
|
|
|
N: Owen Anderson
|
|
|
|
E: resistor@mac.com
|
2007-07-03 04:28:17 +02:00
|
|
|
D: LCSSA pass and related LoopUnswitch work
|
2012-10-08 18:40:38 +02:00
|
|
|
D: GVNPRE pass, DataLayout refactoring, random improvements
|
2006-05-15 07:13:07 +02:00
|
|
|
|
2012-06-20 01:47:58 +02:00
|
|
|
N: Henrik Bach
|
|
|
|
D: MingW Win32 API portability layer
|
|
|
|
|
2012-06-19 15:52:33 +02:00
|
|
|
N: Aaron Ballman
|
|
|
|
E: aaron@aaronballman.com
|
2018-05-23 16:44:42 +02:00
|
|
|
D: Clang frontend, frontend attributes, Windows support, general bug fixing
|
|
|
|
I: AaronBallman
|
2012-06-19 15:52:33 +02:00
|
|
|
|
2004-08-05 21:09:47 +02:00
|
|
|
N: Nate Begeman
|
|
|
|
E: natebegeman@mac.com
|
2006-04-11 07:47:45 +02:00
|
|
|
D: PowerPC backend developer
|
|
|
|
D: Target-independent code generator and analysis improvements
|
2004-08-05 21:09:47 +02:00
|
|
|
|
2006-01-08 09:25:38 +01:00
|
|
|
N: Daniel Berlin
|
|
|
|
E: dberlin@dberlin.org
|
|
|
|
D: ET-Forest implementation.
|
2007-09-09 03:10:40 +02:00
|
|
|
D: Sparse bitmap
|
2006-01-08 09:25:38 +01:00
|
|
|
|
2018-06-15 22:02:11 +02:00
|
|
|
N: Geoff Berry
|
|
|
|
E: gberry@codeaurora.org
|
|
|
|
E: gcb@acm.org
|
|
|
|
D: AArch64 backend improvements
|
|
|
|
D: Added EarlyCSE MemorySSA support
|
|
|
|
D: CodeGen improvements
|
|
|
|
|
2011-09-08 07:32:49 +02:00
|
|
|
N: David Blaikie
|
|
|
|
E: dblaikie@gmail.com
|
|
|
|
D: General bug fixing/fit & finish, mostly in Clang
|
|
|
|
|
2007-08-25 02:31:24 +02:00
|
|
|
N: Neil Booth
|
|
|
|
E: neil@daikokuya.co.uk
|
2009-01-08 17:40:25 +01:00
|
|
|
D: APFloat implementation.
|
2007-08-25 02:31:24 +02:00
|
|
|
|
2017-09-18 16:33:39 +02:00
|
|
|
N: Alex Bradbury
|
|
|
|
E: asb@lowrisc.org
|
|
|
|
D: RISC-V backend
|
|
|
|
|
2003-09-22 23:56:08 +02:00
|
|
|
N: Misha Brukman
|
2003-10-17 19:28:21 +02:00
|
|
|
E: brukman+llvm@uiuc.edu
|
2003-09-22 23:56:08 +02:00
|
|
|
W: http://misha.brukman.net
|
2004-08-05 21:09:47 +02:00
|
|
|
D: Portions of X86 and Sparc JIT compilers, PowerPC backend
|
2010-09-29 22:09:55 +02:00
|
|
|
D: Incremental bitcode loader
|
2003-09-22 23:56:08 +02:00
|
|
|
|
|
|
|
N: Cameron Buschardt
|
2003-10-17 19:28:21 +02:00
|
|
|
E: buschard@uiuc.edu
|
2003-10-20 05:59:05 +02:00
|
|
|
D: The `mem2reg' pass - promotes values stored in memory to registers
|
2003-09-22 23:56:08 +02:00
|
|
|
|
2012-04-14 18:54:12 +02:00
|
|
|
N: Brendon Cahoon
|
|
|
|
E: bcahoon@codeaurora.org
|
|
|
|
D: Loop unrolling with run-time trip counts.
|
|
|
|
|
2007-01-08 04:10:00 +01:00
|
|
|
N: Chandler Carruth
|
|
|
|
E: chandlerc@gmail.com
|
2012-11-16 12:45:08 +01:00
|
|
|
E: chandlerc@google.com
|
2012-04-17 03:19:37 +02:00
|
|
|
D: Hashing algorithms and interfaces
|
|
|
|
D: Inline cost analysis
|
|
|
|
D: Machine block placement pass
|
2012-11-16 12:45:08 +01:00
|
|
|
D: SROA
|
2007-01-08 04:10:00 +01:00
|
|
|
|
2003-09-22 23:56:08 +02:00
|
|
|
N: Casey Carter
|
2003-10-17 19:28:21 +02:00
|
|
|
E: ccarter@uiuc.edu
|
2003-09-22 23:56:08 +02:00
|
|
|
D: Fixes to the Reassociation pass, various improvement patches
|
|
|
|
|
2005-11-29 01:57:06 +01:00
|
|
|
N: Evan Cheng
|
|
|
|
E: evan.cheng@apple.com
|
2007-02-15 23:26:28 +01:00
|
|
|
D: ARM and X86 backends
|
2006-04-12 23:28:14 +02:00
|
|
|
D: Instruction scheduler improvements
|
2007-05-07 19:58:13 +02:00
|
|
|
D: Register allocator improvements
|
2006-04-12 23:28:14 +02:00
|
|
|
D: Loop optimizer improvements
|
|
|
|
D: Target-independent code generator improvements
|
2005-11-29 01:57:06 +01:00
|
|
|
|
2009-01-19 16:04:29 +01:00
|
|
|
N: Dan Villiom Podlaski Christiansen
|
|
|
|
E: danchr@gmail.com
|
|
|
|
E: danchr@cs.au.dk
|
|
|
|
W: http://villiom.dk
|
|
|
|
D: LLVM Makefile improvements
|
|
|
|
D: Clang diagnostic & driver tweaks
|
|
|
|
S: Aarhus, Denmark
|
|
|
|
|
2004-09-23 06:30:05 +02:00
|
|
|
N: Jeff Cohen
|
2005-05-08 03:07:48 +02:00
|
|
|
E: jeffc@jolt-lang.org
|
|
|
|
W: http://jolt-lang.org
|
2004-09-23 06:30:05 +02:00
|
|
|
D: Native Win32 API portability layer
|
|
|
|
|
2003-10-17 19:28:21 +02:00
|
|
|
N: John T. Criswell
|
|
|
|
E: criswell@uiuc.edu
|
2007-06-29 20:24:05 +02:00
|
|
|
D: Original Autoconf support, documentation improvements, bug fixes
|
2003-10-17 19:28:21 +02:00
|
|
|
|
2012-04-12 17:17:35 +02:00
|
|
|
N: Anshuman Dasgupta
|
|
|
|
E: adasgupt@codeaurora.org
|
|
|
|
D: Deterministic finite automaton based infrastructure for VLIW packetization
|
|
|
|
|
2009-04-03 23:41:52 +02:00
|
|
|
N: Stefanus Du Toit
|
2013-03-01 23:20:03 +01:00
|
|
|
E: stefanus.du.toit@intel.com
|
2009-04-03 23:41:52 +02:00
|
|
|
D: Bug fixes and minor improvements
|
|
|
|
|
2006-05-14 22:29:25 +02:00
|
|
|
N: Rafael Avila de Espindola
|
2018-04-29 03:13:57 +02:00
|
|
|
E: rafael@espindo.la
|
|
|
|
D: MC and LLD work
|
2006-05-14 22:29:25 +02:00
|
|
|
|
2014-05-29 21:59:58 +02:00
|
|
|
N: Dave Estes
|
|
|
|
E: cestes@codeaurora.org
|
|
|
|
D: AArch64 machine description for Cortex-A53
|
|
|
|
|
2004-09-23 06:36:01 +02:00
|
|
|
N: Alkis Evlogimenos
|
2004-09-23 06:39:30 +02:00
|
|
|
E: alkis@evlogimenos.com
|
2004-09-23 06:36:01 +02:00
|
|
|
D: Linear scan register allocator, many codegen improvements, Java frontend
|
|
|
|
|
2012-02-29 17:43:11 +01:00
|
|
|
N: Hal Finkel
|
|
|
|
E: hfinkel@anl.gov
|
|
|
|
D: Basic-block autovectorization, PowerPC backend improvements
|
|
|
|
|
2014-08-21 06:27:11 +02:00
|
|
|
N: Eric Fiselier
|
|
|
|
E: eric@efcs.ca
|
2019-01-19 10:07:38 +01:00
|
|
|
D: LIT patches and documentation
|
2014-08-21 06:27:11 +02:00
|
|
|
|
2009-07-15 03:32:31 +02:00
|
|
|
N: Ryan Flynn
|
|
|
|
E: pizza@parseerror.com
|
|
|
|
D: Miscellaneous bug fixes
|
|
|
|
|
2003-09-22 23:56:08 +02:00
|
|
|
N: Brian Gaeke
|
|
|
|
E: gaeke@uiuc.edu
|
|
|
|
W: http://www.students.uiuc.edu/~gaeke/
|
2005-12-22 07:09:08 +01:00
|
|
|
D: Portions of X86 static and JIT compilers; initial SparcV8 backend
|
2009-01-08 17:40:25 +01:00
|
|
|
D: Dynamic trace optimizer
|
2003-10-17 19:28:21 +02:00
|
|
|
D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
|
2003-09-22 23:56:08 +02:00
|
|
|
|
2007-02-27 11:44:42 +01:00
|
|
|
N: Nicolas Geoffray
|
|
|
|
E: nicolas.geoffray@lip6.fr
|
|
|
|
W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
|
|
|
|
D: PPC backend fixes for Linux
|
|
|
|
|
2004-08-05 21:09:47 +02:00
|
|
|
N: Louis Gerbarg
|
2014-04-11 00:25:51 +02:00
|
|
|
E: lgg@apple.com
|
2004-08-05 21:09:47 +02:00
|
|
|
D: Portions of the PowerPC backend
|
|
|
|
|
2005-12-22 07:09:08 +01:00
|
|
|
N: Saem Ghani
|
|
|
|
E: saemghani@gmail.com
|
|
|
|
D: Callgraph class cleanups
|
|
|
|
|
2008-03-23 09:58:32 +01:00
|
|
|
N: Mikhail Glushenkov
|
|
|
|
E: foldr@codedgers.com
|
|
|
|
D: Author of llvmc2
|
|
|
|
|
2007-02-15 23:05:14 +01:00
|
|
|
N: Dan Gohman
|
2015-06-30 01:51:55 +02:00
|
|
|
E: sunfish@mozilla.com
|
2007-02-15 23:05:14 +01:00
|
|
|
D: Miscellaneous bug fixes
|
2015-06-30 01:51:55 +02:00
|
|
|
D: WebAssembly Backend
|
2007-02-15 23:05:14 +01:00
|
|
|
|
2019-02-19 22:32:05 +01:00
|
|
|
N: Renato Golin
|
|
|
|
E: rengolin@systemcall.eu
|
2019-02-19 23:06:27 +01:00
|
|
|
E: renato.golin@linaro.org
|
2019-02-19 22:32:05 +01:00
|
|
|
E: rengolin@gmail.com
|
|
|
|
D: ARM/AArch64 back-end improvements
|
|
|
|
D: Loop Vectorizer improvements
|
|
|
|
D: Regression and Test Suite improvements
|
|
|
|
D: Linux compatibility (GNU, musl, etc)
|
|
|
|
D: Initial Linux kernel / Android support effort
|
2019-02-19 23:06:27 +01:00
|
|
|
I: rengolin
|
2019-02-19 22:32:05 +01:00
|
|
|
|
2009-07-08 19:55:48 +02:00
|
|
|
N: David Goodwin
|
|
|
|
E: david@goodwinz.net
|
|
|
|
D: Thumb-2 code generator
|
|
|
|
|
2007-06-08 19:20:08 +02:00
|
|
|
N: David Greene
|
|
|
|
E: greened@obbligato.org
|
|
|
|
D: Miscellaneous bug fixes
|
|
|
|
D: Register allocation refactoring
|
|
|
|
|
2008-05-10 10:32:32 +02:00
|
|
|
N: Gabor Greif
|
|
|
|
E: ggreif@gmail.com
|
|
|
|
D: Improvements for space efficiency
|
|
|
|
|
2010-07-20 00:04:28 +02:00
|
|
|
N: James Grosbach
|
|
|
|
E: grosbach@apple.com
|
2014-05-28 22:31:52 +02:00
|
|
|
I: grosbach
|
2010-07-20 00:04:28 +02:00
|
|
|
D: SjLj exception handling support
|
|
|
|
D: General fixes and improvements for the ARM back-end
|
2011-10-22 20:17:32 +02:00
|
|
|
D: MCJIT
|
|
|
|
D: ARM integrated assembler and assembly parser
|
2014-05-28 22:31:52 +02:00
|
|
|
D: Led effort for the backend formerly known as ARM64
|
2010-07-20 00:04:28 +02:00
|
|
|
|
2009-01-08 17:40:25 +01:00
|
|
|
N: Lang Hames
|
|
|
|
E: lhames@gmail.com
|
|
|
|
D: PBQP-based register allocator
|
|
|
|
|
2007-09-17 19:04:44 +02:00
|
|
|
N: Gordon Henriksen
|
|
|
|
E: gordonhenriksen@mac.com
|
2007-10-02 20:04:24 +02:00
|
|
|
D: Pluggable GC support
|
2007-09-17 19:04:44 +02:00
|
|
|
D: C interface
|
2007-10-02 20:04:24 +02:00
|
|
|
D: Ocaml bindings
|
2007-09-17 19:04:44 +02:00
|
|
|
|
2007-08-29 20:21:29 +02:00
|
|
|
N: Raul Fernandes Herbster
|
|
|
|
E: raul@dsc.ufcg.edu.br
|
|
|
|
D: JIT support for ARM
|
|
|
|
|
2004-09-23 06:30:05 +02:00
|
|
|
N: Paolo Invernizzi
|
2004-10-26 17:55:12 +02:00
|
|
|
E: arathorn@fastwebnet.it
|
2009-01-08 17:40:25 +01:00
|
|
|
D: Visual C++ compatibility fixes
|
2004-09-23 06:30:05 +02:00
|
|
|
|
2006-08-09 06:18:09 +02:00
|
|
|
N: Patrick Jenkins
|
|
|
|
E: patjenk@wam.umd.edu
|
|
|
|
D: Nightly Tester
|
|
|
|
|
2018-01-29 18:02:34 +01:00
|
|
|
N: Tony(Yanjun) Jiang
|
|
|
|
E: jtony@ca.ibm.com
|
|
|
|
D: PowerPC Backend Developer
|
|
|
|
D: Improvements to the PPC backend and miscellaneous bug fixes
|
|
|
|
|
2007-04-25 01:48:30 +02:00
|
|
|
N: Dale Johannesen
|
|
|
|
E: dalej@apple.com
|
2007-04-25 02:14:49 +02:00
|
|
|
D: ARM constant islands improvements
|
2007-07-05 18:56:24 +02:00
|
|
|
D: Tail merging improvements
|
|
|
|
D: Rewrite X87 back end
|
2007-09-28 20:46:28 +02:00
|
|
|
D: Use APFloat for floating point constants widely throughout compiler
|
|
|
|
D: Implement X87 long double
|
2007-04-25 01:48:30 +02:00
|
|
|
|
2009-06-11 22:13:35 +02:00
|
|
|
N: Brad Jones
|
|
|
|
E: kungfoomaster@nondot.org
|
|
|
|
D: Support for packed types
|
|
|
|
|
2009-08-18 19:04:44 +02:00
|
|
|
N: Rod Kay
|
|
|
|
E: rkay@auroraux.org
|
|
|
|
D: Author of LLVM Ada bindings
|
|
|
|
|
2018-05-23 16:39:54 +02:00
|
|
|
N: Erich Keane
|
|
|
|
E: erich.keane@intel.com
|
|
|
|
D: A variety of Clang contributions including function multiversioning, regcall/vectorcall.
|
|
|
|
I: ErichKeane
|
|
|
|
|
2006-03-24 00:21:29 +01:00
|
|
|
N: Eric Kidd
|
|
|
|
W: http://randomhacks.net/
|
|
|
|
D: llvm-config script
|
|
|
|
|
2006-08-01 09:06:00 +02:00
|
|
|
N: Anton Korobeynikov
|
2017-06-24 05:12:53 +02:00
|
|
|
E: anton at korobeynikov dot info
|
2007-05-06 22:33:02 +02:00
|
|
|
D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
|
|
|
|
D: x86/linux PIC codegen, aliases, regparm/visibility attributes
|
2017-07-01 05:24:06 +02:00
|
|
|
D: Switch lowering refactoring
|
2006-08-01 09:06:00 +02:00
|
|
|
|
2004-10-27 17:54:23 +02:00
|
|
|
N: Sumant Kowshik
|
|
|
|
E: kowshik@uiuc.edu
|
|
|
|
D: Author of the original C backend
|
|
|
|
|
2009-08-20 17:20:15 +02:00
|
|
|
N: Benjamin Kramer
|
|
|
|
E: benny.kra@gmail.com
|
|
|
|
D: Miscellaneous bug fixes
|
|
|
|
|
2012-04-14 22:57:13 +02:00
|
|
|
N: Sundeep Kushwaha
|
|
|
|
E: sundeepk@codeaurora.org
|
|
|
|
D: Implemented DFA-based target independent VLIW packetizer
|
|
|
|
|
2007-04-21 10:16:25 +02:00
|
|
|
N: Christopher Lamb
|
|
|
|
E: christopher.lamb@gmail.com
|
2007-08-11 00:22:41 +02:00
|
|
|
D: aligned load/store support, parts of noalias and restrict support
|
|
|
|
D: vreg subreg infrastructure, X86 codegen improvements based on subregs
|
2007-12-11 10:32:07 +01:00
|
|
|
D: address spaces
|
2007-04-21 10:16:25 +02:00
|
|
|
|
2005-11-29 01:57:06 +01:00
|
|
|
N: Jim Laskey
|
|
|
|
E: jlaskey@apple.com
|
|
|
|
D: Improvements to the PPC backend, instruction scheduling
|
2006-08-01 11:01:40 +02:00
|
|
|
D: Debug and Dwarf implementation
|
2009-01-08 17:40:25 +01:00
|
|
|
D: Auto upgrade mangler
|
2006-08-01 11:01:40 +02:00
|
|
|
D: llvm-gcc4 svn wrangler
|
2005-11-29 01:57:06 +01:00
|
|
|
|
2003-09-22 23:56:08 +02:00
|
|
|
N: Chris Lattner
|
|
|
|
E: sabre@nondot.org
|
|
|
|
W: http://nondot.org/~sabre/
|
|
|
|
D: Primary architect of LLVM
|
|
|
|
|
2007-07-02 20:10:52 +02:00
|
|
|
N: Tanya Lattner (Tanya Brethour)
|
2005-03-22 22:33:19 +01:00
|
|
|
E: tonic@nondot.org
|
|
|
|
W: http://nondot.org/~tonic/
|
|
|
|
D: The initial llvm-ar tool, converted regression testsuite to dejagnu
|
|
|
|
D: Modulo scheduling in the SparcV9 backend
|
2006-08-09 06:18:09 +02:00
|
|
|
D: Release manager (1.7+)
|
2005-03-22 22:33:19 +01:00
|
|
|
|
2013-04-11 15:15:39 +02:00
|
|
|
N: Sylvestre Ledru
|
|
|
|
E: sylvestre@debian.org
|
2013-11-13 11:07:16 +01:00
|
|
|
W: http://sylvestre.ledru.info/
|
2018-01-18 20:57:35 +01:00
|
|
|
W: https://apt.llvm.org/
|
2013-04-11 15:15:39 +02:00
|
|
|
D: Debian and Ubuntu packaging
|
2013-12-20 01:33:39 +01:00
|
|
|
D: Continuous integration with jenkins
|
2013-04-11 15:15:39 +02:00
|
|
|
|
2005-02-14 10:07:23 +01:00
|
|
|
N: Andrew Lenharth
|
|
|
|
E: alenhar2@cs.uiuc.edu
|
|
|
|
W: http://www.lenharth.org/~andrewl/
|
|
|
|
D: Alpha backend
|
2006-04-13 04:05:30 +02:00
|
|
|
D: Sampling based profiling
|
2005-02-14 10:07:23 +01:00
|
|
|
|
2006-08-29 03:42:47 +02:00
|
|
|
N: Nick Lewycky
|
|
|
|
E: nicholas@mxc.ca
|
|
|
|
D: PredicateSimplifier pass
|
|
|
|
|
2012-04-13 21:09:18 +02:00
|
|
|
N: Tony Linthicum, et. al.
|
|
|
|
E: tlinth@codeaurora.org
|
|
|
|
D: Backend for Qualcomm's Hexagon VLIW processor.
|
|
|
|
|
2007-05-31 06:14:28 +02:00
|
|
|
N: Bruno Cardoso Lopes
|
|
|
|
E: bruno.cardoso@gmail.com
|
2014-08-25 19:51:04 +02:00
|
|
|
I: bruno
|
|
|
|
W: http://brunocardoso.cc
|
|
|
|
D: Mips backend
|
|
|
|
D: Random ARM integrated assembler and assembly parser improvements
|
|
|
|
D: General X86 AVX1 support
|
2007-05-31 06:14:28 +02:00
|
|
|
|
2005-03-17 19:57:02 +01:00
|
|
|
N: Duraid Madina
|
|
|
|
E: duraid@octopus.com.au
|
|
|
|
W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
|
2007-06-30 17:47:36 +02:00
|
|
|
D: IA64 backend, BigBlock register allocator
|
2005-03-17 19:57:02 +01:00
|
|
|
|
2011-08-02 03:38:19 +02:00
|
|
|
N: John McCall
|
|
|
|
E: rjmccall@apple.com
|
|
|
|
D: Clang semantic analysis and IR generation
|
|
|
|
|
2004-11-18 22:04:21 +01:00
|
|
|
N: Michael McCracken
|
|
|
|
E: michael.mccracken@gmail.com
|
|
|
|
D: Line number support for llvmgcc
|
|
|
|
|
2004-06-25 23:00:10 +02:00
|
|
|
N: Vladimir Merzliakov
|
|
|
|
E: wanderer@rsu.ru
|
2004-09-21 18:54:37 +02:00
|
|
|
D: Test suite fixes for FreeBSD
|
2004-06-25 23:00:10 +02:00
|
|
|
|
2007-12-05 22:26:54 +01:00
|
|
|
N: Scott Michel
|
|
|
|
E: scottm@aero.org
|
|
|
|
D: Added STI Cell SPU backend.
|
|
|
|
|
2012-04-16 07:24:52 +02:00
|
|
|
N: Kai Nacke
|
|
|
|
E: kai@redstar.de
|
|
|
|
D: Support for implicit TLS model used with MS VC runtime
|
2013-05-09 14:32:36 +02:00
|
|
|
D: Dumping of Win64 EH structures
|
2012-04-16 07:24:52 +02:00
|
|
|
|
2010-08-28 22:24:43 +02:00
|
|
|
N: Takumi Nakamura
|
2017-06-30 13:59:53 +02:00
|
|
|
I: chapuni
|
2010-08-28 22:24:43 +02:00
|
|
|
E: geek4civic@gmail.com
|
|
|
|
E: chapuni@hf.rim.or.jp
|
2017-06-30 13:59:53 +02:00
|
|
|
D: Maintaining the Git monorepo
|
|
|
|
W: https://github.com/llvm-project/
|
|
|
|
S: Ebina, Japan
|
2010-08-28 22:24:43 +02:00
|
|
|
|
2009-06-12 14:52:24 +02:00
|
|
|
N: Edward O'Callaghan
|
|
|
|
E: eocallaghan@auroraux.org
|
|
|
|
W: http://www.auroraux.org
|
|
|
|
D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
|
|
|
|
D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
|
|
|
|
D: and error clean ups.
|
|
|
|
|
2004-10-26 17:55:12 +02:00
|
|
|
N: Morten Ofstad
|
|
|
|
E: morten@hue.no
|
2009-01-08 17:40:25 +01:00
|
|
|
D: Visual C++ compatibility fixes
|
2004-10-26 17:55:12 +02:00
|
|
|
|
2009-08-06 23:54:23 +02:00
|
|
|
N: Jakob Stoklund Olesen
|
|
|
|
E: stoklund@2pi.dk
|
|
|
|
D: Machine code verifier
|
|
|
|
D: Blackfin backend
|
2011-09-19 07:34:10 +02:00
|
|
|
D: Fast register allocator
|
|
|
|
D: Greedy register allocator
|
2009-08-06 23:54:23 +02:00
|
|
|
|
2008-11-07 13:44:36 +01:00
|
|
|
N: Richard Osborne
|
|
|
|
E: richard@xmos.com
|
|
|
|
D: XCore backend
|
|
|
|
|
2016-04-29 16:52:12 +02:00
|
|
|
N: Piotr Padlewski
|
|
|
|
E: piotr.padlewski@gmail.com
|
2016-05-02 21:06:51 +02:00
|
|
|
D: !invariant.group metadata and other intrinsics for devirtualization in clang
|
2016-04-29 16:52:12 +02:00
|
|
|
|
2007-04-24 20:49:33 +02:00
|
|
|
N: Devang Patel
|
|
|
|
E: dpatel@apple.com
|
|
|
|
D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
|
|
|
|
D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
|
2007-09-27 19:32:04 +02:00
|
|
|
D: Optimizer improvements, Loop Index Split
|
2007-04-24 20:49:33 +02:00
|
|
|
|
2014-05-29 21:59:58 +02:00
|
|
|
N: Ana Pazos
|
|
|
|
E: apazos@codeaurora.org
|
|
|
|
D: Fixes and improvements to the AArch64 backend
|
|
|
|
|
2010-07-19 06:52:56 +02:00
|
|
|
N: Wesley Peck
|
|
|
|
E: peckw@wesleypeck.com
|
|
|
|
W: http://wesleypeck.com/
|
|
|
|
D: MicroBlaze backend
|
|
|
|
|
2011-07-15 13:26:11 +02:00
|
|
|
N: Francois Pichet
|
|
|
|
E: pichet2000@gmail.com
|
|
|
|
D: MSVC support
|
|
|
|
|
2016-08-04 18:28:22 +02:00
|
|
|
N: Adrian Prantl
|
|
|
|
E: aprantl@apple.com
|
|
|
|
D: Debug Information
|
|
|
|
|
2004-05-06 18:53:18 +02:00
|
|
|
N: Vladimir Prus
|
2006-05-16 07:36:15 +02:00
|
|
|
W: http://vladimir_prus.blogspot.com
|
2004-05-06 18:53:18 +02:00
|
|
|
E: ghost@cs.msu.su
|
2004-06-25 15:37:03 +02:00
|
|
|
D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
|
2004-05-06 18:53:18 +02:00
|
|
|
|
2019-07-17 09:02:02 +02:00
|
|
|
N: QIU Chaofan
|
|
|
|
E: qiucofan@cn.ibm.com
|
|
|
|
D: PowerPC Backend Developer
|
|
|
|
|
2012-04-29 22:00:55 +02:00
|
|
|
N: Kalle Raiskila
|
|
|
|
E: kalle.rasikila@nokia.com
|
|
|
|
D: Some bugfixes to CellSPU
|
|
|
|
|
2012-03-12 22:12:59 +01:00
|
|
|
N: Xerxes Ranby
|
|
|
|
E: xerxes@zafena.se
|
|
|
|
D: Cmake dependency chain and various bug fixes
|
|
|
|
|
2012-09-07 23:20:20 +02:00
|
|
|
N: Alex Rosenberg
|
|
|
|
E: alexr@leftfield.org
|
2012-09-07 23:34:50 +02:00
|
|
|
I: arosenberg
|
2012-09-07 23:20:20 +02:00
|
|
|
D: ARM calling conventions rewrite, hard float support
|
|
|
|
|
2012-02-16 19:54:41 +01:00
|
|
|
N: Chad Rosier
|
2013-11-15 18:35:29 +01:00
|
|
|
E: mcrosier@codeaurora.org
|
2014-05-29 21:59:58 +02:00
|
|
|
I: mcrosier
|
|
|
|
D: AArch64 fast instruction selection pass
|
|
|
|
D: Fixes and improvements to the ARM fast-isel pass
|
|
|
|
D: Fixes and improvements to the AArch64 backend
|
2012-02-16 19:54:41 +01:00
|
|
|
|
2012-03-12 22:12:59 +01:00
|
|
|
N: Nadav Rotem
|
2016-05-10 18:23:54 +02:00
|
|
|
E: nadav.rotem@me.com
|
2016-11-14 20:01:59 +01:00
|
|
|
D: X86 code generation improvements, Loop Vectorizer, SLP Vectorizer
|
2012-03-12 22:12:59 +01:00
|
|
|
|
2007-03-21 22:45:25 +01:00
|
|
|
N: Roman Samoilov
|
|
|
|
E: roman@codedgers.com
|
|
|
|
D: MSIL backend
|
|
|
|
|
2007-03-05 10:21:11 +01:00
|
|
|
N: Duncan Sands
|
|
|
|
E: baldrick@free.fr
|
2012-09-11 09:50:40 +02:00
|
|
|
I: baldrick
|
2010-08-29 06:22:35 +02:00
|
|
|
D: Ada support in llvm-gcc
|
|
|
|
D: Dragonegg plugin
|
|
|
|
D: Exception handling improvements
|
|
|
|
D: Type legalizer rewrite
|
2007-03-05 10:21:11 +01:00
|
|
|
|
2003-09-22 23:56:08 +02:00
|
|
|
N: Ruchira Sasanka
|
|
|
|
E: sasanka@uiuc.edu
|
|
|
|
D: Graph coloring register allocator for the Sparc64 backend
|
|
|
|
|
2007-10-11 20:54:49 +02:00
|
|
|
N: Arnold Schwaighofer
|
|
|
|
E: arnold.schwaighofer@gmail.com
|
|
|
|
D: Tail call optimization for the x86 backend
|
|
|
|
|
2009-06-14 04:03:17 +02:00
|
|
|
N: Shantonu Sen
|
|
|
|
E: ssen@apple.com
|
|
|
|
D: Miscellaneous bug fixes
|
|
|
|
|
2003-09-22 23:56:08 +02:00
|
|
|
N: Anand Shukla
|
|
|
|
E: ashukla@cs.uiuc.edu
|
2003-10-17 19:28:21 +02:00
|
|
|
D: The `paths' pass
|
2003-09-22 23:56:08 +02:00
|
|
|
|
2010-07-19 06:52:56 +02:00
|
|
|
N: Michael J. Spencer
|
|
|
|
E: bigcheesegs@gmail.com
|
|
|
|
D: Shepherding Windows COFF support into MC.
|
2010-12-10 14:44:26 +01:00
|
|
|
D: Lots of Windows stuff.
|
2010-07-19 06:52:56 +02:00
|
|
|
|
2003-11-10 04:05:36 +01:00
|
|
|
N: Reid Spencer
|
2006-08-01 18:52:07 +02:00
|
|
|
E: rspencer@reidspencer.com
|
|
|
|
W: http://reidspencer.com/
|
2007-06-30 08:56:50 +02:00
|
|
|
D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
|
2003-11-10 04:05:36 +01:00
|
|
|
|
2013-11-17 12:44:36 +01:00
|
|
|
N: Alp Toker
|
|
|
|
E: alp@nuanti.com
|
|
|
|
W: http://atoker.com/
|
|
|
|
D: C++ frontend next generation standards implementation
|
|
|
|
|
2012-11-16 19:44:36 +01:00
|
|
|
N: Craig Topper
|
|
|
|
E: craig.topper@gmail.com
|
|
|
|
D: X86 codegen and disassembler improvements. AVX2 support.
|
|
|
|
|
2009-05-23 22:40:47 +02:00
|
|
|
N: Edwin Torok
|
2009-05-23 22:19:52 +02:00
|
|
|
E: edwintorok@gmail.com
|
|
|
|
D: Miscellaneous bug fixes
|
|
|
|
|
2005-02-19 18:14:24 +01:00
|
|
|
N: Adam Treat
|
|
|
|
E: manyoso@yahoo.com
|
|
|
|
D: C++ bugs filed, and C++ front-end bug fixes.
|
|
|
|
|
2017-03-10 19:34:37 +01:00
|
|
|
N: Andrew Trick
|
|
|
|
E: atrick@apple.com
|
|
|
|
D: Instruction Scheduling, ...
|
|
|
|
|
2007-05-06 02:41:36 +02:00
|
|
|
N: Lauro Ramos Venancio
|
|
|
|
E: lauro.venancio@indt.org.br
|
|
|
|
D: ARM backend improvements
|
|
|
|
D: Thread Local Storage implementation
|
|
|
|
|
2003-09-22 23:56:08 +02:00
|
|
|
N: Bill Wendling
|
2013-06-19 00:09:36 +02:00
|
|
|
I: wendling
|
2013-09-27 22:40:40 +02:00
|
|
|
E: isanbard@gmail.com
|
2018-10-26 08:57:02 +02:00
|
|
|
D: Release manager, IR Linker, LTO.
|
|
|
|
D: Bunches of stuff.
|
2009-06-23 19:03:23 +02:00
|
|
|
|
|
|
|
N: Bob Wilson
|
|
|
|
E: bob.wilson@acm.org
|
2013-08-16 20:09:06 +02:00
|
|
|
D: Advanced SIMD (NEON) support in the ARM backend.
|
2018-06-15 10:34:41 +02:00
|
|
|
|
|
|
|
N: QingShan Zhang
|
|
|
|
E: qshanz@cn.ibm.com
|
|
|
|
D: PowerPC Backend Developer
|
2018-10-26 03:58:23 +02:00
|
|
|
|
|
|
|
N: Li Jia He
|
|
|
|
E: hljhehlj@cn.ibm.com
|
|
|
|
D: PowerPC Backend Developer
|
2018-11-06 04:07:03 +01:00
|
|
|
|
|
|
|
N: Zixuan Wu
|
|
|
|
E: wuzish@cn.ibm.com
|
|
|
|
D: PowerPC Backend Developer
|
2018-11-25 03:56:49 +01:00
|
|
|
|
|
|
|
N: Kang Zhang
|
|
|
|
E: shkzhang@cn.ibm.com
|
|
|
|
D: PowerPC Backend Developer
|
2019-02-26 06:46:45 +01:00
|
|
|
|
|
|
|
N: Zheng Chen
|
|
|
|
E: czhengsz@cn.ibm.com
|
|
|
|
D: PowerPC Backend Developer
|
2019-04-23 04:37:48 +02:00
|
|
|
|
2019-05-27 09:48:28 +02:00
|
|
|
N: Djordje Todorovic
|
|
|
|
E: djordje.todorovic@rt-rk.com
|
|
|
|
D: Debug Information
|