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

Chris Lattner lattner at cs.uiuc.edu
Wed Dec 17 21:10:01 PST 2003


Changes in directory llvm-www:

Features.html updated: 1.3 -> 1.4

---
Log message:

minor cleanups


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

Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.3 llvm-www/Features.html:1.4
--- llvm-www/Features.html:1.3	Wed Dec 17 20:24:31 2003
+++ llvm-www/Features.html	Wed Dec 17 21:08:50 2003
@@ -9,7 +9,7 @@
 <ul>
   <li>
   Front-ends for C and C++ based on GCC 3.4.  They support the full
-  ANSI-standard C and C++ languages and many GCC extensions.
+  ANSI-standard C and C++ languages, plus many GCC extensions.
   </li>
 
   <li>
@@ -27,11 +27,16 @@
   </li>
 
   <li>
-  A JIT code generation system for x86 and Sparc.
+  A Just-In-Time (JIT) code generation system for x86 and Sparc.
   </li>
 
   <li>
-  A C back-end useful for testing and for supporting other targets.
+  A C back-end useful for testing, for supporting targets other than X86 and 
+  Sparc, and allowing LLVM to use a native code generator.
+  </li>
+
+  <li>
+  A simple profiling system, similar to gprof.
   </li>
 
   <li>
@@ -39,9 +44,9 @@
   </li>
 
   <li>
-  APIs and debugging tools to simplify rapid development.
+  APIs and debugging tools to simplify rapid development of LLVM components.
   </li>
-<ul>
+</ul>
 
 <div class="www_sectiontitle">LLVM Audience</div>
 
@@ -78,7 +83,7 @@
 <div class="www_sectiontitle">Want to Know More?</div>
 
 <p>
-You can <a href="/Documentation.html">browse the documentation online</a>,
+You can <a href="Documentation.html">browse the documentation online</a>,
 try <a href="/demo/index.cgi">LLVM in your web browser</a>,  or
 <a href="/releases/index.html">download the source code.</a>
 </p>





More information about the llvm-commits mailing list