[llvm-commits] CVS: llvm/docs/CodeGenerator.html

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 1 13:40:01 PDT 2004


Changes in directory llvm/docs:

CodeGenerator.html updated: 1.2 -> 1.3

---
Log message:

Finish the thought that got interrupted when my train arrived.  :)


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

Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.2 llvm/docs/CodeGenerator.html:1.3
--- llvm/docs/CodeGenerator.html:1.2	Tue Jun  1 12:18:11 2004
+++ llvm/docs/CodeGenerator.html	Tue Jun  1 13:35:00 2004
@@ -203,12 +203,13 @@
 
 <div class="doc_text">
 
-<p>The target description classes require a detailed descriptions of the target
+<p>The target description classes require a detailed description of the target
 architecture.  These target descriptions often have a large amount of common
 information (e.g., an add instruction is almost identical to a sub instruction).
 In order to allow the maximum amount of commonality to be factored out, the LLVM
 code generator uses the <a href="TableGenFundamentals.html">TableGen</a> tool to
-allow 
+describe big chunks of the target machine, which allows the use of domain- and 
+target-specific abstractions to reduce the amount of repetition.
 </p>
 
 </div>
@@ -344,7 +345,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/01 17:18:11 $
+  Last modified: $Date: 2004/06/01 18:35:00 $
 </address>
 
 </body>





More information about the llvm-commits mailing list