diff options
author | dim <dim@FreeBSD.org> | 2011-10-20 21:10:27 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2011-10-20 21:10:27 +0000 |
commit | 7b3392326c40c3c20697816acae597ba7b3144eb (patch) | |
tree | 2cbcf22585e99f8a87d12d5ff94f392c0d266819 /docs/DeveloperPolicy.html | |
parent | 1176aa52646fe641a4243a246aa7f960c708a274 (diff) | |
download | FreeBSD-src-7b3392326c40c3c20697816acae597ba7b3144eb.zip FreeBSD-src-7b3392326c40c3c20697816acae597ba7b3144eb.tar.gz |
Vendor import of llvm release_30 branch r142614:
http://llvm.org/svn/llvm-project/llvm/branches/release_30@142614
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r-- | docs/DeveloperPolicy.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index c121657..7c78016 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -207,7 +207,11 @@ <li><b>Chris Lattner</b>: Everything not covered by someone else.</li> - <li><b>Duncan Sands</b>: llvm-gcc 4.2.</li> + <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> <p>Note that code ownership is completely different than reviewers: anyone can @@ -492,8 +496,9 @@ <div> <p>This section addresses the issues of copyright, license and patents for the - LLVM project. Currently, the University of Illinois is the LLVM copyright - holder and the terms of its license to LLVM users and developers is the + LLVM project. The copyright holder for the code is held by the individual + contributors of the code and the terms of its license to LLVM users and + developers is the <a href="http://www.opensource.org/licenses/UoI-NCSA.php">University of Illinois/NCSA Open Source License</a>.</p> @@ -611,7 +616,7 @@ Written by the <a href="mailto:llvm-oversight@cs.uiuc.edu">LLVM Oversight Group</a><br> <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2011-04-23 02:30:22 +0200 (Sat, 23 Apr 2011) $ + Last modified: $Date: 2011-10-07 19:26:38 +0200 (Fri, 07 Oct 2011) $ </address> </body> </html> |