diff options
-rw-r--r-- | llvm/docs/CodeGenerator.html | 2 | ||||
-rw-r--r-- | llvm/docs/CodingStandards.html | 2 | ||||
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 4 | ||||
-rw-r--r-- | llvm/docs/ExceptionHandling.html | 2 | ||||
-rw-r--r-- | llvm/docs/FAQ.html | 24 | ||||
-rw-r--r-- | llvm/docs/GettingStarted.html | 7 | ||||
-rw-r--r-- | llvm/docs/LLVMBuild.html | 2 | ||||
-rw-r--r-- | llvm/docs/LangRef.html | 4 | ||||
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 14 | ||||
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 | ||||
-rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 4 | ||||
-rw-r--r-- | llvm/docs/TableGenFundamentals.html | 2 | ||||
-rw-r--r-- | llvm/docs/TestingGuide.html | 2 |
13 files changed, 52 insertions, 22 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 32a3a971a32..77bd625a4e5 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/docs/CodeGenerator.html @@ -861,6 +861,8 @@ ret </div> +</div> + <!-- *********************************************************************** --> <h2> <a name="mc">The "MC" Layer</a> diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index f00caa33225..5390a7a2d40 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -465,7 +465,7 @@ common use case of LLVM as a library linked into a larger application.</p> <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> diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 08e47a18d9f..93eb3d36dad 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -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> diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html index 42881f5a773..5ee1c4b6a7a 100644 --- a/llvm/docs/ExceptionHandling.html +++ b/llvm/docs/ExceptionHandling.html @@ -497,6 +497,8 @@ </div> +</div> + <!-- ======================================================================= --> <h2> <a name="asm">Asm Table Formats</a> diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 7294cdd1a42..74e85347d11 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -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 @@ LLVM have been ported to a plethora of platforms.</p> </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 @@ Stop. <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 @@ Stop. 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 @@ Stop. 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 @@ F.i: </div> +</div> + <!-- *********************************************************************** --> <hr> diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 575ec04a86f..2bc17ea8c10 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -155,8 +155,8 @@ also be a good place to start.</p> <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 @@ also be a good place to start.</p> <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 @@ also be a good place to start.</p> </ul> </li> - </ol> </ol> diff --git a/llvm/docs/LLVMBuild.html b/llvm/docs/LLVMBuild.html index b06946743b8..cce607d611f 100644 --- a/llvm/docs/LLVMBuild.html +++ b/llvm/docs/LLVMBuild.html @@ -171,7 +171,7 @@ name = Linker 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> diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index cfe489031e0..50ce5a07f43 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -3029,6 +3029,8 @@ call void @llvm.dbg.value(metadata !24, i64 0, metadata !25) </pre> </div> +</div> + <!-- _______________________________________________________________________ --> <h4> <a name="range">'<tt>range</tt>' Metadata</a> @@ -3066,8 +3068,6 @@ call void @llvm.dbg.value(metadata !24, i64 0, metadata !25) </div> -</div> - <!-- *********************************************************************** --> <h2> <a name="module_flags">Module Flags Metadata</a> diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index f4c03222b20..1a7f215ae0a 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -2567,7 +2567,7 @@ block but not delete it, you can use the <tt>removeFromParent()</tt> method.</p> <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 @@ and <tt>ReplaceInstWithInst</tt>.</p> <h5><a name="schanges_deleting">Deleting <tt>Instruction</tt>s</a></h5> +<div> <ul> <li><tt>ReplaceInstWithValue</tt> @@ -2611,7 +2612,9 @@ ReplaceInstWithInst(instToReplace->getParent()->getInstList(), ii, </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 @@ helpful member functions that try to make common operations easy.</p> <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> diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 23e31b7d67f..72153a99738 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -403,7 +403,6 @@ Release Notes</a>.</h1> <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 @@ subtarget and CPU specific extensions for VFP2, VFP3 and NEON.</p> 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 @@ syntax, there are still significant gaps in that support.</p> </div> -</div> - <!--=========================================================================--> <h3> <a name="tools_changes">Tools Changes</a> diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 06bd85248a7..cdeedb1d6d6 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -2166,14 +2166,13 @@ The DWARF for this would be: </div> </div> -</div> -<div> <!-- ======================================================================= --> <h3> <a name="acceltable">Name Accelerator Tables</a> </h3> <!-- ======================================================================= --> +<div> <!-- ======================================================================= --> <h4> <a name="acceltableintroduction">Introduction</a> @@ -2842,6 +2841,7 @@ int main () </ul> </div> </div> +</div> <!-- *********************************************************************** --> diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html index 45baf198454..b401c7a49f0 100644 --- a/llvm/docs/TableGenFundamentals.html +++ b/llvm/docs/TableGenFundamentals.html @@ -420,7 +420,7 @@ which case the user must specify it explicitly.</dd> <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 diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index fe5d836fe56..bd3db228686 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -889,8 +889,6 @@ understand the Makefile based setup.</p> the <a href="TestSuiteMakefileGuide.html">Test Suite Makefile Guide.</a></p> </div> -</div> - <!-- *********************************************************************** --> <hr> |