aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-08-05 19:09:47 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-08-05 19:09:47 +0000
commitf200eee6ac761044d24de0c89ee3224d589fd72b (patch)
treee14210c8501a1236b0949c638a8c92008727fe2b
parent2f947865cba52eb555728f98c78a1f539552e55b (diff)
We now have the PowerPC backend, thanks to Nate Begeman and Luis Gerbarg!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15529 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CREDITS.TXT10
1 files changed, 9 insertions, 1 deletions
diff --git a/CREDITS.TXT b/CREDITS.TXT
index 682241e287..98d79c267d 100644
--- a/CREDITS.TXT
+++ b/CREDITS.TXT
@@ -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
@@ -41,6 +46,9 @@ 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/