Constants never get names.
[oota-llvm.git] / docs / ReleaseNotes.html
index 0c07101231a719ccd379c3c4caf28667b2ee00bf..39a50fdcba7a72cf677ad103f1f6bfab4a74284f 100644 (file)
@@ -79,7 +79,11 @@ bug fixes for those problems found since the 1.4 release.</p>
       Interprocedural Sparse Conditional Constant Propagation</a> pass, named
      -ipsccp, which is run by default at link-time.</li>
   <li>LLVM 1.5 is now about 15% faster than LLVM 1.4 and its core data structures
-      use about 20% less memory.</li>
+      use about 30% less memory.</li>
+  <li>LLVM includes new experimental native code generators for SparcV8 and 
+      Alpha.</li>
+  <li>Support for Microsoft Visual Studio is improved, and <a 
+      href="GettingStartedVS.html">now documented</a>.</li>
 </ol>
 
 </div>
@@ -93,7 +97,8 @@ In this release, the following missing features were implemented:
 <div class="doc_text">
 
 <ol>
-   <li></li>
+   <li>LLVM can now create native shared libraries with '<tt>llvm-gcc ...
+       -shared -Wl,-native</tt>' (or with <tt>-Wl,-native-cbe</tt>).</li>
 </ol>
 
 </div>
@@ -132,23 +137,42 @@ were fixed:</a>
 
 <div class="doc_text">
 
+
 <p>Bugs fixed in the LLVM Core:</p>
+<ol>
+   <li><a href="http://llvm.cs.uiuc.edu/PR491">[dse] DSE deletes stores that 
+       are partially overwritten by smaller stores</a></li>
+</ol>
 
+<p>Code Generator Bugs:</p>
 <ol>
    <li><a href="http://llvm.cs.uiuc.edu/PR490">[cbackend] Logical constant 
        expressions (and/or/xor) not implemented</a></li>
-   <li><a href="http://llvm.cs.uiuc.edu/PR491">[dse] DSE deletes stores tha
-       are partially overwritten by smaller stores</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR511">[cbackend] C backend does no
+       respect 'volatile'</a></li>
 </ol>
 
 <p>Bugs in the C/C++ front-end:</p>
-
 <ol>
    <li><a href="http://llvm.cs.uiuc.edu/PR487">[llvmgcc] llvm-gcc incorrectly 
        rejects some constant initializers involving the addresses of array 
        elements</a></li>
    <li><a href="http://llvm.cs.uiuc.edu/PR501">[llvm-g++] Crash compiling 
        anonymous union</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR509">[llvm-g++] Do not use dynamic 
+       initialization where static init will do</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR510">[llvmgcc] Field offset 
+       miscalculated for some structure fields following bit fields</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR513">[llvm-g++] Temporary lifetimes 
+       incorrect for short circuit logical operations</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR517">[llvm-gcc] Crash compiling 
+       bitfield &lt;-&gt; aggregate assignment</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR520">[llvm-g++] Error compiling 
+       virtual function thunk with an unnamed argument</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR522">[llvm-gcc] Crash on certain 
+       C99 complex number routines</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR529">[llvm-g++] Crash using placement
+       new on an array type</a></li>
 </ol>
 
 </div>
@@ -216,6 +240,7 @@ components, please contact us on the llvmdev list.</p>
     be used to step through programs and inspect the stack.</li>
 <li>The "iterative scan" register allocator (enabled with -regalloc=iterativescan)
     is not stable.</li>
+<li>The SparcV8 and Alpha ports are experimental.</li>
 </ul>
 
 </div>