[llvm-commits] CVS: llvm-www/www-index.html
Misha Brukman
brukman at cs.uiuc.edu
Wed Sep 22 15:38:45 PDT 2004
Changes in directory llvm-www:
www-index.html updated: 1.113 -> 1.114
---
Log message:
Mention that we have a static PowerPC backend
---
Diffs of the changes: (+5 -5)
Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.113 llvm-www/www-index.html:1.114
--- llvm-www/www-index.html:1.113 Tue Sep 7 00:07:52 2004
+++ llvm-www/www-index.html Wed Sep 22 17:38:34 2004
@@ -32,11 +32,11 @@
<li><p><a href="pubs/2002-12-LattnerMSThesis.html">A compiler infrastructure</a>
- LLVM is also a collection of source code that implements the language and
compilation strategy. The primary components of the LLVM infrastructure are a
-GCC-based <a href="docs/CommandGuide/html/llvmgcc.html">C & C++ front-end</a>, a
-link-time optimization framework with a growing set of global and
-interprocedural analyses and transformations, static back-ends for the SPARC v9
-and X86 architectures, a back-end which emits portable C code, and a
-Just-In-Time compiler for X86 and SPARC v9 processors. See "<a
+GCC-based <a href="docs/CommandGuide/html/llvmgcc.html">C & C++
+front-end</a>, a link-time optimization framework with a growing set of global
+and interprocedural analyses and transformations, static back-ends for the X86,
+PowerPC, and SPARC V9 architectures, a back-end which emits portable C code, and
+a Just-In-Time compiler for X86 and SPARC V9 processors. See "<a
href="CurrentWork.html">Current Projects</a>" for information about other
components under development.</p></li>
More information about the llvm-commits
mailing list