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

Misha Brukman brukman at cs.uiuc.edu
Fri Nov 21 19:01:12 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.59 -> 1.60

---
Log message:

This document is now valid HTML 4.01 Strict and valid CSS.
We shall display images to that effect.

If you modify this file, check that you haven't broken anything by clicking on
those links, or I will hunt you down and force you to memorize the HTML and CSS
specs!!


---
Diffs of the changes:  (+19 -16)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.59 llvm/docs/ReleaseNotes.html:1.60
--- llvm/docs/ReleaseNotes.html:1.59	Fri Nov 21 18:38:41 2003
+++ llvm/docs/ReleaseNotes.html	Fri Nov 21 19:00:11 2003
@@ -27,11 +27,9 @@
     <li><a href="#c-be">Known problems with the C back-end</a>
   </ul></li>
   <li><a href="#additionalinfo">Additional Information</a></li>
-  </ul></li>
-
 </ol>
 
-<div section="doc_text">
+<div class="doc_text">
   <p><b>Written by <a href="mailto:sabre at nondot.org">Chris Lattner</a></b><p>
 </div>
 
@@ -87,7 +85,7 @@
 <li>LLVM has been <a
 href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000554.html">moved
 into an 'llvm' C++ namespace</a>, for easier integration with third-party
-code.</a> Note that due to a bug in GDB 5.x, to debug namespacified LLVM code,
+code. Note that due to a bug in GDB 5.x, to debug namespacified LLVM code,
 you will need to upgrade to GDB 6.</li>
 </ol>
 
@@ -302,13 +300,13 @@
     
 <li>The following Unix system functionality has not been tested and may not
 work:
-<ol>
-   <li><tt>sigsetjmp</tt>, <tt>siglongjmp</tt> - These are not turned into the
-       appropriate <tt>invoke</tt>/<tt>unwind</tt> instructions.  Note that
-       <tt>setjmp</tt> and <tt>longjmp</tt> <em>are</em> compiled correctly.
-   <li><tt>getcontext</tt>, <tt>setcontext</tt>, <tt>makecontext</tt>
-       - These functions have not been tested.
-</ol></li>
+  <ol>
+  <li><tt>sigsetjmp</tt>, <tt>siglongjmp</tt> - These are not turned into the
+      appropriate <tt>invoke</tt>/<tt>unwind</tt> instructions.  Note that
+      <tt>setjmp</tt> and <tt>longjmp</tt> <em>are</em> compiled correctly.
+  <li><tt>getcontext</tt>, <tt>setcontext</tt>, <tt>makecontext</tt>
+      - These functions have not been tested.
+  </ol></li>
 
 <li>Although many GCC extensions are supported, some are not.  In particular,
     the following extensions are known to <b>not be</b> supported:
@@ -326,7 +324,7 @@
   <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Target-Builtins.html#Target%20Builtins">Target Builtins</a>:   Built-in functions specific to particular targets.</li>
   <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Thread-Local.html#Thread-Local">Thread-Local</a>: Per-thread variables.</li>
   <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Pragmas.html#Pragmas">Pragmas</a>: Pragmas accepted by GCC.</li>
-  </ol></li>
+  </ol>
 
   <p>The following GCC extensions are <b>partially</b> supported.  An ignored
   attribute means that the LLVM compiler ignores the presence of the attribute,
@@ -416,7 +414,9 @@
   <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html#Function%20Names">Function Names</a>: Printable strings which are the name of the current function.</li>
   <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Unnamed-Fields.html#Unnamed%20Fields">Unnamed Fields</a>: Unnamed struct/union fields within structs/unions.</li>
   <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html#Attribute%20Syntax">Attribute Syntax</a>: Formal syntax for attributes.</li>
-  </ol>
+  </ol></li>
+
+</ul>
 
 <p>If you run into GCC extensions which have not been included in any of these
 lists, please let us know (also including whether or not they work).</p>
@@ -581,9 +581,12 @@
 
 <hr>
 <div class="doc_footer">
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
-  <br>
-  Last modified: $Date: 2003/11/22 00:38:41 $
+  <a href="http://validator.w3.org/check/referer"><img width="88" height="31"
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+  <a href="http://jigsaw.w3.org/css-validator/"><img width="88" height="31"
+  src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a><br>
+  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2003/11/22 01:00:11 $
 </div>
 
 </body>





More information about the llvm-commits mailing list