[llvm-commits] CVS: llvm-www/www-index.html

Chris Lattner lattner at cs.uiuc.edu
Mon May 24 20:38:01 PDT 2004


Changes in directory llvm-www:

www-index.html updated: 1.99 -> 1.100

---
Log message:

Add a note


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

Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.99 llvm-www/www-index.html:1.100
--- llvm-www/www-index.html:1.99	Fri Apr 16 11:02:26 2004
+++ llvm-www/www-index.html	Mon May 24 20:34:50 2004
@@ -94,6 +94,9 @@
   compilation model</a>, including link-time, install-time, run-time, and
   offline optimization.</li>
 
+  <li>LLVM has full support for <a href="docs/GarbageCollection.html">accurate
+  garbage collection</a>.</li>
+
   <li>It includes native code generators for X86 and Sparc (both of which work
   as JIT or static compilers).  LLVM can also compile to C code, for
   portability.  Other native backends are in development.</li>





More information about the llvm-commits mailing list