diff options
-rw-r--r-- | CREDITS.TXT | 4 | ||||
-rw-r--r-- | docs/DeveloperPolicy.html | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/CREDITS.TXT b/CREDITS.TXT index 5ec33be1b0..3803beeeef 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 fee28384eb..f92d76d5df 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> |