Restore getInvertedCondCode() from the phased-out backend, fixing disassembly for NV
[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 surname 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), snail-mail address
9 (S), and (I) IRC handle.
10
11
12 N: Vikram Adve
13 E: vadve@cs.uiuc.edu
14 W: http://www.cs.uiuc.edu/~vadve/
15 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
16
17 N: Owen Anderson
18 E: resistor@mac.com
19 D: LCSSA pass and related LoopUnswitch work
20 D: GVNPRE pass, DataLayout refactoring, random improvements
21
22 N: Henrik Bach
23 D: MingW Win32 API portability layer
24
25 N: Aaron Ballman
26 E: aaron@aaronballman.com
27 D: __declspec attributes, Windows support, general bug fixing
28
29 N: Nate Begeman
30 E: natebegeman@mac.com
31 D: PowerPC backend developer
32 D: Target-independent code generator and analysis improvements
33
34 N: Daniel Berlin
35 E: dberlin@dberlin.org
36 D: ET-Forest implementation.
37 D: Sparse bitmap
38
39 N: David Blaikie
40 E: dblaikie@gmail.com
41 D: General bug fixing/fit & finish, mostly in Clang
42
43 N: Neil Booth
44 E: neil@daikokuya.co.uk
45 D: APFloat implementation.
46
47 N: Misha Brukman
48 E: brukman+llvm@uiuc.edu
49 W: http://misha.brukman.net
50 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
51 D: Incremental bitcode loader
52
53 N: Cameron Buschardt
54 E: buschard@uiuc.edu
55 D: The `mem2reg' pass - promotes values stored in memory to registers
56
57 N: Brendon Cahoon
58 E: bcahoon@codeaurora.org
59 D: Loop unrolling with run-time trip counts.
60
61 N: Chandler Carruth
62 E: chandlerc@gmail.com
63 E: chandlerc@google.com
64 D: Hashing algorithms and interfaces
65 D: Inline cost analysis
66 D: Machine block placement pass
67 D: SROA
68
69 N: Casey Carter
70 E: ccarter@uiuc.edu
71 D: Fixes to the Reassociation pass, various improvement patches
72
73 N: Evan Cheng
74 E: evan.cheng@apple.com
75 D: ARM and X86 backends
76 D: Instruction scheduler improvements
77 D: Register allocator improvements
78 D: Loop optimizer improvements
79 D: Target-independent code generator improvements
80
81 N: Dan Villiom Podlaski Christiansen
82 E: danchr@gmail.com
83 E: danchr@cs.au.dk
84 W: http://villiom.dk
85 D: LLVM Makefile improvements
86 D: Clang diagnostic & driver tweaks
87 S: Aarhus, Denmark
88
89 N: Jeff Cohen
90 E: jeffc@jolt-lang.org
91 W: http://jolt-lang.org
92 D: Native Win32 API portability layer
93
94 N: John T. Criswell
95 E: criswell@uiuc.edu
96 D: Original Autoconf support, documentation improvements, bug fixes
97
98 N: Anshuman Dasgupta
99 E: adasgupt@codeaurora.org
100 D: Deterministic finite automaton based infrastructure for VLIW packetization
101
102 N: Stefanus Du Toit
103 E: stefanus.du.toit@intel.com
104 D: Bug fixes and minor improvements
105
106 N: Rafael Avila de Espindola
107 E: rafael.espindola@gmail.com
108 D: The ARM backend
109
110 N: Alkis Evlogimenos
111 E: alkis@evlogimenos.com
112 D: Linear scan register allocator, many codegen improvements, Java frontend
113
114 N: Hal Finkel
115 E: hfinkel@anl.gov
116 D: Basic-block autovectorization, PowerPC backend improvements
117
118 N: Ryan Flynn
119 E: pizza@parseerror.com
120 D: Miscellaneous bug fixes
121
122 N: Brian Gaeke
123 E: gaeke@uiuc.edu
124 W: http://www.students.uiuc.edu/~gaeke/
125 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
126 D: Dynamic trace optimizer
127 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
128
129 N: Nicolas Geoffray
130 E: nicolas.geoffray@lip6.fr
131 W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
132 D: PPC backend fixes for Linux
133
134 N: Louis Gerbarg
135 E: lgg@apple.com
136 D: Portions of the PowerPC backend
137
138 N: Saem Ghani
139 E: saemghani@gmail.com
140 D: Callgraph class cleanups
141
142 N: Mikhail Glushenkov
143 E: foldr@codedgers.com
144 D: Author of llvmc2
145
146 N: Dan Gohman
147 E: dan433584@gmail.com
148 D: Miscellaneous bug fixes
149
150 N: David Goodwin
151 E: david@goodwinz.net
152 D: Thumb-2 code generator
153
154 N: David Greene
155 E: greened@obbligato.org
156 D: Miscellaneous bug fixes
157 D: Register allocation refactoring
158
159 N: Gabor Greif
160 E: ggreif@gmail.com
161 D: Improvements for space efficiency
162
163 N: James Grosbach
164 E: grosbach@apple.com
165 I: grosbach
166 D: SjLj exception handling support
167 D: General fixes and improvements for the ARM back-end
168 D: MCJIT
169 D: ARM integrated assembler and assembly parser
170 D: Led effort for the backend formerly known as ARM64
171
172 N: Lang Hames
173 E: lhames@gmail.com
174 D: PBQP-based register allocator
175
176 N: Gordon Henriksen
177 E: gordonhenriksen@mac.com
178 D: Pluggable GC support
179 D: C interface
180 D: Ocaml bindings
181
182 N: Raul Fernandes Herbster
183 E: raul@dsc.ufcg.edu.br
184 D: JIT support for ARM
185
186 N: Paolo Invernizzi
187 E: arathorn@fastwebnet.it
188 D: Visual C++ compatibility fixes
189
190 N: Patrick Jenkins
191 E: patjenk@wam.umd.edu
192 D: Nightly Tester
193
194 N: Dale Johannesen
195 E: dalej@apple.com
196 D: ARM constant islands improvements
197 D: Tail merging improvements
198 D: Rewrite X87 back end
199 D: Use APFloat for floating point constants widely throughout compiler
200 D: Implement X87 long double
201
202 N: Brad Jones
203 E: kungfoomaster@nondot.org
204 D: Support for packed types
205
206 N: Rod Kay
207 E: rkay@auroraux.org
208 D: Author of LLVM Ada bindings
209
210 N: Eric Kidd
211 W: http://randomhacks.net/
212 D: llvm-config script
213
214 N: Anton Korobeynikov
215 E: asl@math.spbu.ru
216 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
217 D: x86/linux PIC codegen, aliases, regparm/visibility attributes
218 D: Switch lowering refactoring
219
220 N: Sumant Kowshik
221 E: kowshik@uiuc.edu
222 D: Author of the original C backend
223
224 N: Benjamin Kramer
225 E: benny.kra@gmail.com
226 D: Miscellaneous bug fixes
227
228 N: Sundeep Kushwaha
229 E: sundeepk@codeaurora.org
230 D: Implemented DFA-based target independent VLIW packetizer
231
232 N: Christopher Lamb
233 E: christopher.lamb@gmail.com
234 D: aligned load/store support, parts of noalias and restrict support
235 D: vreg subreg infrastructure, X86 codegen improvements based on subregs
236 D: address spaces
237
238 N: Jim Laskey
239 E: jlaskey@apple.com
240 D: Improvements to the PPC backend, instruction scheduling
241 D: Debug and Dwarf implementation
242 D: Auto upgrade mangler
243 D: llvm-gcc4 svn wrangler
244
245 N: Chris Lattner
246 E: sabre@nondot.org
247 W: http://nondot.org/~sabre/
248 D: Primary architect of LLVM
249
250 N: Tanya Lattner (Tanya Brethour)
251 E: tonic@nondot.org
252 W: http://nondot.org/~tonic/
253 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
254 D: Modulo scheduling in the SparcV9 backend
255 D: Release manager (1.7+)
256
257 N: Sylvestre Ledru
258 E: sylvestre@debian.org
259 W: http://sylvestre.ledru.info/
260 W: http://llvm.org/apt/
261 D: Debian and Ubuntu packaging
262 D: Continuous integration with jenkins
263
264 N: Andrew Lenharth
265 E: alenhar2@cs.uiuc.edu
266 W: http://www.lenharth.org/~andrewl/
267 D: Alpha backend
268 D: Sampling based profiling
269
270 N: Nick Lewycky
271 E: nicholas@mxc.ca
272 D: PredicateSimplifier pass
273
274 N: Tony Linthicum, et. al.
275 E: tlinth@codeaurora.org
276 D: Backend for Qualcomm's Hexagon VLIW processor.
277
278 N: Bruno Cardoso Lopes
279 E: bruno.cardoso@gmail.com
280 W: http://www.brunocardoso.org
281 D: The Mips backend
282
283 N: Duraid Madina
284 E: duraid@octopus.com.au
285 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
286 D: IA64 backend, BigBlock register allocator
287
288 N: John McCall
289 E: rjmccall@apple.com
290 D: Clang semantic analysis and IR generation
291
292 N: Michael McCracken
293 E: michael.mccracken@gmail.com
294 D: Line number support for llvmgcc
295
296 N: Vladimir Merzliakov
297 E: wanderer@rsu.ru
298 D: Test suite fixes for FreeBSD
299
300 N: Scott Michel
301 E: scottm@aero.org
302 D: Added STI Cell SPU backend.
303
304 N: Kai Nacke
305 E: kai@redstar.de
306 D: Support for implicit TLS model used with MS VC runtime
307 D: Dumping of Win64 EH structures
308
309 N: Takumi Nakamura
310 E: geek4civic@gmail.com
311 E: chapuni@hf.rim.or.jp
312 D: Cygwin and MinGW support.
313 D: Win32 tweaks.
314 S: Yokohama, Japan
315
316 N: Edward O'Callaghan
317 E: eocallaghan@auroraux.org
318 W: http://www.auroraux.org
319 D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
320 D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
321 D: and error clean ups.
322
323 N: Morten Ofstad
324 E: morten@hue.no
325 D: Visual C++ compatibility fixes
326
327 N: Jakob Stoklund Olesen
328 E: stoklund@2pi.dk
329 D: Machine code verifier
330 D: Blackfin backend
331 D: Fast register allocator
332 D: Greedy register allocator
333
334 N: Richard Osborne
335 E: richard@xmos.com
336 D: XCore backend
337
338 N: Devang Patel
339 E: dpatel@apple.com
340 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
341 D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
342 D: Optimizer improvements, Loop Index Split
343
344 N: Wesley Peck
345 E: peckw@wesleypeck.com
346 W: http://wesleypeck.com/
347 D: MicroBlaze backend
348
349 N: Francois Pichet
350 E: pichet2000@gmail.com
351 D: MSVC support
352
353 N: Vladimir Prus
354 W: http://vladimir_prus.blogspot.com
355 E: ghost@cs.msu.su
356 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
357
358 N: Kalle Raiskila
359 E: kalle.rasikila@nokia.com
360 D: Some bugfixes to CellSPU
361
362 N: Xerxes Ranby
363 E: xerxes@zafena.se
364 D: Cmake dependency chain and various bug fixes
365
366 N: Alex Rosenberg
367 E: alexr@leftfield.org
368 I: arosenberg
369 D: ARM calling conventions rewrite, hard float support
370
371 N: Chad Rosier
372 E: mcrosier@codeaurora.org
373 D: ARM fast-isel improvements
374 D: Performance monitoring
375
376 N: Nadav Rotem
377 E: nrotem@apple.com
378 D: X86 code generation improvements, Loop Vectorizer.
379
380 N: Roman Samoilov
381 E: roman@codedgers.com
382 D: MSIL backend
383
384 N: Duncan Sands
385 E: baldrick@free.fr
386 I: baldrick
387 D: Ada support in llvm-gcc
388 D: Dragonegg plugin
389 D: Exception handling improvements
390 D: Type legalizer rewrite
391
392 N: Ruchira Sasanka
393 E: sasanka@uiuc.edu
394 D: Graph coloring register allocator for the Sparc64 backend
395
396 N: Arnold Schwaighofer
397 E: arnold.schwaighofer@gmail.com
398 D: Tail call optimization for the x86 backend
399
400 N: Shantonu Sen
401 E: ssen@apple.com
402 D: Miscellaneous bug fixes
403
404 N: Anand Shukla
405 E: ashukla@cs.uiuc.edu
406 D: The `paths' pass
407
408 N: Michael J. Spencer
409 E: bigcheesegs@gmail.com
410 D: Shepherding Windows COFF support into MC.
411 D: Lots of Windows stuff.
412
413 N: Reid Spencer
414 E: rspencer@reidspencer.com
415 W: http://reidspencer.com/
416 D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
417
418 N: Alp Toker
419 E: alp@nuanti.com
420 W: http://atoker.com/
421 D: C++ frontend next generation standards implementation
422
423 N: Craig Topper
424 E: craig.topper@gmail.com
425 D: X86 codegen and disassembler improvements. AVX2 support.
426
427 N: Edwin Torok
428 E: edwintorok@gmail.com
429 D: Miscellaneous bug fixes
430
431 N: Adam Treat
432 E: manyoso@yahoo.com
433 D: C++ bugs filed, and C++ front-end bug fixes.
434
435 N: Lauro Ramos Venancio
436 E: lauro.venancio@indt.org.br
437 D: ARM backend improvements
438 D: Thread Local Storage implementation
439
440 N: Bill Wendling
441 I: wendling
442 E: isanbard@gmail.com
443 D: Release manager, IR Linker, LTO
444 D: Bunches of stuff
445
446 N: Bob Wilson
447 E: bob.wilson@acm.org
448 D: Advanced SIMD (NEON) support in the ARM backend.