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

Vikram Adve vadve at cs.uiuc.edu
Mon Jul 19 09:03:31 PDT 2004



Changes in directory llvm-www:

Features.html updated: 1.7 -> 1.8

---
Log message:

Added important features we never listed before : the IR and the pass manager!


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

Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.7 llvm-www/Features.html:1.8
--- llvm-www/Features.html:1.7	Tue Jun  1 13:34:58 2004
+++ llvm-www/Features.html	Mon Jul 19 11:03:21 2004
@@ -11,6 +11,14 @@
   includes a front-end for "<a href="docs/Stacker.html">Stacker</a>", a
   Forth-like language.</li>
 
+  <li> A stable implementation of the LLVM instruction set, which serves
+  as both the online and offline code representation, together with assembly
+  (ASCII) and bytecode (binary) readers and writers, and a verifier.
+
+  <li> A powerful pass-management system that automatically sequences passes
+  (including analysis, transformation, and code-generation passes) based on
+  their dependences, and pipelines them for efficiency.
+
   <li> A wide range of global scalar optimizations.</li>
 
   <li> A link-time interprocedural optimization framework with a rich set of





More information about the llvm-commits mailing list