aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-08-02 01:38:19 +0000
committerJohn McCall <rjmccall@apple.com>2011-08-02 01:38:19 +0000
commit74699fda1598c3c30c1a237fe7e75b11d1a53596 (patch)
tree75a7ac1e839d47ae13b1a94f49bdd63e4cce47a1
parent101c81da4569633147b899cc643999a269332002 (diff)
downloadexternal_llvm-74699fda1598c3c30c1a237fe7e75b11d1a53596.zip
external_llvm-74699fda1598c3c30c1a237fe7e75b11d1a53596.tar.gz
external_llvm-74699fda1598c3c30c1a237fe7e75b11d1a53596.tar.bz2
I am the code owner for Clang's IR generation; this has been true
for awhile, but it's good to make this official. Just to be clear, Doug and Ted "elected" me to this position. Might as well add myself to the credits list while I'm at it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136673 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CREDITS.TXT4
-rw-r--r--docs/DeveloperPolicy.html2
2 files changed, 6 insertions, 0 deletions
diff --git a/CREDITS.TXT b/CREDITS.TXT
index 5ec33be..3803bee 100644
--- a/CREDITS.TXT
+++ b/CREDITS.TXT
@@ -241,6 +241,10 @@ E: duraid@octopus.com.au
W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
D: IA64 backend, BigBlock register allocator
+N: John McCall
+E: rjmccall@apple.com
+D: Clang semantic analysis and IR generation
+
N: Michael McCracken
E: michael.mccracken@gmail.com
D: Line number support for llvmgcc
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index fee2838..f92d76d 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -207,6 +207,8 @@
<li><b>Chris Lattner</b>: Everything not covered by someone else.</li>
+ <li><b>John McCall</b>: Clang LLVM IR generation.</li>
+
<li><b>Duncan Sands</b>: llvm-gcc 4.2.</li>
</ol>