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

Jim Laskey jlaskey at apple.com
Mon Oct 17 05:19:27 PDT 2005



Changes in directory llvm/docs:

CodeGenerator.html updated: 1.25 -> 1.26
---
Log message:

As requested, a blurb on sub-targets.


---
Diffs of the changes:  (+6 -2)

 CodeGenerator.html |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.25 llvm/docs/CodeGenerator.html:1.26
--- llvm/docs/CodeGenerator.html:1.25	Sun Oct 16 23:18:41 2005
+++ llvm/docs/CodeGenerator.html	Mon Oct 17 07:19:10 2005
@@ -444,7 +444,11 @@
 
 <div class="doc_text">
   <p>
-  TODO
+  <p>The <tt>TargetSubtarget</tt> class is used to provide information about the
+  specific chip set being targeted.  A sub-target informs code generation of 
+  which instructions are supported, instruction latencies and instruction 
+  execution itinerary; i.e., which processing units are used, in what order, and
+  for how long.
   </p>
 </div>
 
@@ -1293,7 +1297,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: 2005/10/17 04:18:41 $
+  Last modified: $Date: 2005/10/17 12:19:10 $
 </address>
 
 </body>






More information about the llvm-commits mailing list