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

John Criswell criswell at cs.uiuc.edu
Wed Dec 17 20:25:01 PST 2003


Changes in directory llvm-www:

Features.html updated: 1.2 -> 1.3

---
Log message:

Added information on how might find it useful and links to where interested
parties can find more information.



---
Diffs of the changes:  (+43 -5)

Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.2 llvm-www/Features.html:1.3
--- llvm-www/Features.html:1.2	Wed Dec 17 19:43:01 2003
+++ llvm-www/Features.html	Wed Dec 17 20:24:31 2003
@@ -1,8 +1,6 @@
 <!--#include virtual="header.incl" -->
 <div class="www_sectiontitle">LLVM Features</div>
 
-<font size=+1><b>LLVM Features:</b></font>
-
 <p>
 The public release of LLVM is intended to be a fully functional release of our
 compiler system for C and C++.  As such, it includes the following:
@@ -10,8 +8,8 @@
 
 <ul>
   <li>
-  Front-ends for C and C++ based on GCC 3.4, supporting the full ANSI-standard
-  C and C++ languages, plus many GCC extensions.
+  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.
   </li>
 
   <li>
@@ -33,7 +31,7 @@
   </li>
 
   <li>
-  A C back-end, useful for testing and to support other targets.
+  A C back-end useful for testing and for supporting other targets.
   </li>
 
   <li>
@@ -44,5 +42,45 @@
   APIs and debugging tools to simplify rapid development.
   </li>
 <ul>
+
+<div class="www_sectiontitle">LLVM Audience</div>
+
+<p>
+LLVM can be used in many different kinds of projects.  You might be interested
+in LLVM if you are:
+</p>
+
+<ul>
+  <li>
+  A compiler researcher interested in compile-time, link-time
+  (interprocedural), and runtime transformations for C and C++ programs.
+  </li>
+
+  <li>
+  A virtual machine researcher/developer interested in a portable,
+  language-independent instruction set and compilation framework.
+  </li>
+
+  <li>
+  An architecture researcher interested in compiler/hardware techniques.
+  </li>
+
+  <li>
+  A security researcher interested in static analysis or instrumentation.
+  </li>
+
+  <li>
+  An instructor (or other person) interested in a system for quick
+  prototyping of compiler transformations.
+  </li>
+</ul>
+
+<div class="www_sectiontitle">Want to Know More?</div>
+
+<p>
+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>
 
 <!--#include virtual="footer.incl" -->





More information about the llvm-commits mailing list