[llvm-commits] CVS: llvm/docs/CodeGenerator.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 16 10:06:18 PDT 2005
Changes in directory llvm/docs:
CodeGenerator.html updated: 1.19 -> 1.20
---
Log message:
Add a stub for the TargetSubtarget class. Jim, please fill a blurb in here
when you get a chance.
---
Diffs of the changes: (+15 -1)
CodeGenerator.html | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletion(-)
Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.19 llvm/docs/CodeGenerator.html:1.20
--- llvm/docs/CodeGenerator.html:1.19 Sat Oct 15 19:36:38 2005
+++ llvm/docs/CodeGenerator.html Sun Oct 16 12:06:07 2005
@@ -28,6 +28,7 @@
<li><a href="#mregisterinfo">The <tt>MRegisterInfo</tt> class</a></li>
<li><a href="#targetinstrinfo">The <tt>TargetInstrInfo</tt> class</a></li>
<li><a href="#targetframeinfo">The <tt>TargetFrameInfo</tt> class</a></li>
+ <li><a href="#targetsubtarget">The <tt>TargetSubtarget</tt> class</a></li>
<li><a href="#targetjitinfo">The <tt>TargetJITInfo</tt> class</a></li>
</ul>
</li>
@@ -409,6 +410,19 @@
pointer on function entry to the first location where function data (local
variables, spill locations) can be stored.</p>
</div>
+
+<!-- ======================================================================= -->
+<div class="doc_subsection">
+ <a name="targetsubtarget">The <tt>TargetSubtarget</tt> class</a>
+</div>
+
+<div class="doc_text">
+ <p>
+ TODO
+ </p>
+</div>
+
+
<!-- ======================================================================= -->
<div class="doc_subsection">
<a name="targetjitinfo">The <tt>TargetJITInfo</tt> class</a>
@@ -1046,7 +1060,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/16 00:36:38 $
+ Last modified: $Date: 2005/10/16 17:06:07 $
</address>
</body>
More information about the llvm-commits
mailing list