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

Chris Lattner lattner at cs.uiuc.edu
Thu Sep 23 05:38:28 PDT 2004



Changes in directory llvm-www:

Features.html updated: 1.12 -> 1.13
---
Log message:

Update update!  PPC exists!


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

Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.12 llvm-www/Features.html:1.13
--- llvm-www/Features.html:1.12	Mon Aug  2 16:35:04 2004
+++ llvm-www/Features.html	Thu Sep 23 07:38:16 2004
@@ -26,12 +26,12 @@
   analysis, call graph construction, and support for profile-guided
   optimizations.</li>
 
-  <li>Native code generators for x86 and Sparc.</li>
+  <li>Native code generators for x86, Sparc, and PowerPC.</li>
 
   <li>A Just-In-Time (JIT) code generation system for x86 and Sparc.</li>
 
-  <li>A C back-end useful for testing, for supporting targets other than X86
-  and Sparc, and allowing LLVM to use a native code generator.</li>
+  <li>A C back-end useful for testing, for supporting targets other than 
+  X86/Sparc/PowerPC Sparc, and allowing LLVM to use a native code generator.</li>
 
   <li>A profiling system similar to gprof.</li>
 
@@ -52,7 +52,7 @@
   <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
-  Java, Microsoft CLI, and O-Caml are in early development.</li>
+  Java, Scheme, and other languages are in development.</li>
 
   <li>It includes an aggressive optimizer, including scalar, interprocedural,
    profile-driven, and some simple loop optimizations.</li>
@@ -65,9 +65,10 @@
   <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>It includes native code generators for X86, Sparc, and PowerPC (the X86 and
+  Sparc works as JIT or static compilers, PowerPC just provides a static compiler 
+  so far).  LLVM can also compile to C code, for portability.  Other native 
+  backends are in development.</li>
 
   <li>LLVM has extensive <a href="docs/">documentation</a> and has
   hosted many <a href="ProjectsWithLLVM/">projects</a> of various sorts.</li>






More information about the llvm-commits mailing list