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

Chris Lattner sabre at nondot.org
Tue Jan 23 21:24:25 PST 2007



Changes in directory llvm-www:

www-index.html updated: 1.132 -> 1.133
---
Log message:

backends have multiplied


---
Diffs of the changes:  (+3 -3)

 www-index.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.132 llvm-www/www-index.html:1.133
--- llvm-www/www-index.html:1.132	Mon Nov 20 01:44:49 2006
+++ llvm-www/www-index.html	Tue Jan 23 23:24:10 2007
@@ -35,9 +35,9 @@
 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, IA-64, Alpha and SPARC architectures, a back-end which emits 
-portable C code, and a Just-In-Time compiler for X86 and PowerPC
-processors. </p></li>
+X86-64, PowerPC 32/64, ARM, Thumb, IA-64, Alpha and SPARC 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>
 
 <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