1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Give props to Andrew for the Alpha backend

llvm-svn: 20173
This commit is contained in:
Misha Brukman 2005-02-14 09:07:23 +00:00
parent f023ce8d97
commit 8be0d67b83

View File

@ -52,10 +52,9 @@ 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
D: SparcV8 backend
N: Louis Gerbarg
D: Portions of the PowerPC backend
@ -77,6 +76,11 @@ E: sabre@nondot.org
W: http://nondot.org/~sabre/
D: Primary architect of LLVM
N: Andrew Lenharth
E: alenhar2@cs.uiuc.edu
W: http://www.lenharth.org/~andrewl/
D: Alpha backend
N: Michael McCracken
E: michael.mccracken@gmail.com
D: Line number support for llvmgcc