[llvm-commits] [llvm] r129683 - in /llvm/trunk/docs: GCCFEBuildInstrs.html ProgrammersManual.html ReleaseNotes.html UsingLibraries.html llvm.css

NAKAMURA Takumi geek4civic at gmail.com
Sun Apr 17 18:17:51 PDT 2011


Author: chapuni
Date: Sun Apr 17 20:17:51 2011
New Revision: 129683

URL: http://llvm.org/viewvc/llvm-project?rev=129683&view=rev
Log:
docs: Redefine Heading elements as below;

H1 ... Title (and might be Chapter in future)
H2 ... Section
H3 ... Subsection
H4 ... Sub-subsection

Modified:
    llvm/trunk/docs/GCCFEBuildInstrs.html
    llvm/trunk/docs/ProgrammersManual.html
    llvm/trunk/docs/ReleaseNotes.html
    llvm/trunk/docs/UsingLibraries.html
    llvm/trunk/docs/llvm.css

Modified: llvm/trunk/docs/GCCFEBuildInstrs.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GCCFEBuildInstrs.html?rev=129683&r1=129682&r2=129683&view=diff
==============================================================================
--- llvm/trunk/docs/GCCFEBuildInstrs.html (original)
+++ llvm/trunk/docs/GCCFEBuildInstrs.html Sun Apr 17 20:17:51 2011
@@ -24,7 +24,7 @@
 </div>
 
 <!-- *********************************************************************** -->
-<h1><a name="instructions">Building llvm-gcc from Source</a></h1>
+<h2><a name="instructions">Building llvm-gcc from Source</a></h2>
 <!-- *********************************************************************** -->
 
 <div class="doc_text">
@@ -67,7 +67,7 @@
 </div>
 
 <!-- *********************************************************************** -->
-<h1><a name="ada">Building the Ada front-end</a></h1>
+<h2><a name="ada">Building the Ada front-end</a></h2>
 <!-- *********************************************************************** -->
 
 <div class="doc_text">
@@ -233,7 +233,7 @@
 </div>
 
 <!-- *********************************************************************** -->
-<h1><a name="fortran">Building the Fortran front-end</a></h1>
+<h2><a name="fortran">Building the Fortran front-end</a></h2>
 <!-- *********************************************************************** -->
 
 <div class="doc_text">
@@ -247,7 +247,7 @@
 </div>
 
 <!-- *********************************************************************** -->
-<h1><a name="license">License Information</a></h1>
+<h2><a name="license">License Information</a></h2>
 <!-- *********************************************************************** -->
 
 <div class="doc_text">

Modified: llvm/trunk/docs/ProgrammersManual.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.html?rev=129683&r1=129682&r2=129683&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.html (original)
+++ llvm/trunk/docs/ProgrammersManual.html Sun Apr 17 20:17:51 2011
@@ -2286,7 +2286,7 @@
 permits use of two very useful replace functions: <tt>ReplaceInstWithValue</tt>
 and <tt>ReplaceInstWithInst</tt>.</p>
 
-<h4><a name="schanges_deleting">Deleting <tt>Instruction</tt>s</a></h4>
+<h5><a name="schanges_deleting">Deleting <tt>Instruction</tt>s</a></h5>
 
 <ul>
   <li><tt>ReplaceInstWithValue</tt>

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=129683&r1=129682&r2=129683&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Apr 17 20:17:51 2011
@@ -8,7 +8,7 @@
 </head>
 <body>
 
-<h1 class="doc_title">LLVM 2.9 Release Notes</h1>
+<h1>LLVM 2.9 Release Notes</h1>
 
 <img align=right src="http://llvm.org/img/DragonSmall.png"
     width="136" height="136" alt="LLVM Dragon Logo">
@@ -36,9 +36,9 @@
  -->
 
 <!-- *********************************************************************** -->
-<h1>
+<h2>
   <a name="intro">Introduction</a>
-</h1>
+</h2>
 <!-- *********************************************************************** -->
 
 <div class="doc_text">
@@ -72,9 +72,9 @@
  -->
  
 <!-- *********************************************************************** -->
-<h1>
+<h2>
   <a name="subproj">Sub-project Status Update</a>
-</h1>
+</h2>
 <!-- *********************************************************************** -->
 
 <div class="doc_text">
@@ -90,9 +90,9 @@
 
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="clang">Clang: C/C++/Objective-C Frontend Toolkit</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -121,9 +121,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="dragonegg">DragonEgg: GCC front-ends, LLVM back-end</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <p>
@@ -153,9 +153,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="compiler-rt">compiler-rt: Compiler Runtime Library</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <p>
@@ -179,9 +179,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="lldb">LLDB: Low Level Debugger</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <p>
@@ -201,9 +201,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="libc++">libc++: C++ Standard Library</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <p>
@@ -226,9 +226,9 @@
 
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="LLBrowse">LLBrowse: IR Browser</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <p>
@@ -241,9 +241,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="vmkit">VMKit</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <p>The <a href="http://vmkit.llvm.org/">VMKit project</a> is an implementation
@@ -258,9 +258,9 @@
   
 <!--=========================================================================-->
 <!--
