[llvm-commits] CVS: llvm-www/RandomBoxes/001-C++Compiler.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Jul 15 22:45:55 PDT 2005
Changes in directory llvm-www/RandomBoxes:
001-C++Compiler.html updated: 1.3 -> 1.4
---
Log message:
mail.cs -> lists.cs
---
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.3 llvm-www/RandomBoxes/001-C++Compiler.html:1.4
--- llvm-www/RandomBoxes/001-C++Compiler.html:1.3 Mon Jun 28 17:07:13 2004
+++ llvm-www/RandomBoxes/001-C++Compiler.html Sat Jul 16 00:45:44 2005
@@ -1,4 +1,4 @@
Did you know that LLVM has a GCC 3.4 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://mail.cs.uiuc.edu/pipermail/llvmdev/2004-June/001380.html">C++-to-C translator</a>.
+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