[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html CommandLine.html ExtendingLLVM.html FAQ.html GettingStarted.html LLVMVsTheWorld.html ObjectFiles.html Projects.html ReleaseNotes.html SourceLevelDebugging.html Stacker.html TableGenFundamentals.html TestingGuide.html WritingAnLLVMPass.html
Chris Lattner
lattner at cs.uiuc.edu
Sun May 23 16:09:11 PDT 2004
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.15 -> 1.16
CommandLine.html updated: 1.21 -> 1.22
ExtendingLLVM.html updated: 1.5 -> 1.6
FAQ.html updated: 1.21 -> 1.22
GettingStarted.html updated: 1.55 -> 1.56
LLVMVsTheWorld.html updated: 1.7 -> 1.8
ObjectFiles.html updated: 1.2 -> 1.3
Projects.html updated: 1.10 -> 1.11
ReleaseNotes.html updated: 1.182 -> 1.183
SourceLevelDebugging.html updated: 1.4 -> 1.5
Stacker.html updated: 1.13 -> 1.14
TableGenFundamentals.html updated: 1.5 -> 1.6
TestingGuide.html updated: 1.7 -> 1.8
WritingAnLLVMPass.html updated: 1.26 -> 1.27
---
Log message:
Make use of the new doc_author class. "Seperate content from presentation" they said.
---
Diffs of the changes: (+63 -43)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.15 llvm/docs/CFEBuildInstrs.html:1.16
--- llvm/docs/CFEBuildInstrs.html:1.15 Wed May 12 13:49:47 2004
+++ llvm/docs/CFEBuildInstrs.html Sun May 23 16:07:26 2004
@@ -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>
<!-- *********************************************************************** -->
@@ -274,7 +274,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/05/12 18:49:47 $
+ Last modified: $Date: 2004/05/23 21:07:26 $
</address>
</body>
Index: llvm/docs/CommandLine.html
diff -u llvm/docs/CommandLine.html:1.21 llvm/docs/CommandLine.html:1.22
--- llvm/docs/CommandLine.html:1.21 Wed May 12 13:42:35 2004
+++ llvm/docs/CommandLine.html Sun May 23 16:07:26 2004
@@ -84,8 +84,8 @@
</ol></li>
</ol>
-<div class="doc_text">
- <p><b>Written by <a href="mailto:sabre at nondot.org">Chris Lattner</a></b></p>
+<div class="doc_author">
+ <p>Written by <a href="mailto:sabre at nondot.org">Chris Lattner</a></p>
</div>
<!-- *********************************************************************** -->
@@ -1707,7 +1707,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/05/12 18:42:35 $
+ Last modified: $Date: 2004/05/23 21:07:26 $
</address>
</body>
Index: llvm/docs/ExtendingLLVM.html
diff -u llvm/docs/ExtendingLLVM.html:1.5 llvm/docs/ExtendingLLVM.html:1.6
--- llvm/docs/ExtendingLLVM.html:1.5 Tue Apr 13 14:48:55 2004
+++ llvm/docs/ExtendingLLVM.html Sun May 23 16:07:26 2004
@@ -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>
<!-- *********************************************************************** -->
@@ -231,7 +231,7 @@
<a href="http://misha.brukman.net">Misha Brukman</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2004/04/13 19:48:55 $
+ Last modified: $Date: 2004/05/23 21:07:26 $
</address>
</body>
Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.21 llvm/docs/FAQ.html:1.22
--- llvm/docs/FAQ.html:1.21 Mon Mar 29 14:18:09 2004
+++ llvm/docs/FAQ.html Sun May 23 16:07:26 2004
@@ -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 @@
</p>
</div>
-
- <li>
-
-
<!-- *********************************************************************** -->
<!-- *********************************************************************** -->
@@ -522,7 +523,7 @@
<div class="doc_footer">
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2004/03/29 20:18:09 $
+ Last modified: $Date: 2004/05/23 21:07:26 $
</div>
</body>
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.55 llvm/docs/GettingStarted.html:1.56
--- llvm/docs/GettingStarted.html:1.55 Wed May 12 14:25:59 2004
+++ llvm/docs/GettingStarted.html Sun May 23 16:07:26 2004
@@ -49,12 +49,15 @@
<li><a href="#links">Links</a>
</ul>
-<p>By:
- <a href="mailto:criswell at uiuc.edu">John Criswell</a>,
- <a href="mailto:sabre at 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 at uiuc.edu">Guochun Shi</a>.</p>
+<div class="doc_author">
+ <p>Written by:
+ <a href="mailto:criswell at uiuc.edu">John Criswell</a>,
+ <a href="mailto:sabre at 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 at uiuc.edu">Guochun Shi</a>.
+ </p>
+</div>
<!-- *********************************************************************** -->
@@ -1204,7 +1207,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/05/12 19:25:59 $
+ Last modified: $Date: 2004/05/23 21:07:26 $
</address>
</body>
Index: llvm/docs/LLVMVsTheWorld.html
diff -u llvm/docs/LLVMVsTheWorld.html:1.7 llvm/docs/LLVMVsTheWorld.html:1.8
--- llvm/docs/LLVMVsTheWorld.html:1.7 Tue Mar 9 01:20:26 2004
+++ llvm/docs/LLVMVsTheWorld.html Sun May 23 16:07:26 2004
@@ -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>
<!-- *********************************************************************** -->
@@ -173,7 +173,7 @@
<address>Brian R. Gaeke</address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2004/03/09 07:20:26 $
+ Last modified: $Date: 2004/05/23 21:07:26 $
</div>
</body>
Index: llvm/docs/ObjectFiles.html
diff -u llvm/docs/ObjectFiles.html:1.2 llvm/docs/ObjectFiles.html:1.3
--- llvm/docs/ObjectFiles.html:1.2 Fri Feb 27 10:17:20 2004
+++ llvm/docs/ObjectFiles.html Sun May 23 16:07:26 2004
@@ -18,11 +18,13 @@
</ol>
</li>
</ol>
-<div class="doc_text">
-<p><b>Written by <a href="mailto:rspencer at x10sys.com">Reid Spencer</a> </b></p>
-<p> </p>
+
+<div class="doc_author">
+ <p>Written by <a href="mailto:rspencer at x10sys.com">Reid Spencer</a></p>
</div>
+
<hr>
+
<!-- ======================================================================= -->
<div class="doc_section"><a name="abstract">Abstract</a></div>
<div class="doc_text">
@@ -291,7 +293,7 @@
<div class="doc_footer">
<address><a href="mailto:rspencer at x10sys.com">Reid Spencer</a></address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
-<br>Last modified: $Date: 2004/02/27 16:17:20 $ </div>
+<br>Last modified: $Date: 2004/05/23 21:07:26 $ </div>
</body>
</html>
<!-- vim: sw=2 ts=2 ai
Index: llvm/docs/Projects.html
diff -u llvm/docs/Projects.html:1.10 llvm/docs/Projects.html:1.11
--- llvm/docs/Projects.html:1.10 Wed May 12 15:57:43 2004
+++ llvm/docs/Projects.html Sun May 23 16:07:26 2004
@@ -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>
<!-- *********************************************************************** -->
@@ -440,7 +444,7 @@
<a href="mailto:criswell at uiuc.edu">John Criswell</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2004/05/12 20:57:43 $
+ Last modified: $Date: 2004/05/23 21:07:26 $
</address>
</body>
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.182 llvm/docs/ReleaseNotes.html:1.183
--- llvm/docs/ReleaseNotes.html:1.182 Sun May 23 15:42:08 2004
+++ llvm/docs/ReleaseNotes.html Sun May 23 16:07:27 2004
@@ -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>
<!-- *********************************************************************** -->
@@ -660,7 +660,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/05/23 20:42:08 $
+ Last modified: $Date: 2004/05/23 21:07:27 $
</address>
</body>
Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.4 llvm/docs/SourceLevelDebugging.html:1.5
--- llvm/docs/SourceLevelDebugging.html:1.4 Wed May 12 16:26:16 2004
+++ llvm/docs/SourceLevelDebugging.html Sun May 23 16:07:27 2004
@@ -68,6 +68,10 @@
</tr>
</table>
+<div class="doc_author">
+ <p>Written by <a href="mailto:sabre at nondot.org">Chris Lattner</a></p>
+</div>
+
<!-- *********************************************************************** -->
<div class="doc_section"><a name="introduction">Introduction</a></div> <!--
@@ -1107,7 +1111,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/05/12 21:26:16 $
+ Last modified: $Date: 2004/05/23 21:07:27 $
</address>
</body>
Index: llvm/docs/Stacker.html
diff -u llvm/docs/Stacker.html:1.13 llvm/docs/Stacker.html:1.14
--- llvm/docs/Stacker.html:1.13 Fri May 21 20:04:19 2004
+++ llvm/docs/Stacker.html Sun May 23 16:07:27 2004
@@ -51,8 +51,8 @@
</ol></li>
</ol>
-<div class="doc_text">
-<p><b>Written by <a href="mailto:rspencer at x10sys.com">Reid Spencer</a></b></p>
+<div class="doc_author">
+ <p>Written by <a href="mailto:rspencer at x10sys.com">Reid Spencer</a></p>
</div>
<!-- ======================================================================= -->
@@ -1405,7 +1405,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/05/22 01:04:19 $
+ Last modified: $Date: 2004/05/23 21:07:27 $
</address>
</body>
Index: llvm/docs/TableGenFundamentals.html
diff -u llvm/docs/TableGenFundamentals.html:1.5 llvm/docs/TableGenFundamentals.html:1.6
--- llvm/docs/TableGenFundamentals.html:1.5 Wed May 12 13:31:21 2004
+++ llvm/docs/TableGenFundamentals.html Sun May 23 16:07:27 2004
@@ -48,6 +48,10 @@
</ul>
</div>
+<div class="doc_author">
+ <p>Written by <a href="mailto:sabre at nondot.org">Chris Lattner</a></p>
+</div>
+
<!-- *********************************************************************** -->
<div class="doc_section"><a name="introduction">Introduction</a></div>
<!-- *********************************************************************** -->
@@ -565,7 +569,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/05/12 18:31:21 $
+ Last modified: $Date: 2004/05/23 21:07:27 $
</address>
</body>
Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.7 llvm/docs/TestingGuide.html:1.8
--- llvm/docs/TestingGuide.html:1.7 Mon Mar 1 12:21:04 2004
+++ llvm/docs/TestingGuide.html Sun May 23 16:07:27 2004
@@ -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>
@@ -377,7 +379,7 @@
John T. Criswell<br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/03/01 18:21:04 $
+ Last modified: $Date: 2004/05/23 21:07:27 $
</address>
</body>
</html>
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.26 llvm/docs/WritingAnLLVMPass.html:1.27
--- llvm/docs/WritingAnLLVMPass.html:1.26 Wed Mar 17 15:33:32 2004
+++ llvm/docs/WritingAnLLVMPass.html Sun May 23 16:07:27 2004
@@ -87,8 +87,8 @@
</ul></li>
</ol>
-<div class="doc_text">
- <p><b>Written by <a href="mailto:sabre at nondot.org">Chris Lattner</a></b><p>
+<div class="doc_author">
+ <p>Written by <a href="mailto:sabre at nondot.org">Chris Lattner</a></p>
</div>
<!-- *********************************************************************** -->
@@ -1471,7 +1471,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/03/17 21:33:32 $
+ Last modified: $Date: 2004/05/23 21:07:27 $
</address>
</body>
More information about the llvm-commits
mailing list