docs: [CMake] Add Xcode to the list of project formats CMake can generate.
[oota-llvm.git] / docs / ReleaseNotes.html
index 3968fb013b0dc4b8591e358f32eb5d2227cd2ed9..31cb26ca020f6d30a69a7a00b2dadac0648429ac 100644 (file)
@@ -226,17 +226,26 @@ Release Notes</a>.</h1>
 <div>
 
 <p><a href="http://polly.llvm.org/">Polly</a> is an <em>experimental</em>
-  optimizer for data locality and parallelism. It currently provides high-level
-  loop optimizations and automatic parallelisation (using the OpenMP run time).
-  Work in the area of automatic SIMD and accelerator code generation was
-  started.</p>
+  optimizer for data locality and parallelism. It provides high-level
+  loop optimizations and automatic parallelisation.</p>
 
 <p>Within the LLVM 3.2 time-frame there were the following highlights:</p>
 
 <ul>
-  <li>...</li>
+  <li>isl, the integer set library used by Polly, was relicensed to the MIT
+license</li>
+  <li>isl based code generation<br />
+        <ul>
+<li>MIT licensed replacement for CLooG (LGPLv2) </li>
+<li>Fine grained option handling (separation of
+core and border computations, control overhead vs. code size) </li>
+</li>
+</ul>
+<li>Support for FORTRAN and dragonegg</li>
+<li>OpenMP code generation fixes</li>
 </ul>
 
+
 </div>
 
 </div>
@@ -647,7 +656,7 @@ Release Notes</a>.</h1>
 
 <!--=========================================================================-->
 <h3>
-<a name="PPC64">PowerPC64 Elf Linux Target Improvements</a>
+<a name="PowerPC">PowerPC Target Improvements</a>
 </h3>
 
 <div>
@@ -678,6 +687,9 @@ Release Notes</a>.</h1>
   <li>  Additional support for Altivec compare operations.</li>
   <li>  IBM long double support.</li>
 </ul>
+<p>There have also been code generation improvements for both 32- and 64-bit
+   code. Instruction scheduling support for the Freescale e500mc and e5500
+   cores has been added.</p>
 </ul>
 
 </div>