[llvm-commits] CVS: llvm-www/Features.html
anon at cs.uiuc.edu
anon at cs.uiuc.edu
Tue Sep 30 08:25:15 PDT 2008
Changes in directory llvm-www:
Features.html updated: 1.20 -> 1.21
---
Log message:
Remove dead stacker links.
---
Diffs of the changes: (+6 -9)
Features.html | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.20 llvm-www/Features.html:1.21
--- llvm-www/Features.html:1.20 Thu Mar 1 14:46:19 2007
+++ llvm-www/Features.html Tue Sep 30 10:23:58 2008
@@ -8,8 +8,6 @@
<li>Front-ends for C and C++ based on the GCC 3.4 and 4.0.1 parsers.
They support the ANSI-standard C and C++ languages to the same degree that
GCC supports them. Additionally, many GCC extensions are supported.
- LLVM also 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
@@ -54,9 +52,8 @@
strictly defined semantics.</li>
<li>It includes front-ends for <a
- href="docs/CommandGuide/html/llvmgcc.html">C</a>,
- <a href="docs/CommandGuide/html/llvmgxx.html">C++</a>, and <a
- href="docs/Stacker.html">Stacker</a> (a forth-like language). Front-ends for
+ href="docs/CommandGuide/html/llvmgcc.html">C</a> and
+ <a href="docs/CommandGuide/html/llvmgxx.html">C++</a>. Front-ends for
Java, Scheme, and other languages are in development.</li>
<li>It includes an aggressive optimizer, including scalar, interprocedural,
@@ -77,10 +74,10 @@
hosted many <a href="ProjectsWithLLVM/">projects</a> of various sorts.</li>
<li>Many third-party users have claimed that LLVM is easy to work with and
- develop for. For example, the Stacker front-end was written in <A
- href="docs/Stacker.html#introduction">4 days</a> by someone who started
- knowing nothing about LLVM. Additionally, LLVM has tools to make <a
- href="docs/Bugpoint.html">development easier</a>.</li>
+ develop for. For example, the (now removed) Stacker front-end was written
+ in 4 days by someone who started knowing nothing about LLVM. Additionally,
+ LLVM has tools to make
+ <a href="docs/Bugpoint.html">development easier</a>.</li>
<li>LLVM is under active development and is constantly being extended,
enhanced and improved. See the status updates on the left bar to see the rate
More information about the llvm-commits
mailing list