diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-05 19:09:47 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-05 19:09:47 +0000 |
| commit | 72b2a27617e13113c29820ab0984deba4be7b24b (patch) | |
| tree | d1e0912c89cc4e8ba1a86357aa8309c1ac1717ce | |
| parent | 7d41ed5271ccdb11f8e17094ca9c01255417aa41 (diff) | |
| download | bcm5719-llvm-72b2a27617e13113c29820ab0984deba4be7b24b.tar.gz bcm5719-llvm-72b2a27617e13113c29820ab0984deba4be7b24b.zip | |
We now have the PowerPC backend, thanks to Nate Begeman and Luis Gerbarg!
llvm-svn: 15529
| -rw-r--r-- | llvm/CREDITS.TXT | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/llvm/CREDITS.TXT b/llvm/CREDITS.TXT index 682241e2872..98d79c267d4 100644 --- a/llvm/CREDITS.TXT +++ b/llvm/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/ |

