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

Misha Brukman brukman at cs.uiuc.edu
Wed Mar 30 11:14:35 PST 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.306 -> 1.307
---
Log message:

* Put command-line switches and function names in <tt>
* Add links to mailing lists and publications


---
Diffs of the changes:  (+11 -10)

 ReleaseNotes.html |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.306 llvm/docs/ReleaseNotes.html:1.307
--- llvm/docs/ReleaseNotes.html:1.306	Thu Mar 17 18:48:56 2005
+++ llvm/docs/ReleaseNotes.html	Wed Mar 30 13:14:24 2005
@@ -240,8 +240,8 @@
     releases: <tt>-cee, -branch-combine, -instloops, -paths, -pre</tt></li>
 <li>The <tt>llvm-db</tt> tool is in a very early stage of development, but can
     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 "iterative scan" register allocator (enabled with 
+    <tt>-regalloc=iterativescan</tt>) is not stable.</li>
 <li>The SparcV8, Alpha, and IA64 ports are experimental.</li>
 </ul>
 
@@ -255,8 +255,8 @@
 <div class="doc_text">
 
 <ul>
-  <li>In the JIT, <tt>dlsym</tt> on a symbol compiled by the JIT will not work.
-  </li>
+  <li>In the JIT, <tt>dlsym()</tt> on a symbol compiled by the JIT will not
+  work.</li>
   <li>The JIT does not use mutexes to protect its internal data structures. As
   such, execution of a threaded program could cause these data structures to be
   corrupted.
@@ -575,11 +575,12 @@
 <div class="doc_text">
 
 <p>A wide variety of additional information is available on the LLVM web page,
-including mailing lists and publications describing algorithms and components
-implemented in LLVM.  The web page also contains versions of the API
-documentation which is up-to-date with the CVS version of the source code.  You
-can access versions of these documents specific to this release by going into
-the "<tt>llvm/doc/</tt>" directory in the LLVM tree.</p>
+including <a href="http://llvm.cs.uiuc.edu/docs/#maillist">mailing lists</a> and
+<a href="http://llvm.cs.uiuc.edu/pubs/">publications describing algorithms and
+components implemented in LLVM</a>.  The web page also contains versions of the
+API documentation which is up-to-date with the CVS version of the source code.
+You can access versions of these documents specific to this release by going
+into the "<tt>llvm/doc/</tt>" directory in the LLVM tree.</p>
 
 <p>If you have any questions or comments about LLVM, please feel free to contact
 us via the <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">mailing
@@ -597,7 +598,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: 2005/03/18 00:48:56 $
+  Last modified: $Date: 2005/03/30 19:14:24 $
 </address>
 
 </body>






More information about the llvm-commits mailing list