[llvm-commits] CVS: llvm-www/Features.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 2 01:26:07 PDT 2004
Changes in directory llvm-www:
Features.html updated: 1.8 -> 1.9
---
Log message:
Close some li tags
---
Diffs of the changes: (+2 -2)
Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.8 llvm-www/Features.html:1.9
--- llvm-www/Features.html:1.8 Mon Jul 19 11:03:21 2004
+++ llvm-www/Features.html Mon Aug 2 03:25:57 2004
@@ -13,11 +13,11 @@
<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.
+ (ASCII) and bytecode (binary) readers and writers, and a verifier.</li>
<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.
+ their dependences, and pipelines them for efficiency.</li>
<li> A wide range of global scalar optimizations.</li>
More information about the llvm-commits
mailing list