-<h2>
+<h3>
 <a name="klee">KLEE: A Symbolic Execution Virtual Machine</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <p>
@@ -276,9 +276,9 @@
 
 
 <!-- *********************************************************************** -->
-<h1>
+<h2>
   <a name="externalproj">External Open Source Projects Using LLVM 2.9</a>
-</h1>
+</h2>
 <!-- *********************************************************************** -->
 
 <div class="doc_text">
@@ -290,7 +290,7 @@
 
 
 <!--=========================================================================-->
-<h2>Crack Programming Language</h2>
+<h3>Crack Programming Language</h3>
 
 <div class="doc_text">
 <p>
@@ -302,7 +302,7 @@
   
   
 <!--=========================================================================-->
-<h2>TTA-based Codesign Environment (TCE)</h2>
+<h3>TTA-based Codesign Environment (TCE)</h3>
   
 <div class="doc_text">
 <p>TCE is a toolset for designing application-specific processors (ASP) based on
@@ -321,7 +321,7 @@
 
   
 <!--=========================================================================-->
-<h2>PinaVM</h2>
+<h3>PinaVM</h3>
   
 <div class="doc_text">
 <p><a href="http://gitorious.org/pinavm/pages/Home">PinaVM</a> is an open
@@ -332,7 +332,7 @@
 </div>
 
 <!--=========================================================================-->
-<h2>Pure</h2>
+<h3>Pure</h3>
   
 <div class="doc_text">
 <p><a href="http://pure-lang.googlecode.com/">Pure</a> is an
@@ -353,7 +353,7 @@
 </div>
 
 <!--=========================================================================-->
-<h2 id="icedtea">IcedTea Java Virtual Machine Implementation</h2>
+<h3 id="icedtea">IcedTea Java Virtual Machine Implementation</h3>
 
 <div class="doc_text">
 <p>
@@ -372,7 +372,7 @@
 </div>
 
 <!--=========================================================================-->
-<h2>Glasgow Haskell Compiler (GHC)</h2>
+<h3>Glasgow Haskell Compiler (GHC)</h3>
   
 <div class="doc_text">
 <p>GHC is an open source, state-of-the-art programming suite for Haskell,
@@ -386,7 +386,7 @@
 </div>
 
 <!--=========================================================================-->
-<h2>Polly - Polyhedral optimizations for LLVM</h2>
+<h3>Polly - Polyhedral optimizations for LLVM</h3>
   
 <div class="doc_text">
 <p>Polly is a project that aims to provide advanced memory access optimizations
@@ -401,7 +401,7 @@
 </div>
 
 <!--=========================================================================-->
-<h2>Rubinius</h2>
+<h3>Rubinius</h3>
 
 <div class="doc_text">
   <p><a href="http://github.com/evanphx/rubinius">Rubinius</a> is an environment
@@ -414,9 +414,9 @@
 
 
 <!--=========================================================================-->
-<div class="doc_subsection">
+<h3>
 <a name="FAUST">FAUST Real-Time Audio Signal Processing Language</a>
-</div>
+</h3>
 
 <div class="doc_text">
 <p>
@@ -429,9 +429,9 @@
 </div>
   
 <!-- *********************************************************************** -->
-<h1>
+<h2>
   <a name="whatsnew">What's New in LLVM 2.9?</a>
-</h1>
+</h2>
 <!-- *********************************************************************** -->
 
 <div class="doc_text">
@@ -444,9 +444,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="majorfeatures">Major New Features</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -474,9 +474,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="coreimprovements">LLVM IR and Core Improvements</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <p>LLVM IR has several new features for better support of new targets and that
@@ -501,9 +501,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="optimizer">Optimizer Improvements</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -569,9 +569,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="mc">MC Level Improvements</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <p>
@@ -623,9 +623,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="codegen">Target Independent Code Generator Improvements</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -666,9 +666,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="x86">X86-32 and X86-64 Target Improvements</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <p>New features and major changes in the X86 target include:
@@ -705,9 +705,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="ARM">ARM Target Improvements</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <p>New features of the ARM target include:
@@ -729,9 +729,9 @@
 </div>
   
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="OtherTS">Other Target Specific Improvements</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 <ul>
@@ -754,9 +754,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="changes">Major Changes and Removed Features</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -790,9 +790,9 @@
 </div>
 
 <!--=========================================================================-->
-<h2>
+<h3>
 <a name="api_changes">Internal API Changes</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -816,9 +816,9 @@
 </div>
 
 <!-- *********************************************************************** -->
-<h1>
+<h2>
   <a name="knownproblems">Known Problems</a>
