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
16 D: MingW Win32 API portability layer
19 E: natebegeman@mac.com
20 D: Portions of the PowerPC backend
24 W: http://nondot.org/~tonic/
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 D: Native Win32 API portability layer
46 D: Autoconf support, QMTest database, documentation improvements
50 W: http://www.students.uiuc.edu/~gaeke/
51 D: Portions of X86 static and JIT compilers.
52 D: Dynamic trace optimizer
53 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
56 D: Portions of the PowerPC backend
59 D: Visual C++ compatibility fixes
62 E: kungfoomaster@nondot.org
63 D: Support for packed types
67 W: http://nondot.org/~sabre/
68 D: Primary architect of LLVM
70 N: Vladimir Merzliakov
72 D: Test suite fixes for FreeBSD
76 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
80 D: Graph coloring register allocator for the Sparc64 backend
83 E: ashukla@cs.uiuc.edu
87 E: rspencer@x10sys.com
88 W: http://llvm.x10sys.com/rspencer
89 D: Stacker, llvmc, bytecode, other. See web page for current notes.
92 E: wendling@isanbard.org
93 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.