added myself to CREDITS.TXT
[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: PowerPC backend developer
22 D: Target-independent code generator and analysis improvements
23
24 N: Daniel Berlin
25 E: dberlin@dberlin.org
26 D: ET-Forest implementation.
27
28 N: Misha Brukman
29 E: brukman+llvm@uiuc.edu
30 W: http://misha.brukman.net
31 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
32 D: Incremental bytecode loader
33
34 N: Cameron Buschardt
35 E: buschard@uiuc.edu
36 D: The `mem2reg' pass - promotes values stored in memory to registers
37
38 N: Casey Carter
39 E: ccarter@uiuc.edu
40 D: Fixes to the Reassociation pass, various improvement patches
41
42 N: Evan Cheng
43 E: evan.cheng@apple.com
44 D: X86 backend developer
45 D: Instruction scheduler improvements
46 D: Loop optimizer improvements
47 D: Target-independent code generator improvements
48
49 N: Jeff Cohen
50 E: jeffc@jolt-lang.org
51 W: http://jolt-lang.org
52 D: Native Win32 API portability layer
53
54 N: John T. Criswell
55 E: criswell@uiuc.edu
56 D: Autoconf support, QMTest database, documentation improvements
57
58 N: Rafael Avila de Espindola
59 E: rafael.espindola@gmail.com
60 D: The ARM backend
61
62 N: Alkis Evlogimenos
63 E: alkis@evlogimenos.com
64 D: Linear scan register allocator, many codegen improvements, Java frontend
65
66 N: Brian Gaeke
67 E: gaeke@uiuc.edu
68 W: http://www.students.uiuc.edu/~gaeke/
69 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
70 D: Dynamic trace optimizer 
71 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
72
73 N: Louis Gerbarg
74 D: Portions of the PowerPC backend
75
76 N: Saem Ghani
77 E: saemghani@gmail.com
78 D: Callgraph class cleanups
79
80 N: Paolo Invernizzi
81 E: arathorn@fastwebnet.it
82 D: Visual C++ compatibility fixes 
83
84 N: Brad Jones
85 E: kungfoomaster@nondot.org
86 D: Support for packed types
87
88 N: Eric Kidd
89 W: http://randomhacks.net/
90 D: llvm-config script
91
92 N: Sumant Kowshik
93 E: kowshik@uiuc.edu
94 D: Author of the original C backend
95
96 N: Jim Laskey
97 E: jlaskey@apple.com
98 D: Improvements to the PPC backend, instruction scheduling
99 D: Debug implementation, Dwarf implementation
100
101 N: Chris Lattner
102 E: sabre@nondot.org
103 W: http://nondot.org/~sabre/
104 D: Primary architect of LLVM
105
106 N: Tanya Lattner (formerly Tanya Brethour)
107 E: tonic@nondot.org
108 W: http://nondot.org/~tonic/
109 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
110 D: Modulo scheduling in the SparcV9 backend
111
112 N: Andrew Lenharth
113 E: alenhar2@cs.uiuc.edu
114 W: http://www.lenharth.org/~andrewl/
115 D: Alpha backend
116 D: Sampling based profiling
117
118 N: Duraid Madina
119 E: duraid@octopus.com.au
120 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
121 D: IA64 backend
122
123 N: Michael McCracken
124 E: michael.mccracken@gmail.com
125 D: Line number support for llvmgcc
126
127 N: Vladimir Merzliakov
128 E: wanderer@rsu.ru
129 D: Test suite fixes for FreeBSD
130
131 N: Morten Ofstad
132 E: morten@hue.no
133 D: Visual C++ compatibility fixes 
134
135 N: Vladimir Prus
136 E: ghost@cs.msu.su
137 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
138
139 N: Ruchira Sasanka
140 E: sasanka@uiuc.edu
141 D: Graph coloring register allocator for the Sparc64 backend
142
143 N: Anand Shukla
144 E: ashukla@cs.uiuc.edu
145 D: The `paths' pass
146
147 N: Reid Spencer
148 E: rspencer@x10sys.com
149 W: http://llvm.x10sys.com/rspencer
150 D: Stacker, llvmc, llvm-ld, llvm-ar, lib/Archive, lib/Linker, lib/System, 
151 D: bytecode enhancements, symtab hacking, unoverloading of intrinsics, makefile 
152 D: and configuration system, documentation.
153
154 N: Adam Treat
155 E: manyoso@yahoo.com
156 D: C++ bugs filed, and C++ front-end bug fixes.
157
158 N: Bill Wendling
159 E: wendling@isanbard.org
160 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.