[llvm-commits] [llvm] r153508 - in /llvm/trunk/docs: CodeGenerator.html CodingStandards.html DeveloperPolicy.html ExceptionHandling.html FAQ.html GettingStarted.html LLVMBuild.html LangRef.html ProgrammersManual.html ReleaseNotes.html SourceLevelDebugging.html TableGenFundamentals.html TestingGuide.html

NAKAMURA Takumi geek4civic at gmail.com
Tue Mar 27 04:25:16 PDT 2012


Author: chapuni
Date: Tue Mar 27 06:25:16 2012
New Revision: 153508

URL: http://llvm.org/viewvc/llvm-project?rev=153508&view=rev
Log:
llvm/docs/*.html: Fix markups.

Modified:
    llvm/trunk/docs/CodeGenerator.html
    llvm/trunk/docs/CodingStandards.html
    llvm/trunk/docs/DeveloperPolicy.html
    llvm/trunk/docs/ExceptionHandling.html
    llvm/trunk/docs/FAQ.html
    llvm/trunk/docs/GettingStarted.html
    llvm/trunk/docs/LLVMBuild.html
    llvm/trunk/docs/LangRef.html
    llvm/trunk/docs/ProgrammersManual.html
    llvm/trunk/docs/ReleaseNotes.html
    llvm/trunk/docs/SourceLevelDebugging.html
    llvm/trunk/docs/TableGenFundamentals.html
    llvm/trunk/docs/TestingGuide.html

Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Tue Mar 27 06:25:16 2012
@@ -861,6 +861,8 @@
 
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <h2>
   <a name="mc">The "MC" Layer</a>

Modified: llvm/trunk/docs/CodingStandards.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodingStandards.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.html (original)
+++ llvm/trunk/docs/CodingStandards.html Tue Mar 27 06:25:16 2012
@@ -465,7 +465,7 @@
 <p>Consider the use of LLVM as a JIT linked into another application (perhaps
 for <a href="http://llvm.org/Users.html">OpenGL, custom languages</a>,
 <a href="http://llvm.org/devmtg/2010-11/Gritz-OpenShadingLang.pdf">shaders in
-movies</a>, etc</a>).  Due to the design of static constructors, they must be
+movies</a>, etc).  Due to the design of static constructors, they must be
 executed at startup time of the entire application, regardless of whether or
 how LLVM is used in that larger application.  There are two problems with
 this:</p>

Modified: llvm/trunk/docs/DeveloperPolicy.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.html (original)
+++ llvm/trunk/docs/DeveloperPolicy.html Tue Mar 27 06:25:16 2012
@@ -501,6 +501,8 @@
 </h2>
 <!--=========================================================================-->
 
+<div>
+
 <div class="doc_notes">
 <p style="text-align:center;font-weight:bold">NOTE: This section deals with
    legal matters but does not provide legal advice.  We are not lawyers — 
@@ -622,6 +624,8 @@
 
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <hr>
 <address>

Modified: llvm/trunk/docs/ExceptionHandling.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ExceptionHandling.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.html (original)
+++ llvm/trunk/docs/ExceptionHandling.html Tue Mar 27 06:25:16 2012
@@ -497,6 +497,8 @@
 
 </div>
 
+</div>
+
 <!-- ======================================================================= -->
 <h2>
   <a name="asm">Asm Table Formats</a>

Modified: llvm/trunk/docs/FAQ.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/FAQ.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/FAQ.html (original)
+++ llvm/trunk/docs/FAQ.html Tue Mar 27 06:25:16 2012
@@ -140,6 +140,8 @@
 </h2>
 <!-- *********************************************************************** -->
 
+<div>
+
 <div class="question">
 <p>Why are the LLVM source code and the front-end distributed under different
    licenses?</p>
@@ -185,12 +187,16 @@
    GPL, as explained in the first question above.</p>
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <h2>
   <a name="source">Source Code</a>
 </h2>
 <!-- *********************************************************************** -->
 
+<div>
+
 <div class="question">
 <p>In what language is LLVM written?</p>
 </div>
@@ -223,12 +229,16 @@
 
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <h2>
   <a name="build">Build Problems</a>
 </h2>
 <!-- *********************************************************************** -->
 
+<div>
+
 <div class="question">
 <p>When I run configure, it finds the wrong C compiler.</p>
 </div>
@@ -435,11 +445,15 @@
 <p>We regret the inconvenience.</p>
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <h2>
   <a name="felangs">Source Languages</a>
 </h2>
 
+<div>
+
 <div class="question">
 <p><a name="langs">What source languages are supported?</a></p>
 </div>
@@ -540,11 +554,15 @@
    Instruction</a>.</p>
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <h2>
   <a name="cfe">Using the GCC Front End</a>
 </h2>
 
+<div>
+
 <div class="question">
 <p>When I compile software that uses a configure script, the configure script
    thinks my system has all of the header files and libraries it is testing for.
@@ -697,11 +715,15 @@
    order to have the result conform to the platform ABI.</p>
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 <h2>
   <a name="cfe_code">Questions about code generated by the GCC front-end</a>
 </h2>
 
+<div>
+
 <div class="question">
 <p><a name="iosinit">What is this <tt>llvm.global_ctors</tt> and
    <tt>_GLOBAL__I__tmp_webcompile...</tt> stuff that happens when I <tt>#include
@@ -907,6 +929,8 @@
 
 </div>
 
+</div>
+
 <!-- *********************************************************************** -->
 
 <hr>

Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Tue Mar 27 06:25:16 2012
@@ -155,8 +155,8 @@
     <li><tt>cd <i>where-you-want-to-build-llvm</i></tt></li>
     <li><tt>mkdir build</tt> (for building without polluting the source dir)</li>
     <li><tt>cd build</tt></li>
-    <li><tt>../llvm/configure [options]</tt></li>
-    Some common options:
+    <li><tt>../llvm/configure [options]</tt>
+    <br>Some common options:
 
       <ul>
         <li><tt>--prefix=<i>directory</i></tt> -
@@ -174,7 +174,7 @@
         <li><tt>--enable-assertions</tt> -
         Compile with assertion checks enabled (default is YES).</li>
       </ul>
-
+   </li>
     <li><tt>make [-j]</tt> - The -j specifies the number of jobs (commands) to 
     run simultaneously.  This builds both LLVM and Clang for Debug+Asserts mode.
     The --enabled-optimized configure option is used to specify a Release build.</li>
@@ -192,7 +192,6 @@
 
   </ul>
   </li>
-  </ol>
 
 </ol>
 

Modified: llvm/trunk/docs/LLVMBuild.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LLVMBuild.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/LLVMBuild.html (original)
+++ llvm/trunk/docs/LLVMBuild.html Tue Mar 27 06:25:16 2012
@@ -171,7 +171,7 @@
 parent = Libraries
 required_libraries = Archive BitReader Core Support TransformUtils
 </pre>
-  </div class="doc_code">
+  </div>
 
   <p>A full description of the exact sections and properties which are allowed
  follows.</p>

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Mar 27 06:25:16 2012
@@ -3029,6 +3029,8 @@
 </pre>
 </div>
 
+</div>
+
 <!-- _______________________________________________________________________ -->
 <h4>
   <a name="range">'<tt>range</tt>' Metadata</a>
@@ -3066,8 +3068,6 @@
 
 </div>
 
-</div>
-
 <!-- *********************************************************************** -->
 <h2>
   <a name="module_flags">Module Flags Metadata</a>

Modified: llvm/trunk/docs/ProgrammersManual.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.html (original)
+++ llvm/trunk/docs/ProgrammersManual.html Tue Mar 27 06:25:16 2012
@@ -2567,7 +2567,7 @@
 
 <div>
 
-<p><i>Replacing individual instructions</i></p>
+<h5><i>Replacing individual instructions</i></h5>
 
 <p>Including "<a href="/doxygen/BasicBlockUtils_8h-source.html">llvm/Transforms/Utils/BasicBlockUtils.h</a>"
 permits use of two very useful replace functions: <tt>ReplaceInstWithValue</tt>
@@ -2575,6 +2575,7 @@
 
 <h5><a name="schanges_deleting">Deleting <tt>Instruction</tt>s</a></h5>
 
+<div>
 <ul>
   <li><tt>ReplaceInstWithValue</tt>
 
@@ -2611,7 +2612,9 @@
 </pre></div></li>
 </ul>
 
-<p><i>Replacing multiple uses of <tt>User</tt>s and <tt>Value</tt>s</i></p>
+</div>
+
+<h5><i>Replacing multiple uses of <tt>User</tt>s and <tt>Value</tt>s</i></h5>
 
 <p>You can use <tt>Value::replaceAllUsesWith</tt> and
 <tt>User::replaceUsesOfWith</tt> to change more than one use at a time.  See the
@@ -3305,13 +3308,12 @@
 <div>
 
 <ul>
-  <li><tt>Module::Module(std::string name = "")</tt></li>
-</ul>
+  <li><tt>Module::Module(std::string name = "")</tt>
 
-<p>Constructing a <a href="#Module">Module</a> is easy. You can optionally
+  <p>Constructing a <a href="#Module">Module</a> is easy. You can optionally
 provide a name for it (probably based on the name of the translation unit).</p>
+  </li>
 
-<ul>
   <li><tt>Module::iterator</tt> - Typedef for function list iterator<br>
     <tt>Module::const_iterator</tt> - Typedef for const_iterator.<br>
 

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Mar 27 06:25:16 2012
@@ -403,7 +403,6 @@
   <li>On Darwin, the ARM target now has a full-featured integrated assembler.
   </li>
 </ul>
-</div>
 
 <h4>
 <a name="armintegratedassembler">ARM Integrated Assembler</a>
@@ -421,6 +420,8 @@
 for details). While there is some, and growing, support for pre-unfied (divided)
 syntax, there are still significant gaps in that support.</p>
 </div>
+
+</div>
 <!--=========================================================================-->
 <h3>
 <a name="MIPS">MIPS Target Improvements</a>
@@ -521,8 +522,6 @@
 
 </div>
 
-</div>
-
 <!--=========================================================================-->
 <h3>
 <a name="tools_changes">Tools Changes</a>

Modified: llvm/trunk/docs/SourceLevelDebugging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Tue Mar 27 06:25:16 2012
@@ -2166,14 +2166,13 @@
 
 </div>
 </div>
-</div>
 
-<div>
 <!-- ======================================================================= -->
 <h3>
   <a name="acceltable">Name Accelerator Tables</a>
 </h3>
 <!-- ======================================================================= -->
+<div>
 <!-- ======================================================================= -->
 <h4>
   <a name="acceltableintroduction">Introduction</a>
@@ -2842,6 +2841,7 @@
 </ul>
 </div>
 </div>
+</div>
 
 <!-- *********************************************************************** -->
 

Modified: llvm/trunk/docs/TableGenFundamentals.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGenFundamentals.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/TableGenFundamentals.html (original)
+++ llvm/trunk/docs/TableGenFundamentals.html Tue Mar 27 06:25:16 2012
@@ -420,7 +420,7 @@
 <dt><tt>str1#str2</tt></dt>
   <dd>"#" (paste) is a shorthand for !strconcat.  It may concatenate
   things that are not quoted strings, in which case an implicit
-  !cast<string> is done on the operand of the paste.</dd>
+  !cast<string> is done on the operand of the paste.</dd>
 <dt><tt>!cast<type>(a)</tt></dt>
   <dd>A symbol of type <em>type</em> obtained by looking up the string 'a' in
 the symbol table.  If the type of 'a' does not match <em>type</em>, TableGen

Modified: llvm/trunk/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.html?rev=153508&r1=153507&r2=153508&view=diff
==============================================================================
--- llvm/trunk/docs/TestingGuide.html (original)
+++ llvm/trunk/docs/TestingGuide.html Tue Mar 27 06:25:16 2012
@@ -889,8 +889,6 @@
 the <a href="TestSuiteMakefileGuide.html">Test Suite Makefile Guide.</a></p>
 </div>
 
-</div>
-
 <!-- *********************************************************************** -->
 
 <hr>





More information about the llvm-commits mailing list