[llvm-commits] CVS: llvm-www/Features.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Mar 8 23:45:04 PST 2004
Changes in directory llvm-www:
Features.html updated: 1.5 -> 1.6
---
Log message:
More updates
---
Diffs of the changes: (+5 -4)
Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.5 llvm-www/Features.html:1.6
--- llvm-www/Features.html:1.5 Mon Mar 8 23:42:42 2004
+++ llvm-www/Features.html Mon Mar 8 23:44:19 2004
@@ -2,15 +2,16 @@
<div class="www_sectiontitle">LLVM Features</div>
<p>
-The public release of LLVM is a fully functional release of our
-compiler system for C and C++. As such, it includes the following:
+The <a href="releases/">public release of LLVM</a> is a fully functional
+release of our compiler system for C and C++. As such, it includes the
+following:
</p>
<ul>
<li>
- Front-ends for C and C++ based on GCC 3.4. They support the full
+ Front-ends for C and C++ based on the GCC 3.4 parser. They support the full
ANSI-standard C and C++ languages, plus many GCC extensions. LLVM
- also includes a front-end for "<a href="docs/Stacker.html">Stacker</a>" a
+ also includes a front-end for "<a href="docs/Stacker.html">Stacker</a>", a
Forth-like language.
</li>
More information about the llvm-commits
mailing list