[llvm-commits] CVS: llvm/www/pubs/2002-08-09-LLVMCompilationStrategy.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 20 18:47:01 PDT 2003
Changes in directory llvm/www/pubs:
2002-08-09-LLVMCompilationStrategy.html updated: 1.2 -> 1.3
---
Log message:
Fix grammar
---
Diffs of the changes:
Index: llvm/www/pubs/2002-08-09-LLVMCompilationStrategy.html
diff -u llvm/www/pubs/2002-08-09-LLVMCompilationStrategy.html:1.2 llvm/www/pubs/2002-08-09-LLVMCompilationStrategy.html:1.3
--- llvm/www/pubs/2002-08-09-LLVMCompilationStrategy.html:1.2 Fri Jun 20 18:40:49 2003
+++ llvm/www/pubs/2002-08-09-LLVMCompilationStrategy.html Fri Jun 20 18:46:07 2003
@@ -37,12 +37,11 @@
<h2>Update:</h2>
<ul>
- Since this document has been published, one <b>significant</b> change has been
- made to LLVM: The GCC C front-end described in the document has been
- completely rewritten from scratch. The new C front-end is based on the
- mainline GCC CVS tree (what will become GCC 3.4), and expands type-safe LLVM
- code from the GCC AST representation, instead of from the untyped GCC RTL
- representation.<p>
+ Since this document was published, one <b>significant</b> change has been made
+ to LLVM: the GCC C front-end described in the document has been completely
+ rewritten from scratch. The new C front-end is based on the mainline GCC CVS
+ tree (what will become GCC 3.4), and expands type-safe LLVM code from the GCC
+ AST representation, instead of from the untyped GCC RTL representation.<p>
This change dramatically improved the quality of code generated and the
stability of the system as a whole.<p>
More information about the llvm-commits
mailing list