diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HowToReleaseLLVM.html | 13 | ||||
-rw-r--r-- | docs/Lexicon.html | 22 | ||||
-rw-r--r-- | docs/SourceLevelDebugging.html | 4 | ||||
-rw-r--r-- | docs/WritingAnLLVMBackend.html | 5 |
4 files changed, 28 insertions, 16 deletions
diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index d6ef416..ae0b133 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -362,13 +362,12 @@ Qualification Details</a></div> <p><table> <tr><th>Architecture</th><th>OS</th><th>llvm-gcc baseline</th><th>clang baseline </th><th>tests</th></tr> - <tr><td>x86-32</td><td>Mac OS 10.5</td><td>last release</td><td>none</td><td>llvm dejagnu, clang tests, test-suite (including spec)</td></tr> - <tr><td>x86-32</td><td>Linux</td><td>last release</td><td>none</td><td>llvm dejagnu, clang tests, test-suite (including spec)</td></tr> - <tr><td>x86-32</td><td>FreeBSD</td><td>none</td><td>none</td><td>llvm dejagnu, clang tests, test-suite</td></tr> + <tr><td>x86-32</td><td>Linux</td><td>last release</td><td>last release</td><td>llvm dejagnu, clang tests, test-suite (including spec)</td></tr> + <tr><td>x86-32</td><td>FreeBSD</td><td>none</td><td>last release</td><td>llvm dejagnu, clang tests, test-suite</td></tr> <tr><td>x86-32</td><td>mingw</td><td>last release</td><td>none</td><td>QT</td></tr> - <tr><td>x86-64</td><td>Mac OS 10.5</td><td>last release</td><td>none</td><td>llvm dejagnu, clang tests, test-suite (including spec)</td></tr> - <tr><td>x86-64</td><td>Linux</td><td>last release</td><td>none</td><td>llvm dejagnu, clang tests, test-suite (including spec)</td></tr> - <tr><td>x86-64</td><td>FreeBSD</td><td>none</td><td>none</td><td>llvm dejagnu, clang tests, test-suite</td></tr> + <tr><td>x86-64</td><td>Mac OS 10.X</td><td>last release</td><td>last release</td><td>llvm dejagnu, clang tests, test-suite (including spec)</td></tr> + <tr><td>x86-64</td><td>Linux</td><td>last release</td><td>last release</td><td>llvm dejagnu, clang tests, test-suite (including spec)</td></tr> + <tr><td>x86-64</td><td>FreeBSD</td><td>none</td><td>last release</td><td>llvm dejagnu, clang tests, test-suite</td></tr> </table></p> </div> @@ -518,7 +517,7 @@ svn copy https://llvm.org/svn/llvm-project/test-suite/branches/release_XX \ src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a> <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> <br> - Last modified: $Date: 2009-10-12 16:46:08 +0200 (Mon, 12 Oct 2009) $ + Last modified: $Date: 2010-04-05 20:35:37 +0200 (Mon, 05 Apr 2010) $ </address> </body> </html> diff --git a/docs/Lexicon.html b/docs/Lexicon.html index 235dee3..576b732 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -50,6 +50,11 @@ <td><a href="#LCSSA">LCSSA</a></td> <td><a href="#LICM">LICM</a></td> <td><a href="#Load-VN">Load-VN</a></td> + <td><a href="#LTO">LTO</a></td> + </tr> + <tr><th colspan="8"><b>- <a href="#M">M</a> -</b></th></tr> + <tr> + <td><a href="#MC">MC</a></td> </tr> <tr><th colspan="8"><b>- <a href="#O">O</a> -</b></th></tr> <tr> @@ -167,15 +172,24 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd> <div class="doc_subsection"><a name="L">- L -</a></div> <div class="doc_text"> <dl> - <dt><a name="LCSSA"><b>LCSSA</b></a></dt> - <dd>Loop-Closed Static Single Assignment Form</dd> + <dt><a name="LCSSA"><b>LCSSA</b></a></dt> + <dd>Loop-Closed Static Single Assignment Form</dd> <dt><a name="LICM"><b>LICM</b></a></dt> <dd>Loop Invariant Code Motion</dd> <dt><a name="Load-VN"><b>Load-VN</b></a></dt> <dd>Load Value Numbering</dd> + <dt><a name="LTO"><b>LTO</b></a></dt> + <dd>Link-Time Optimization</dd> + </dl> +</div> +<!-- _______________________________________________________________________ --> +<div class="doc_subsection"><a name="M">- M -</a></div> +<div class="doc_text"> + <dl> + <dt><a name="MC"><b>MC</b></a></dt> + <dd>Machine Code</dd> </dl> </div> - <!-- _______________________________________________________________________ --> <div class="doc_subsection"><a name="O">- O -</a></div> <div class="doc_text"> @@ -255,7 +269,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd> src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a><a href="http://llvm.org/">The LLVM Team</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> -Last modified: $Date: 2008-12-14 09:01:51 +0100 (Sun, 14 Dec 2008) $ +Last modified: $Date: 2010-04-05 07:48:47 +0200 (Mon, 05 Apr 2010) $ </address> <!-- vim: sw=2 --> diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 021d7ad..9a4a6f1 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -144,7 +144,7 @@ height="369"> an LLVM user a relationship between generated code and the original program source code.</p> -<p>Currently, debug information is consumed by the DwarfWriter to produce dwarf +<p>Currently, debug information is consumed by DwarfDebug to produce dwarf information used by the gdb debugger. Other targets could use the same information to produce stabs or other debug forms.</p> @@ -1773,7 +1773,7 @@ enum Trees { <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2010-03-31 09:50:17 +0200 (Wed, 31 Mar 2010) $ + Last modified: $Date: 2010-04-05 06:11:11 +0200 (Mon, 05 Apr 2010) $ </address> </body> diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html index 75353cf..e513cea 100644 --- a/docs/WritingAnLLVMBackend.html +++ b/docs/WritingAnLLVMBackend.html @@ -561,8 +561,7 @@ def AL : Register<"AL">, DwarfRegNum<[0, 0, 0]>; <p> This defines the register <tt>AL</tt> and assigns it values (with <tt>DwarfRegNum</tt>) that are used by <tt>gcc</tt>, <tt>gdb</tt>, or a debug -information writer (such as <tt>DwarfWriter</tt> -in <tt>llvm/lib/CodeGen/AsmPrinter</tt>) to identify a register. For register +information writer to identify a register. For register <tt>AL</tt>, <tt>DwarfRegNum</tt> takes an array of 3 values representing 3 different modes: the first element is for X86-64, the second for exception handling (EH) on X86-32, and the third is generic. -1 is a special Dwarf number @@ -2555,7 +2554,7 @@ with assembler. <a href="http://www.woo.com">Mason Woo</a> and <a href="http://misha.brukman.net">Misha Brukman</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a> <br> - Last modified: $Date: 2010-02-02 19:44:12 +0100 (Tue, 02 Feb 2010) $ + Last modified: $Date: 2010-04-05 06:11:11 +0200 (Mon, 05 Apr 2010) $ </address> </body> |