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

Chris Lattner lattner at cs.uiuc.edu
Mon Jul 12 12:10:02 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.214 -> 1.215

---
Log message:

new feature


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.214 llvm/docs/ReleaseNotes.html:1.215
--- llvm/docs/ReleaseNotes.html:1.214	Mon Jul 12 11:55:41 2004
+++ llvm/docs/ReleaseNotes.html	Mon Jul 12 12:09:23 2004
@@ -138,6 +138,8 @@
 names.</li>
 <li>We now generate HTML documentation and man pages for the tools from a single
 source (perl-style POD files).</li>
+<li>The LLVM code generator can now dynamically load targets from shared 
+objects.</li>
 </ol>
 
 </div>
@@ -751,7 +753,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/07/12 16:55:41 $
+  Last modified: $Date: 2004/07/12 17:09:23 $
 </address>
 
 </body>





More information about the llvm-commits mailing list