1 Inspired by the CREDITS file from the Linux source tree, this file is,
2 likewise, at least a partial list of people who have contributed to the LLVM
3 project. The format and the next paragraph are stolen directly from that file.
5 The list is sorted by name and formatted to allow easy grepping and
6 beautification by scripts. The fields are: name (N), email (E), web-address
7 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
12 W: http://www.cs.uiuc.edu/~vadve/
13 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
17 W: http://nondot.org/~tonic/
21 E: brukman+llvm@uiuc.edu
22 W: http://misha.brukman.net
23 D: Portions of X86 and Sparc JIT compilers, incremental bytecode loader
27 D: The `mem2reg' pass - promotes values stored in memory to registers
31 D: Fixes to the Reassociation pass, various improvement patches
35 D: Autoconf support, QMTest database, documentation improvements
39 W: http://www.students.uiuc.edu/~gaeke/
40 D: Portions of X86 static and JIT compilers, reoptimizer framework cleanups
41 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
45 W: http://nondot.org/~sabre/
46 D: Primary architect of LLVM
48 N: Vladimir Merzliakov
50 D: Test suite fixes for FreeBSD.
57 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
61 D: Graph coloring register allocator for the Sparc64 backend
64 E: ashukla@cs.uiuc.edu
68 E: rspencer@x10sys.com
69 W: http://extprosys.sourceforge.net/
70 D: Complete 'llvm' namespacification, Stacker, bug fixes, and other improvements
73 E: wendling@isanbard.org
74 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.