summaryrefslogtreecommitdiff
path: root/CREDITS.TXT
diff options
context:
space:
mode:
authorChristopher Lamb <christopher.lamb@gmail.com>2007-08-10 22:22:41 +0000
committerChristopher Lamb <christopher.lamb@gmail.com>2007-08-10 22:22:41 +0000
commita1eb155e521e06d2b3e33699a4cf87ae5d012087 (patch)
tree46f0bd638c8e73d52c9cb22b22f4b164991ed288 /CREDITS.TXT
parent8441157f6e7c950d7bc66b14e01b1bbb7be6e702 (diff)
downloadllvm-a1eb155e521e06d2b3e33699a4cf87ae5d012087.tar.gz
llvm-a1eb155e521e06d2b3e33699a4cf87ae5d012087.tar.bz2
llvm-a1eb155e521e06d2b3e33699a4cf87ae5d012087.tar.xz
Use subregs to improve any_extend code generation when feasible.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41013 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CREDITS.TXT')
-rw-r--r--CREDITS.TXT3
1 files changed, 2 insertions, 1 deletions
diff --git a/CREDITS.TXT b/CREDITS.TXT
index 13611d22ab..8dfed19759 100644
--- a/CREDITS.TXT
+++ b/CREDITS.TXT
@@ -135,7 +135,8 @@ D: Author of the original C backend
N: Christopher Lamb
E: christopher.lamb@gmail.com
-D: aligned load/store support
+D: aligned load/store support, parts of noalias and restrict support
+D: vreg subreg infrastructure, X86 codegen improvements based on subregs
N: Jim Laskey
E: jlaskey@apple.com