1 This file is a partial list of people who have contributed to the LLVM
2 project. If you have contributed a patch or made some other contribution to
3 LLVM, please submit a patch to this file to add yourself, and it will be
6 The list is sorted by name 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
13 W: http://www.cs.uiuc.edu/~vadve/
14 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
17 D: MingW Win32 API portability layer
20 E: natebegeman@mac.com
21 D: Primary PowerPC backend developer
24 E: dberlin@dberlin.org
25 D: ET-Forest implementation.
28 E: brukman+llvm@uiuc.edu
29 W: http://misha.brukman.net
30 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
31 D: Incremental bytecode loader
35 D: The `mem2reg' pass - promotes values stored in memory to registers
39 D: Fixes to the Reassociation pass, various improvement patches
42 E: evan.cheng@apple.com
43 D: X86 backend improvements
46 E: jeffc@jolt-lang.org
47 W: http://jolt-lang.org
48 D: Native Win32 API portability layer
52 D: Autoconf support, QMTest database, documentation improvements
55 E: alkis@evlogimenos.com
56 D: Linear scan register allocator, many codegen improvements, Java frontend
60 W: http://www.students.uiuc.edu/~gaeke/
61 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
62 D: Dynamic trace optimizer
63 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
66 D: Portions of the PowerPC backend
69 E: saemghani@gmail.com
70 D: Callgraph class cleanups
73 E: arathorn@fastwebnet.it
74 D: Visual C++ compatibility fixes
77 E: kungfoomaster@nondot.org
78 D: Support for packed types
82 D: Author of the original C backend
86 D: Improvements to the PPC backend, instruction scheduling
90 W: http://nondot.org/~sabre/
91 D: Primary architect of LLVM
93 N: Tanya Lattner (formerly Tanya Brethour)
95 W: http://nondot.org/~tonic/
96 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
97 D: Modulo scheduling in the SparcV9 backend
100 E: alenhar2@cs.uiuc.edu
101 W: http://www.lenharth.org/~andrewl/
105 E: duraid@octopus.com.au
106 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
110 E: michael.mccracken@gmail.com
111 D: Line number support for llvmgcc
113 N: Vladimir Merzliakov
115 D: Test suite fixes for FreeBSD
119 D: Visual C++ compatibility fixes
123 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
127 D: Graph coloring register allocator for the Sparc64 backend
130 E: ashukla@cs.uiuc.edu
134 E: rspencer@x10sys.com
135 W: http://llvm.x10sys.com/rspencer
136 D: Stacker, llvmc, bytecode, other. See web page for current notes.
140 D: C++ bugs filed, and C++ front-end bug fixes.
143 E: wendling@isanbard.org
144 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.