Next round of pattern isel changes, mostly dealing with calls.
[oota-llvm.git] / CREDITS.TXT
index 923bc2b8a4f75db92ef305b4e4ee7b753e4726c8..aab144fb74b87e56eca574a00a6017b6c35288b9 100644 (file)
@@ -19,11 +19,6 @@ 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/
-D: The llvm-ar tool
-
 N: Misha Brukman
 E: brukman+llvm@uiuc.edu
 W: http://misha.brukman.net
@@ -52,7 +47,7 @@ D: Linear scan register allocator, many codegen improvements, Java frontend
 N: Brian Gaeke
 E: gaeke@uiuc.edu
 W: http://www.students.uiuc.edu/~gaeke/
-D: Portions of X86 static and JIT compilers
+D: Portions of X86 static and JIT compilers; SparcV8 backend
 D: Dynamic trace optimizer 
 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
 
@@ -67,11 +62,35 @@ N: Brad Jones
 E: kungfoomaster@nondot.org
 D: Support for packed types
 
+N: Sumant Kowshik
+E: kowshik@uiuc.edu
+D: Author of the original C backend
+
 N: Chris Lattner
 E: sabre@nondot.org
 W: http://nondot.org/~sabre/
 D: Primary architect of LLVM
 
+N: Tanya Lattner (formerly Tanya Brethour)
+E: tonic@nondot.org
+W: http://nondot.org/~tonic/
+D: The initial llvm-ar tool, converted regression testsuite to dejagnu
+D: Modulo scheduling in the SparcV9 backend
+
+N: Andrew Lenharth
+E: alenhar2@cs.uiuc.edu
+W: http://www.lenharth.org/~andrewl/
+D: Alpha backend
+
+N: Duraid Madina
+E: duraid@octopus.com.au
+W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
+D: IA64 backend
+
+N: Michael McCracken
+E: michael.mccracken@gmail.com
+D: Line number support for llvmgcc
+
 N: Vladimir Merzliakov
 E: wanderer@rsu.ru
 D: Test suite fixes for FreeBSD
@@ -97,6 +116,10 @@ E: rspencer@x10sys.com
 W: http://llvm.x10sys.com/rspencer
 D: Stacker, llvmc, bytecode, other. See web page for current notes.
 
+N: Adam Treat
+E: manyoso@yahoo.com
+D: C++ bugs filed, and C++ front-end bug fixes.
+
 N: Bill Wendling
 E: wendling@isanbard.org
 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.