From: John McCall Date: Tue, 2 Aug 2011 01:38:19 +0000 (+0000) Subject: I am the code owner for Clang's IR generation; this has been true X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=74699fda1598c3c30c1a237fe7e75b11d1a53596;p=oota-llvm.git 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 --- diff --git a/CREDITS.TXT b/CREDITS.TXT index 5ec33be1b0c..3803beeeef6 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 fee28384ebb..f92d76d5dfb 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -207,6 +207,8 @@
  • Chris Lattner: Everything not covered by someone else.
  • +
  • John McCall: Clang LLVM IR generation.
  • +
  • Duncan Sands: llvm-gcc 4.2.