-</h1>
+</h2>
 <!-- *********************************************************************** -->
 
 <div class="doc_text">
@@ -831,9 +831,9 @@
 </div>
 
 <!-- ======================================================================= -->
-<h2>
+<h3>
   <a name="experimental">Experimental features included with this release</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -855,9 +855,9 @@
 </div>
 
 <!-- ======================================================================= -->
-<h2>
+<h3>
   <a name="x86-be">Known problems with the X86 back-end</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -888,9 +888,9 @@
 </div>
 
 <!-- ======================================================================= -->
-<h2>
+<h3>
   <a name="ppc-be">Known problems with the PowerPC back-end</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -902,9 +902,9 @@
 </div>
 
 <!-- ======================================================================= -->
-<h2>
+<h3>
   <a name="arm-be">Known problems with the ARM back-end</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -919,9 +919,9 @@
 </div>
 
 <!-- ======================================================================= -->
-<h2>
+<h3>
   <a name="sparc-be">Known problems with the SPARC back-end</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -933,9 +933,9 @@
 </div>
 
 <!-- ======================================================================= -->
-<h2>
+<h3>
   <a name="mips-be">Known problems with the MIPS back-end</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -946,9 +946,9 @@
 </div>
 
 <!-- ======================================================================= -->
-<h2>
+<h3>
   <a name="alpha-be">Known problems with the Alpha back-end</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -961,9 +961,9 @@
 </div>
 
 <!-- ======================================================================= -->
-<h2>
+<h3>
   <a name="c-be">Known problems with the C back-end</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -984,9 +984,9 @@
 
 
 <!-- ======================================================================= -->
-<h2>
+<h3>
   <a name="llvm-gcc">Known problems with the llvm-gcc front-end</a>
-</h2>
+</h3>
 
 <div class="doc_text">
 
@@ -1012,9 +1012,9 @@
 </div>
 
 <!-- *********************************************************************** -->
-<h1>
+<h2>
   <a name="additionalinfo">Additional Information</a>
-</h1>
+</h2>
 <!-- *********************************************************************** -->
 
 <div class="doc_text">

Modified: llvm/trunk/docs/UsingLibraries.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/UsingLibraries.html?rev=129683&r1=129682&r2=129683&view=diff
==============================================================================
--- llvm/trunk/docs/UsingLibraries.html (original)
+++ llvm/trunk/docs/UsingLibraries.html Sun Apr 17 20:17:51 2011
@@ -187,12 +187,12 @@
   <!-- === This should be updated whenever new libraries are added,       ===-->
   <!-- === removed, or changed                                            ===-->
   <!-- =======NOTE: =========================================================-->
-  <h2>Dependency Relationships Of Libraries</h2>
+  <h3>Dependency Relationships Of Libraries</h3>
   <p>This graph shows the dependency of archive libraries on other archive 
   libraries or objects. Where a library has both archive and object forms, only
   the archive form is shown.</p>
   <img src="img/libdeps.gif" alt="Library Dependencies">
-  <h2>Dependency Relationships Of Object Files</h2>
+  <h3>Dependency Relationships Of Object Files</h3>
   <p>This graph shows the dependency of object files on archive libraries or 
   other objects. Where a library has both object and archive forms, only the 
   dependency to the archive form is shown.</p> 

Modified: llvm/trunk/docs/llvm.css
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/llvm.css?rev=129683&r1=129682&r2=129683&view=diff
==============================================================================
--- llvm/trunk/docs/llvm.css (original)
+++ llvm/trunk/docs/llvm.css Sun Apr 17 20:17:51 2011
@@ -23,7 +23,7 @@
  * Documentation
  */
 /* Common for title and header */
-.doc_title, .doc_section, .doc_subsection, h1, h2 {
+.doc_title, .doc_section, .doc_subsection, h1, h2, h3 {
   color: black; background: url("img/lines.gif");
   font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
   border-width: 1px;
@@ -35,17 +35,17 @@
   padding-bottom: 2px
 }
 
-h1, .doc_section   { text-align: center; font-size: 22pt;
-                     margin: 20pt 0pt 5pt 0pt; }
+h1, .doc_title, .title { text-align: left;   font-size: 25pt }
 
-.doc_title, .title { text-align: left;   font-size: 25pt }
+h2, .doc_section   { text-align: center; font-size: 22pt;
+                     margin: 20pt 0pt 5pt 0pt; }
 
-h2, .doc_subsection { width: 75%;
+h3, .doc_subsection { width: 75%;
                       text-align: left;  font-size: 12pt;
                       padding: 4pt 4pt 4pt 4pt;
                       margin: 1.5em 0.5em 0.5em 0.5em }
 
-h3, .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
+h4, .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
                          font-weight: bold; font-style: oblique;
                          border-bottom: 1px solid #999999; font-size: 12pt;
                          width: 75%; }





More information about the llvm-commits mailing list