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

Chris Lattner lattner at cs.uiuc.edu
Mon Jul 11 17:21:00 PDT 2005



Changes in directory llvm/docs:

CodeGenerator.html updated: 1.14 -> 1.15
---
Log message:

add a note so I can remember the common t-t's


---
Diffs of the changes:  (+23 -1)

 CodeGenerator.html |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletion(-)


Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.14 llvm/docs/CodeGenerator.html:1.15
--- llvm/docs/CodeGenerator.html:1.14	Mon May  9 10:41:03 2005
+++ llvm/docs/CodeGenerator.html	Mon Jul 11 19:20:49 2005
@@ -934,6 +934,28 @@
 
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">
+  <a name="x86_tt">X86 Target Triples Supported</a>
+</div>
+
+<div class="doc_text">
+<p>
+The following are the known target triples that are supported by the X86 
+backend.  This is not an exhaustive list, but it would be useful to add those
+that people test.
+</p>
+
+<ul>
+<li><b>i686-pc-linux-gnu</b> - Linux</li>
+<li><b>i386-unknown-freebsd5.3</b> - FreeBSD 5.3</li>
+<li><b>i686-pc-cygwin</b> - Cygwin on Win32</li>
+<li><b>i686-pc-mingw32</b> - MingW on Win32</li>
+<li><b>i686-apple-darwin*</b> - Apple Darwin</li>
+</ul>
+
+</div>
+
+<!-- _______________________________________________________________________ -->
+<div class="doc_subsubsection">
   <a name="x86_memory">Representing X86 addressing modes in MachineInstrs</a>
 </div>
 
@@ -992,7 +1014,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/05/09 15:41:03 $
+  Last modified: $Date: 2005/07/12 00:20:49 $
 </address>
 
 </body>






More information about the llvm-commits mailing list