diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-11-14 19:47:48 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-11-14 19:47:48 +0000 |
commit | c7d180257c3d095a3c888b0b6648132a53f40ef1 (patch) | |
tree | 411b1cef4db818b4e6a23bddf46bc60539cd87d7 | |
parent | 0fab191994ded5ef4b0ce4856460106dfe85c437 (diff) | |
download | external_llvm-c7d180257c3d095a3c888b0b6648132a53f40ef1.zip external_llvm-c7d180257c3d095a3c888b0b6648132a53f40ef1.tar.gz external_llvm-c7d180257c3d095a3c888b0b6648132a53f40ef1.tar.bz2 |
Update my email address and update the code ownership
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167965 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | CODE_OWNERS.TXT | 4 | ||||
-rw-r--r-- | CREDITS.TXT | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT index fca0b34..9b1796f 100644 --- a/CODE_OWNERS.TXT +++ b/CODE_OWNERS.TXT @@ -74,6 +74,10 @@ N: Chad Rosier E: mcrosier@apple.com D: MS-inline asm, fast-isel +N: Nadav Rotem +E: nrotem@apple.com +D: Loop Vectorizer + N: Duncan Sands E: baldrick@free.fr D: DragonEgg diff --git a/CREDITS.TXT b/CREDITS.TXT index 0257918..cf5f52d 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -361,8 +361,8 @@ D: ARM fast-isel improvements D: Performance monitoring N: Nadav Rotem -E: nadav.rotem@intel.com -D: Vector code generation improvements. +E: nrotem@apple.com +D: X86 code generation improvements, Loop Vectorizer. N: Roman Samoilov E: roman@codedgers.com |