summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-07-12 00:20:49 +0000
committerChris Lattner <sabre@nondot.org>2005-07-12 00:20:49 +0000
commit9b988be18714e0b3667fb8228a0baccde819c53d (patch)
tree6421863d4ceeb6bb2c5286aefbef192f05962ba2 /docs
parentdf3623e9627f725d8a6753c296de16aece9e896c (diff)
downloadllvm-9b988be18714e0b3667fb8228a0baccde819c53d.tar.gz
llvm-9b988be18714e0b3667fb8228a0baccde819c53d.tar.bz2
llvm-9b988be18714e0b3667fb8228a0baccde819c53d.tar.xz
add a note so I can remember the common t-t's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22386 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CodeGenerator.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index b6048108b8..700a4fcf22 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -934,6 +934,28 @@ implementations.</p>
<!-- _______________________________________________________________________ -->
<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>