blob: eb7fd014e850c9e9888e61371559f1b63b0a8b7d [file] [log] [blame]
Misha Brukmanb2961602003-09-22 21:56:08 +00001Inspired by the CREDITS file from the Linux source tree, this file is,
2likewise, at least a partial list of people who have contributed to the LLVM
3project. The format and the next paragraph are stolen directly from that file.
4
5The list sorted by name and formatted to allow easy grepping and beautification
6by scripts. The fields are: name (N), email (E), web-address (W), PGP key ID
7and fingerprint (P), description (D), and snail-mail address (S).
8
9N: Vikram Adve
10E: vadve@cs.uiuc.edu
11W: http://www.cs.uiuc.edu/~vadve/
12D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
13
14N: Misha Brukman
15E: brukman@uiuc.edu
16W: http://misha.brukman.net
17D: Portions of X86 and Sparc JIT compilers, various other hacks
18
19N: Cameron Buschardt
20D: Author of the mem2reg pass
21
22N: Casey Carter
23D: Fixes to the Reassociation pass, various improvement patches
24
25N: Brian Gaeke
26E: gaeke@uiuc.edu
27W: http://www.students.uiuc.edu/~gaeke/
28D: Portions of X86 static and JIT compilers, reoptimizer framework cleanups
29
30N: Chris Lattner
31E: sabre@nondot.org
32W: http://nondot.org/~sabre/
33D: Primary architect of LLVM
34
35N: Ruchira Sasanka
36E: sasanka@uiuc.edu
37D: Graph coloring register allocator for the Sparc64 backend
38
39N: Anand Shukla
40E: ashukla@cs.uiuc.edu
41D: The paths pass
42
43N: Bill Wendling
44D: The Lower Setjmp/Longjmp pass