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

Chris Lattner lattner at cs.uiuc.edu
Mon Jul 18 20:37:59 PDT 2005



Changes in directory llvm/docs:

CodeGenerator.html updated: 1.16 -> 1.17
---
Log message:

remove some sparc-v9-specific information


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

 CodeGenerator.html |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)


Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.16 llvm/docs/CodeGenerator.html:1.17
--- llvm/docs/CodeGenerator.html:1.16	Mon Jul 18 20:36:35 2005
+++ llvm/docs/CodeGenerator.html	Mon Jul 18 22:37:48 2005
@@ -388,9 +388,9 @@
   instructions supported by the target. It is essentially an array of 
   <tt>TargetInstrDescriptor</tt> objects, each of which describes one
   instruction the target supports. Descriptors define things like the mnemonic
-  for the opcode, the number of operands, the size of the largets immediate
-  field the instruction can contain, the latency of the instruction in machine
-  cycles, etc.</p>
+  for the opcode, the number of operands, the list of implicit register uses
+  and defs, whether the instruction has certain target-independent properties 
+  (accesses memory, is commutable, etc), and holds any target-specific flags.</p>
 </div>
 
 <!-- ======================================================================= -->
@@ -405,8 +405,6 @@
   locals area.  The offset to the local area is the offset from the stack 
   pointer on function entry to the first location where function data (local 
   variables, spill locations) can be stored.</p>
-  <p>The class also provides several functions for computing alignment and
-  offsets for various situations.</p>
 </div>
 <!-- ======================================================================= -->
 <div class="doc_subsection">
@@ -1034,7 +1032,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/07/19 01:36:35 $
+  Last modified: $Date: 2005/07/19 03:37:48 $
 </address>
 
 </body>






More information about the llvm-commits mailing list