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

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



Changes in directory llvm-www:

Features.html updated: 1.18 -> 1.19
---
Log message:

Update.


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

 Features.html |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.18 llvm-www/Features.html:1.19
--- llvm-www/Features.html:1.18	Wed Nov 15 00:56:55 2006
+++ llvm-www/Features.html	Tue Jan 23 23:26:09 2007
@@ -27,10 +27,12 @@
   optimizations.</li>
 
   <li>An easily retargettable code generator, which currently supports X86, 
-      X86-64, PowerPC, PowerPC-64, SPARC, Alpha, and IA-64.</li>
+      X86-64, PowerPC, PowerPC-64, ARM, Thumb, SPARC, Alpha, and IA-64.</li>
 
-  <li>A Just-In-Time (JIT) code generation system for X86, X86-64,
-  PowerPC and PowerPC-64.</li>
+  <li>A Just-In-Time (JIT) code generation system, which currently supports 
+  X86, X86-64, PowerPC and PowerPC-64.</li>
+  
+  <li>Support for generating DWARF debugging information.</li>
 
   <li>A C back-end useful for testing and for generating native code on targets
   other than the ones listed above.</li>






More information about the llvm-commits mailing list