diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-23 00:30:22 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-23 00:30:22 +0000 |
commit | f5af6ada3b0570db1afc19029cad8fb8320676ef (patch) | |
tree | 4df12ad7fe5c5902fd8601d164291a94fa078f10 /docs/CompilerWriterInfo.html | |
parent | 624dc1d4abf26a3ccd474f85a39058a99a9053ca (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CompilerWriterInfo.html')
-rw-r--r-- | docs/CompilerWriterInfo.html | 42 |
1 files changed, 29 insertions, 13 deletions
diff --git a/docs/CompilerWriterInfo.html b/docs/CompilerWriterInfo.html index 6be1b63e65..d9201fc8a4 100644 --- a/docs/CompilerWriterInfo.html +++ b/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> <!-- *********************************************************************** --> |