[llvm-commits] CVS: llvm-www/RandomBoxes/001-C++Compiler.html
Reid Spencer
reid at x10sys.com
Fri Jan 19 00:16:52 PST 2007
Changes in directory llvm-www/RandomBoxes:
001-C++Compiler.html updated: 1.4 -> 1.5
---
Log message:
Update to mention GCC 4.0 not 3.4
---
Diffs of the changes: (+1 -1)
001-C++Compiler.html | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-www/RandomBoxes/001-C++Compiler.html
diff -u llvm-www/RandomBoxes/001-C++Compiler.html:1.4 llvm-www/RandomBoxes/001-C++Compiler.html:1.5
--- llvm-www/RandomBoxes/001-C++Compiler.html:1.4 Sat Jul 16 00:45:44 2005
+++ llvm-www/RandomBoxes/001-C++Compiler.html Fri Jan 19 02:16:19 2007
@@ -1,4 +1,4 @@
-Did you know that LLVM has a GCC 3.4 compatible C++ front-end and a great
+Did you know that LLVM has a GCC 4.0 compatible C++ front-end and a great
optimizer? We find that LLVM is able to compile C++ into substantially better
code than GCC (for example). Also, because LLVM code can be converted to C,
you can even use LLVM as a <a href="http://lists.cs.uiuc.edu/pipermail/llvmdev/2004-June/001380.html">C++-to-C translator</a>.
More information about the llvm-commits
mailing list