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
18 D: LCSSA pass and related LoopUnswitch work, TargetData refactoring, random improvements
21 D: MingW Win32 API portability layer
24 E: natebegeman@mac.com
25 D: PowerPC backend developer
26 D: Target-independent code generator and analysis improvements
29 E: dberlin@dberlin.org
30 D: ET-Forest implementation.
33 E: brukman+llvm@uiuc.edu
34 W: http://misha.brukman.net
35 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
36 D: Incremental bytecode loader
40 D: The `mem2reg' pass - promotes values stored in memory to registers
44 D: Fixes to the Reassociation pass, various improvement patches
47 E: evan.cheng@apple.com
48 D: X86 backend developer
49 D: Instruction scheduler improvements
50 D: Loop optimizer improvements
51 D: Target-independent code generator improvements
54 E: jeffc@jolt-lang.org
55 W: http://jolt-lang.org
56 D: Native Win32 API portability layer
60 D: Autoconf support, QMTest database, documentation improvements
62 N: Rafael Avila de Espindola
63 E: rafael.espindola@gmail.com
67 E: alkis@evlogimenos.com
68 D: Linear scan register allocator, many codegen improvements, Java frontend
72 W: http://www.students.uiuc.edu/~gaeke/
73 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
74 D: Dynamic trace optimizer
75 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
78 D: Portions of the PowerPC backend
81 E: saemghani@gmail.com
82 D: Callgraph class cleanups
85 E: arathorn@fastwebnet.it
86 D: Visual C++ compatibility fixes
89 E: patjenk@wam.umd.edu
93 E: kungfoomaster@nondot.org
94 D: Support for packed types
97 W: http://randomhacks.net/
100 N: Anton Korobeynikov
102 D: Mingw32 fixes, cross-compiling support, minor changes here and there
106 D: Author of the original C backend
110 D: Improvements to the PPC backend, instruction scheduling
111 D: Debug and Dwarf implementation
112 D: Auto upgrade mangler
113 D: llvm-gcc4 svn wrangler
117 W: http://nondot.org/~sabre/
118 D: Primary architect of LLVM
120 N: Tanya Lattner (formerly Tanya Brethour)
122 W: http://nondot.org/~tonic/
123 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
124 D: Modulo scheduling in the SparcV9 backend
125 D: Release manager (1.7+)
128 E: alenhar2@cs.uiuc.edu
129 W: http://www.lenharth.org/~andrewl/
131 D: Sampling based profiling
135 D: PredicateSimplifier pass
138 E: duraid@octopus.com.au
139 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
143 E: michael.mccracken@gmail.com
144 D: Line number support for llvmgcc
146 N: Vladimir Merzliakov
148 D: Test suite fixes for FreeBSD
152 D: Visual C++ compatibility fixes
155 W: http://vladimir_prus.blogspot.com
157 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
161 D: Graph coloring register allocator for the Sparc64 backend
164 E: ashukla@cs.uiuc.edu
168 E: rspencer@reidspencer.com
169 W: http://reidspencer.com/
170 D: Stacker, llvmc, llvm-ld, llvm-ar, llvm2cpp, lib/Archive, lib/Linker,
171 D: lib/System, bytecode enhancements, symtab hacking, unoverloading of
172 D: intrinsics, makefile and configuration system, documentation, various bug
177 D: C++ bugs filed, and C++ front-end bug fixes.
180 E: isanbard@gmail.com
181 W: http://web.mac.com/bwendling/
182 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.