Excise the -L option since llvm-link should not do library searches. It
[oota-llvm.git] / CREDITS.TXT
index eeb437d3e2b426e9a13d47655041f00f74383fae..c22f8ad7234a0d8a968df85b57588f8bc36dce25 100644 (file)
@@ -12,6 +12,10 @@ E: vadve@cs.uiuc.edu
 W: http://www.cs.uiuc.edu/~vadve/
 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
 
+N: Nate Begeman
+E: natebegeman@mac.com
+D: Portions of the PowerPC backend
+
 N: Tanya Brethour
 E: tonic@nondot.org
 W: http://nondot.org/~tonic/
@@ -20,7 +24,8 @@ D: The llvm-ar tool
 N: Misha Brukman
 E: brukman+llvm@uiuc.edu
 W: http://misha.brukman.net
-D: Portions of X86 and Sparc JIT compilers, incremental bytecode loader
+D: Portions of X86 and Sparc JIT compilers, PowerPC backend
+D: Incremental bytecode loader
 
 N: Cameron Buschardt
 E: buschard@uiuc.edu
@@ -37,14 +42,26 @@ D: Autoconf support, QMTest database, documentation improvements
 N: Brian Gaeke
 E: gaeke@uiuc.edu
 W: http://www.students.uiuc.edu/~gaeke/
-D: Portions of X86 static and JIT compilers, reoptimizer framework cleanups
+D: Portions of X86 static and JIT compilers. 
+D: Dynamic trace optimizer 
 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
 
+N: Louis Gerbarg
+D: Portions of the PowerPC backend
+
 N: Chris Lattner
 E: sabre@nondot.org
 W: http://nondot.org/~sabre/
 D: Primary architect of LLVM
 
+N: Vladimir Merzliakov
+E: wanderer@rsu.ru
+D: Test suite fixes for FreeBSD.
+
+N: Vladimir Prus
+E: ghost@cs.msu.su
+D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
+
 N: Ruchira Sasanka
 E: sasanka@uiuc.edu
 D: Graph coloring register allocator for the Sparc64 backend
@@ -53,6 +70,11 @@ N: Anand Shukla
 E: ashukla@cs.uiuc.edu
 D: The `paths' pass
 
+N: Reid Spencer
+E: rspencer@x10sys.com
+W: http://llvm.x10sys.com/rspencer
+D: Stacker, llvmc, bytecode, other. See web page for current notes.
+
 N: Bill Wendling
 E: wendling@isanbard.org
 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.