summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CompilerWriterInfo.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-04-23 00:30:22 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-04-23 00:30:22 +0000
commitaa3d6242cfb3a21922f7ec13cbd5b65303a51f80 (patch)
tree9e983f7f24dd1e366320629556b37e9d9f58cb78 /llvm/docs/CompilerWriterInfo.html
parent576273cf5629429e757c2de2448ebf022524c069 (diff)
downloadbcm5719-llvm-aa3d6242cfb3a21922f7ec13cbd5b65303a51f80.tar.gz
bcm5719-llvm-aa3d6242cfb3a21922f7ec13cbd5b65303a51f80.zip
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
<h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040
Diffstat (limited to 'llvm/docs/CompilerWriterInfo.html')
-rw-r--r--llvm/docs/CompilerWriterInfo.html42
1 files changed, 29 insertions, 13 deletions
diff --git a/llvm/docs/CompilerWriterInfo.html b/llvm/docs/CompilerWriterInfo.html
index 6be1b63e652..d9201fc8a4e 100644
--- a/llvm/docs/CompilerWriterInfo.html
+++ b/llvm/docs/CompilerWriterInfo.html
@@ -46,10 +46,12 @@
<h2><a name="hw">Hardware</a></h2>
<!-- *********************************************************************** -->
+<div>
+
<!-- ======================================================================= -->
<h3><a name="alpha">Alpha</a></h3>
-<div class="doc_text">
+<div>
<ul>
<li><a
href="http://ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html">Alpha manuals</a>
@@ -60,7 +62,7 @@ href="http://ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-libra
<!-- ======================================================================= -->
<h3><a name="arm">ARM</a></h3>
-<div class="doc_text">
+<div>
<ul>
<li><a href="http://www.arm.com/documentation/">ARM documentation</a>
(<a href="http://www.arm.com/documentation/ARMProcessor_Cores/">Processor
@@ -72,7 +74,7 @@ Cores</a>)</li>
<!-- ======================================================================= -->
<h3><a name="ia64">Itanium (ia64)</a></h3>
-<div class="doc_text">
+<div>
<ul>
<li><a
href="http://developer.intel.com/design/itanium2/documentation.htm">Itanium documentation</a>
@@ -83,7 +85,7 @@ href="http://developer.intel.com/design/itanium2/documentation.htm">Itanium docu
<!-- ======================================================================= -->
<h3><a name="mips">MIPS</a></h3>
-<div class="doc_text">
+<div>
<ul>
<li><a
href="http://mips.com/content/Documentation/MIPSDocumentation/ProcessorArchitecture/doclibrary">MIPS
@@ -94,10 +96,12 @@ Processor Architecture</a></li>
<!-- ======================================================================= -->
<h3><a name="ppc">PowerPC</a></h3>
+<div>
+
<!-- _______________________________________________________________________ -->
<h4>IBM - Official manuals and docs</h4>
-<div class="doc_text">
+<div>
<ul>
<li><a
@@ -131,7 +135,7 @@ PowerPC architecture</a></li>
<!-- _______________________________________________________________________ -->
<h4>Other documents, collections, notes</h4>
-<div class="doc_text">
+<div>
<ul>
<li><a href="http://penguinppc.org/dev/#library">PowerPC ABI documents</a></li>
@@ -143,10 +147,12 @@ branch stubs for powerpc64-linux (from binutils)</a></li>
</div>
+</div>
+
<!-- ======================================================================= -->
<h3><a name="sparc">SPARC</a></h3>
-<div class="doc_text">
+<div>
<ul>
<li><a href="http://www.sparc.org/resource.htm">SPARC resources</a></li>
@@ -158,10 +164,12 @@ branch stubs for powerpc64-linux (from binutils)</a></li>
<!-- ======================================================================= -->
<h3><a name="x86">X86</a></h3>
+<div>
+
<!-- _______________________________________________________________________ -->
<h4>AMD - Official manuals and docs</h4>
-<div class="doc_text">
+<div>
<ul>
<li><a
href="http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739,00.html">AMD processor manuals</a></li>
@@ -172,7 +180,7 @@ href="http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739,00.ht
<!-- _______________________________________________________________________ -->
<h4>Intel - Official manuals and docs</h4>
-<div class="doc_text">
+<div>
<ul>
<li><a
href="http://developer.intel.com/design/pentium4/manuals/index_new.htm">IA-32
@@ -186,17 +194,19 @@ Itanium documentation</a></li>
<!-- _______________________________________________________________________ -->
<h4>Other x86-specific information</h4>
-<div class="doc_text">
+<div>
<ul>
<li><a href="http://www.agner.org/assem/calling_conventions.pdf">Calling
conventions for different C++ compilers and operating systems</a></li>
</ul>
</div>
+</div>
+
<!-- ======================================================================= -->
<h3><a name="other">Other relevant lists</a></h3>
-<div class="doc_text">
+<div>
<ul>
<li><a href="http://gcc.gnu.org/readings.html">GCC reading list</a></li>
@@ -204,14 +214,18 @@ conventions for different C++ compilers and operating systems</a></li>
</div>
+</div>
+
<!-- *********************************************************************** -->
<h2><a name="abi">ABI</a></h2>
<!-- *********************************************************************** -->
+<div>
+
<!-- ======================================================================= -->
<h3><a name="linux">Linux</a></h3>
-<div class="doc_text">
+<div>
<ol>
<li><a href="http://www.linuxbase.org/spec/ELF/ppc64/">PowerPC 64-bit ELF ABI
Supplement</a></li>
@@ -221,7 +235,7 @@ Supplement</a></li>
<!-- ======================================================================= -->
<h3><a name="osx">OS X</a></h3>
-<div class="doc_text">
+<div>
<ol>
<li><a
href="http://developer.apple.com/documentation/Darwin/RuntimeArchitecture-date.html">Mach-O
@@ -232,6 +246,8 @@ ABI</a></li>
</div>
+</div>
+
<!-- *********************************************************************** -->
<h2><a name="misc">Miscellaneous resources</a></h2>
<!-- *********************************************************************** -->
OpenPOWER on IntegriCloud