Allow SROA to look at a vector type and see if the offset is out of range to be repla...
[oota-llvm.git] / docs / DeveloperPolicy.html
index 0fb30add8ae1edabfa9d1ab83f50561111bc268b..bf52ad289f6e6f2aed9dbea921a7f078a2423acc 100644 (file)
@@ -4,7 +4,7 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>LLVM Developer Policy</title>
-  <link rel="stylesheet" href="llvm.css" type="text/css">
+  <link rel="stylesheet" href="_static/llvm.css" type="text/css">
 </head>
 <body>
       
@@ -54,7 +54,7 @@
   <li>Keep the top of Subversion trees as stable as possible.</li>
 
   <li>Establish awareness of the project's <a href="#clp">copyright,
-      license, and patent policies with contributors to the project.</li>
+      license, and patent policies</a> with contributors to the project.</li>
 </ol>
   
 <p>This policy is aimed at frequent contributors to LLVM. People interested in
   <li><b>Jakob Olesen</b>: Register allocators and TableGen.</li>
 
   <li><b>Duncan Sands</b>: dragonegg and llvm-gcc 4.2.</li>
+  
+  <li><b>Peter Collingbourne</b>: libclc.</li>
+  
+  <li><b>Tobias Grosser</b>: polly.</li>
 </ol>
   
 <p>Note that code ownership is completely different than reviewers: anyone can
 </h2>
 <!--=========================================================================-->
 
+<div>
+
 <div class="doc_notes">
 <p style="text-align:center;font-weight:bold">NOTE: This section deals with
    legal matters but does not provide legal advice.  We are not lawyers &mdash; 
    if further clarification is needed.</p>
    
 <p>In addition to the UIUC license, the runtime library components of LLVM
-   (<b>compiler_rt and libc++</b>) are also licensed under the <a
+   (<b>compiler_rt, libc++, and libclc</b>) are also licensed under the <a
    href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>,
    which does not contain the binary redistribution clause.  As a user of these
    runtime libraries, it means that you can choose to use the code under either
 
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <hr>
 <address>