This is a generic test for all code generators. It originally came from
[oota-llvm.git] / CREDITS.TXT
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 
4 done!
5
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
9 (S).
10
11 N: Vikram Adve
12 E: vadve@cs.uiuc.edu
13 W: http://www.cs.uiuc.edu/~vadve/
14 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
15
16 N: Henrik Bach
17 D: MingW Win32 API portability layer
18
19 N: Nate Begeman
20 E: natebegeman@mac.com
21 D: Primary PowerPC backend developer
22
23 N: Misha Brukman
24 E: brukman+llvm@uiuc.edu
25 W: http://misha.brukman.net
26 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
27 D: Incremental bytecode loader
28
29 N: Cameron Buschardt
30 E: buschard@uiuc.edu
31 D: The `mem2reg' pass - promotes values stored in memory to registers
32
33 N: Casey Carter
34 E: ccarter@uiuc.edu
35 D: Fixes to the Reassociation pass, various improvement patches
36
37 N: Jeff Cohen
38 E: jeffc@jolt-lang.org
39 W: http://jolt-lang.org
40 D: Native Win32 API portability layer
41
42 N: John T. Criswell
43 E: criswell@uiuc.edu
44 D: Autoconf support, QMTest database, documentation improvements
45
46 N: Alkis Evlogimenos
47 E: alkis@evlogimenos.com
48 D: Linear scan register allocator, many codegen improvements, Java frontend
49
50 N: Brian Gaeke
51 E: gaeke@uiuc.edu
52 W: http://www.students.uiuc.edu/~gaeke/
53 D: Portions of X86 static and JIT compilers; SparcV8 backend
54 D: Dynamic trace optimizer 
55 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
56
57 N: Louis Gerbarg
58 D: Portions of the PowerPC backend
59
60 N: Paolo Invernizzi
61 E: arathorn@fastwebnet.it
62 D: Visual C++ compatibility fixes 
63
64 N: Brad Jones
65 E: kungfoomaster@nondot.org
66 D: Support for packed types
67
68 N: Sumant Kowshik
69 E: kowshik@uiuc.edu
70 D: Author of the original C backend
71
72 N: Chris Lattner
73 E: sabre@nondot.org
74 W: http://nondot.org/~sabre/
75 D: Primary architect of LLVM
76
77 N: Tanya Lattner (formerly Tanya Brethour)
78 E: tonic@nondot.org
79 W: http://nondot.org/~tonic/
80 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
81 D: Modulo scheduling in the SparcV9 backend
82
83 N: Andrew Lenharth
84 E: alenhar2@cs.uiuc.edu
85 W: http://www.lenharth.org/~andrewl/
86 D: Alpha backend
87
88 N: Duraid Madina
89 E: duraid@octopus.com.au
90 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
91 D: IA64 backend
92
93 N: Michael McCracken
94 E: michael.mccracken@gmail.com
95 D: Line number support for llvmgcc
96
97 N: Vladimir Merzliakov
98 E: wanderer@rsu.ru
99 D: Test suite fixes for FreeBSD
100
101 N: Morten Ofstad
102 E: morten@hue.no
103 D: Visual C++ compatibility fixes 
104
105 N: Vladimir Prus
106 E: ghost@cs.msu.su
107 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
108
109 N: Ruchira Sasanka
110 E: sasanka@uiuc.edu
111 D: Graph coloring register allocator for the Sparc64 backend
112
113 N: Anand Shukla
114 E: ashukla@cs.uiuc.edu
115 D: The `paths' pass
116
117 N: Reid Spencer
118 E: rspencer@x10sys.com
119 W: http://llvm.x10sys.com/rspencer
120 D: Stacker, llvmc, bytecode, other. See web page for current notes.
121
122 N: Adam Treat
123 E: manyoso@yahoo.com
124 D: C++ bugs filed, and C++ front-end bug fixes.
125
126 N: Bill Wendling
127 E: wendling@isanbard.org
128 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.