arm64 insn selector: improved handling of Or1/And1 trees.
[valgrind.git] / docs / xml / index.xml
blob4166239ef5d401c6fca63d048b5de482878a8215
1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
2 <!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" 
4 [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]>
7 <set lang="en" id="set-index" xreflabel="Valgrind Documentation">
9   <setinfo>
10     <title>Valgrind Documentation</title>
11     <releaseinfo>&rel-type; &rel-version; &rel-date;</releaseinfo>
12     <copyright>
13       <year>&vg-lifespan;</year>
14       <holder>
15         <link linkend="dist.authors" endterm="dist.authors.title"></link>
16       </holder>
17     </copyright>
19     <legalnotice id="legal">
20       <para>Permission is granted to copy, distribute and/or modify
21         this document under the terms of the GNU Free Documentation
22         License, Version 1.2 or any later version published by the
23         Free Software Foundation; with no Invariant Sections, with no
24         Front-Cover Texts, and with no Back-Cover Texts.  A copy of
25         the license is included in the section entitled
26         <xref linkend="license.gfdl"/>.
27       </para>
28       <para>This is the top level of Valgrind's documentation tree.
29         The documentation is contained in six logically separate
30         documents, as listed in the following Table of Contents.  To
31         get started quickly, read the Valgrind Quick Start Guide.  For
32         full documentation on Valgrind, read the Valgrind User Manual.
33       </para>
35     </legalnotice>
37   </setinfo>
39   <!-- Quick Start Guide -->
40   <xi:include href="quick-start-guide.xml" parse="xml"  
41       xmlns:xi="http://www.w3.org/2001/XInclude" />
43   <!-- User Manual -->
44   <xi:include href="manual.xml" parse="xml"  
45       xmlns:xi="http://www.w3.org/2001/XInclude" />
47   <!-- FAQ -->
48   <xi:include href="FAQ.xml" parse="xml"  
49       xmlns:xi="http://www.w3.org/2001/XInclude" />
51   <!-- Technical Docs -->
52   <xi:include href="tech-docs.xml" parse="xml"  
53       xmlns:xi="http://www.w3.org/2001/XInclude" />
55   <!-- Distribution Docs -->
56   <xi:include href="dist-docs.xml" parse="xml"  
57       xmlns:xi="http://www.w3.org/2001/XInclude" />
59   <!-- GNU Licenses -->
60   <xi:include href="licenses.xml" parse="xml"  
61       xmlns:xi="http://www.w3.org/2001/XInclude" />
64 </set>