[llvm-commits] CVS: llvm-www/www-index.html
Misha Brukman
brukman at cs.uiuc.edu
Tue Jun 1 13:40:04 PDT 2004
Changes in directory llvm-www:
www-index.html updated: 1.103 -> 1.104
---
Log message:
Moved "Strenghts" section to the Features page.
---
Diffs of the changes: (+0 -46)
Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.103 llvm-www/www-index.html:1.104
--- llvm-www/www-index.html:1.103 Tue Jun 1 12:39:07 2004
+++ llvm-www/www-index.html Tue Jun 1 13:36:00 2004
@@ -69,52 +69,6 @@
</div>
-<div class="www_sectiontitle">Strengths of the LLVM System</div>
-
-<div class="www_text">
-
-<ol>
- <li>LLVM uses a simple <a href="docs/LangRef.html">low-level language</a> with strictly defined semantics.</li>
-
- <li>It includes front-ends for <a href="docs/CommandGuide/llvmgcc.html">C</a>,
- <a href="docs/CommandGuide/llvmgxx.html">C++</a>, and <a
- href="docs/Stacker.html">Stacker</a> (a forth-like language). Front-ends for
- Java, Microsoft CLI, and O-Caml are in early development.</li>
-
- <li>It includes an aggressive optimizer, including scalar, interprocedural,
- profile-driven, and some simple loop optimizations.</li>
-
- <li>It supports a <a
- href="http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html">life-long
- compilation model</a>, including link-time, install-time, run-time, and
- offline optimization.</li>
-
- <li>LLVM has full support for <a href="docs/GarbageCollection.html">accurate
- garbage collection</a>.</li>
-
- <li>It includes native code generators for X86 and Sparc (both of which work
- as JIT or static compilers). LLVM can also compile to C code, for
- portability. Other native backends are in development.</li>
-
- <li>LLVM has extensive <a href="Documentation.html">documentation</a> and has
- 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/CommandGuide/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
- of development.</li>
-
- <li>LLVM is freely available under an OSI-approved "three-clause BSD" <a
- href="http://llvm.cs.uiuc.edu/docs/FAQ.html#license">license</a>.</li>
-</ol>
-
-</div>
-
<div class="www_sectiontitle">Want to learn more?</div>
<p>If you'd like to learn more about LLVM, please take a look at the extensive
More information about the llvm-commits
mailing list