diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-10-07 17:26:38 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-10-07 17:26:38 +0000 |
commit | b76761351f36ce0a68762ba800dd88f6ecd4bccb (patch) | |
tree | a576d7e7b1bad0fd8b3113dc52d4041aa0079dfc | |
parent | 7c1780c5fe1e57bb57bf1e4bc43e159f03a8b556 (diff) | |
download | external_llvm-b76761351f36ce0a68762ba800dd88f6ecd4bccb.zip external_llvm-b76761351f36ce0a68762ba800dd88f6ecd4bccb.tar.gz external_llvm-b76761351f36ce0a68762ba800dd88f6ecd4bccb.tar.bz2 |
Jakob is the code owner of register allocation and TableGen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141372 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/DeveloperPolicy.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 52eeeca..dfbba21 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -209,6 +209,8 @@ <li><b>John McCall</b>: Clang LLVM IR generation.</li> + <li><b>Jakob Olesen</b>: Register allocators and TableGen.</li> + <li><b>Duncan Sands</b>: dragonegg and llvm-gcc 4.2.</li> </ol> |