[llvm-commits] CVS: llvm-www/www-index.html
Chris Lattner
sabre at nondot.org
Thu Mar 13 23:21:54 PDT 2008
Changes in directory llvm-www:
www-index.html updated: 1.153 -> 1.154
---
Log message:
update the list of architectures supported, patch by Gabor Greif
---
Diffs of the changes: (+3 -2)
www-index.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.153 llvm-www/www-index.html:1.154
--- llvm-www/www-index.html:1.153 Tue Feb 12 01:06:32 2008
+++ llvm-www/www-index.html Fri Mar 14 01:21:09 2008
@@ -35,9 +35,10 @@
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,
-X86-64, PowerPC 32/64, ARM, Thumb, IA-64, Alpha and SPARC architectures,
+X86-64, PowerPC 32/64, ARM, Thumb, IA-64, Alpha, SPARC, MIPS and CellSPU
+architectures,
a back-end which emits portable C code, and a Just-In-Time compiler for X86,
-X86-64, PowerPC 32/64 processors. </p></li>
+X86-64, PowerPC 32/64 processors, and an emitter for MSIL.</p></li>
<li><p>LLVM does <i>not</i> imply things that you would expect from a
high-level virtual machine. It does not require garbage collection or
More information about the llvm-commits
mailing list