[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Sun May 23 23:53:01 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.184 -> 1.185

---
Log message:

Fix a div problem that was causing some wierd indentation.  Get more div'y


---
Diffs of the changes:  (+27 -3)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.184 llvm/docs/ReleaseNotes.html:1.185
--- llvm/docs/ReleaseNotes.html:1.184	Sun May 23 23:45:52 2004
+++ llvm/docs/ReleaseNotes.html	Sun May 23 23:50:25 2004
@@ -81,11 +81,15 @@
 with a broad variety of C++ programs, though it has still received less testing
 than the C front-end.</p>
 
+</div>
+
 <!--=========================================================================-->
 <div class="doc_subsubsection">
 <a name="newfeatures">This release implements the following new features:</a>
 </div>
 
+<div class="doc_text">
+
 <ol>
 <li>The LLVM <a href="LangRef.html#i_select"><tt>select</tt></a> instruction is
 now fully implemented and supported by all transformations, native code
@@ -108,12 +112,16 @@
 analysis algorithm.</li>
 </ol>
 
+</div>
+
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
 In this release, the following missing features were implemented:
 </div>
 
+<div class="doc_text">
+
 <ol>
 <li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
 more than 256 elements</a></li>
@@ -125,6 +133,7 @@
 uses of external fns by immediate constant exprs</a></li>
 </ol>
 
+</div>
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
@@ -132,6 +141,8 @@
 issues were fixed:</a>
 </div>
 
+<div class="doc_text">
+
 <ol>
 <li><a href="http://llvm.cs.uiuc.edu/PR305">LLVM tools will happily spew
 bytecode onto your terminal</a></li>
@@ -139,17 +150,21 @@
 for structure typedefs</a></li>
 </ol>
 
+</div>
+
 <!--=========================================================================-->
 <div class="doc_subsubsection">
 In this release, the following build problems were fixed:
 </div>
 
+<div class="doc_text">
 <ol>
 <li><a href="http://llvm.cs.uiuc.edu/PR301">Minor configure bugs with
 -disable/enable-povray and -disable-spec</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR289">shell scripts output by gccld don't
 work if you change PATH</a></li>
 </ol>
+</div>
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
@@ -157,6 +172,7 @@
 improvements:</a>
 </div>
 
+<div class="doc_text">
 <ol>
 <li>Fixed: <a href="http://llvm.cs.uiuc.edu/PR309">[vmcore] Code quality problem
 due to long operand of getelementptr</a></li>
@@ -193,7 +209,6 @@
 propagation of function calls.  It currently supports a few math library
 functions like sqrt/sin/cos/etc.</li>
 </ol>
-
 </div>
 
 <!--=========================================================================-->
@@ -202,6 +217,8 @@
 were fixed:</a>
 </div>
 
+<div class="doc_text">
+
 <p>Bugs in the LLVM Core:</p>
 
 <ol>
@@ -230,7 +247,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR298">[llvmgcc] Variable length array
 indexing miscompiled</a></li>
 </ol>
-
+</div>
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
@@ -238,12 +255,15 @@
 improvements:</a>
 </div>
 
+<div class="doc_text">
+
 <p>Documentation Improvements</p>
 <ol>
 <li><a href="BytecodeFormat.html">Documentation of the LLVM Bytecode file format
 was added.</a></li>
 <li>All documentation was brought up to HTML 4.01 (Strict) level.</li>
 </ol>
+</div>
 
 
 <!-- *********************************************************************** -->
@@ -273,6 +293,8 @@
 In this release, the following portability problems were fixed:
 </div>
 
+<div class="doc_text">
+
 <ol>
 <li><a href="http://llvm.cs.uiuc.edu/PR304">warnings compiling Stacker compiler
 on Mac OS X</a></li>
@@ -280,6 +302,8 @@
 understand abbreviated names in headers</a></li>
 </ol>
 
+</div>
+
 <!-- *********************************************************************** -->
 <div class="doc_section">
   <a name="knownproblems">Known Problems</a>
@@ -665,7 +689,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/24 04:45:52 $
+  Last modified: $Date: 2004/05/24 04:50:25 $
 </address>
 
 </body>





More information about the llvm-commits mailing list