summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/CFEBuildInstrs.html4
-rw-r--r--llvm/docs/CommandLine.html4
-rw-r--r--llvm/docs/ExtendingLLVM.html4
-rw-r--r--llvm/docs/FAQ.html11
-rw-r--r--llvm/docs/GettingStarted.html15
-rw-r--r--llvm/docs/LLVMVsTheWorld.html4
-rw-r--r--llvm/docs/ObjectFiles.html8
-rw-r--r--llvm/docs/Projects.html4
-rw-r--r--llvm/docs/ReleaseNotes.html4
-rw-r--r--llvm/docs/SourceLevelDebugging.html4
-rw-r--r--llvm/docs/Stacker.html4
-rw-r--r--llvm/docs/TableGenFundamentals.html4
-rw-r--r--llvm/docs/TestingGuide.html4
-rw-r--r--llvm/docs/WritingAnLLVMPass.html4
14 files changed, 49 insertions, 29 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html
index f55cd0a4a19..5f2ed6f9874 100644
--- a/llvm/docs/CFEBuildInstrs.html
+++ b/llvm/docs/CFEBuildInstrs.html
@@ -18,8 +18,8 @@
<li><a href="#license">License Information</a>
</ol>
-<div class="doc_text">
- <p><b>Written by Brian R. Gaeke</b></p>
+<div class="doc_author">
+ <p>Written by Brian R. Gaeke</p>
</div>
<!-- *********************************************************************** -->
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html
index 868e208ac20..855c1e9b313 100644
--- a/llvm/docs/CommandLine.html
+++ b/llvm/docs/CommandLine.html
@@ -84,8 +84,8 @@
</ol></li>
</ol>
-<div class="doc_text">
- <p><b>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></b></p>
+<div class="doc_author">
+ <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></p>
</div>
<!-- *********************************************************************** -->
diff --git a/llvm/docs/ExtendingLLVM.html b/llvm/docs/ExtendingLLVM.html
index c6f27f094bd..3d5ccc0d13c 100644
--- a/llvm/docs/ExtendingLLVM.html
+++ b/llvm/docs/ExtendingLLVM.html
@@ -23,8 +23,8 @@
</ol></li>
</ol>
-<div class="doc_text">
- <p><b>Written by <a href="http://misha.brukman.net">Misha Brukman</a></b></p>
+<div class="doc_author">
+ <p>Written by <a href="http://misha.brukman.net">Misha Brukman</a></p>
</div>
<!-- *********************************************************************** -->
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html
index 74f0ea40f45..9c3121ec481 100644
--- a/llvm/docs/FAQ.html
+++ b/llvm/docs/FAQ.html
@@ -63,7 +63,7 @@
<li>
When I compile code using the LLVM GCC front end, it complains that it
- cannot find crtend.o.
+ cannot find libcrtend.a.
</li>
</ol>
</li>
@@ -80,6 +80,11 @@
</li>
</ol>
+<div class="doc_author">
+ <p>Written by <a href="http://llvm.cs.uiuc.edu">The LLVM Team</a></p>
+</div>
+
+
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="license">License</a>
@@ -511,10 +516,6 @@ print values.
</p>
</div>
-
- <li>
-
-
<!-- *********************************************************************** -->
<!-- *********************************************************************** -->
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 69c552f82f9..8f7ab4003ed 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -49,12 +49,15 @@
<li><a href="#links">Links</a>
</ul>
-<p>By:
- <a href="mailto:criswell@uiuc.edu">John Criswell</a>,
- <a href="mailto:sabre@nondot.org">Chris Lattner</a>,
- <a href="http://misha.brukman.net">Misha Brukman</a>,
- <a href="http://www.cs.uiuc.edu/~vadve">Vikram Adve</a>, and
- <a href="mailto:gshi1@uiuc.edu">Guochun Shi</a>.</p>
+<div class="doc_author">
+ <p>Written by:
+ <a href="mailto:criswell@uiuc.edu">John Criswell</a>,
+ <a href="mailto:sabre@nondot.org">Chris Lattner</a>,
+ <a href="http://misha.brukman.net">Misha Brukman</a>,
+ <a href="http://www.cs.uiuc.edu/~vadve">Vikram Adve</a>, and
+ <a href="mailto:gshi1@uiuc.edu">Guochun Shi</a>.
+ </p>
+</div>
<!-- *********************************************************************** -->
diff --git a/llvm/docs/LLVMVsTheWorld.html b/llvm/docs/LLVMVsTheWorld.html
index 24e781af38b..c4fa6547c17 100644
--- a/llvm/docs/LLVMVsTheWorld.html
+++ b/llvm/docs/LLVMVsTheWorld.html
@@ -22,8 +22,8 @@
<li><a href="#codeemission">Machine Code Emission</a></li>
</ol>
-<div class="doc_text">
- <p><b>Written by Brian R. Gaeke</b></p>
+<div class="doc_author">
+ <p>Written by Brian R. Gaeke</p>
</div>
<!-- *********************************************************************** -->
diff --git a/llvm/docs/ObjectFiles.html b/llvm/docs/ObjectFiles.html
index 5201f718a68..c38a985eebe 100644
--- a/llvm/docs/ObjectFiles.html
+++ b/llvm/docs/ObjectFiles.html
@@ -18,11 +18,13 @@
</ol>
</li>
</ol>
-<div class="doc_text">
-<p><b>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a> </b></p>
-<p> </p>
+
+<div class="doc_author">
+ <p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a></p>
</div>
+
<hr>
+
<!-- ======================================================================= -->
<div class="doc_section"><a name="abstract">Abstract</a></div>
<div class="doc_text">
diff --git a/llvm/docs/Projects.html b/llvm/docs/Projects.html
index 6be0a892f5b..ecdb35b54c6 100644
--- a/llvm/docs/Projects.html
+++ b/llvm/docs/Projects.html
@@ -25,6 +25,10 @@
<li><a href="#help">Further help</a></li>
</ol>
+<div class="doc_author">
+ <p>Written by John Criswell</p>
+</div>
+
<!-- *********************************************************************** -->
<div class="doc_section"><a name="overview">Overview</a></div>
<!-- *********************************************************************** -->
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index c8c32affe2e..daebd8d73d0 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -28,8 +28,8 @@
<li><a href="#additionalinfo">Additional Information</a></li>
</ol>
-<div class="doc_text">
- <p><b>Written by the <a href="http://llvm.cs.uiuc.edu">LLVM team</a></b><p>
+<div class="doc_author">
+ <p>Written by the <a href="http://llvm.cs.uiuc.edu">LLVM team</a><p>
</div>
<!-- *********************************************************************** -->
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index f94547060b4..c10da8e1901 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/docs/SourceLevelDebugging.html
@@ -68,6 +68,10 @@ height="369">
</tr>
</table>
+<div class="doc_author">
+ <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></p>
+</div>
+
<!-- *********************************************************************** -->
<div class="doc_section"><a name="introduction">Introduction</a></div> <!--
diff --git a/llvm/docs/Stacker.html b/llvm/docs/Stacker.html
index 033ba30c0e5..50ce1b6adc9 100644
--- a/llvm/docs/Stacker.html
+++ b/llvm/docs/Stacker.html
@@ -51,8 +51,8 @@
</ol></li>
</ol>
-<div class="doc_text">
-<p><b>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a></b></p>
+<div class="doc_author">
+ <p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a></p>
</div>
<!-- ======================================================================= -->
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html
index c63c5cef5fa..47bc3ff9364 100644
--- a/llvm/docs/TableGenFundamentals.html
+++ b/llvm/docs/TableGenFundamentals.html
@@ -48,6 +48,10 @@
</ul>
</div>
+<div class="doc_author">
+ <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></p>
+</div>
+
<!-- *********************************************************************** -->
<div class="doc_section"><a name="introduction">Introduction</a></div>
<!-- *********************************************************************** -->
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html
index bfe8316cf6b..ab96ea6b28f 100644
--- a/llvm/docs/TestingGuide.html
+++ b/llvm/docs/TestingGuide.html
@@ -26,7 +26,9 @@
<li><a href="#run">Running the LLVM Tests</a></li>
</ol>
-<p><b>Written by John T. Criswell</b></p>
+<div class="doc_author">
+ <p>Written by John T. Criswell</p>
+</div>
<!--===============================================================-->
<div class="doc_section"><a name="overview">Overview</a></div>
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html
index ac9edea39ae..5f32d160971 100644
--- a/llvm/docs/WritingAnLLVMPass.html
+++ b/llvm/docs/WritingAnLLVMPass.html
@@ -87,8 +87,8 @@
</ul></li>
</ol>
-<div class="doc_text">
- <p><b>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></b><p>
+<div class="doc_author">
+ <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></p>
</div>
<!-- *********************************************************************** -->
OpenPOWER on IntegriCloud