[llvm-commits] CVS: llvm-www/Documentation.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 2 14:18:10 PDT 2004
Changes in directory llvm-www:
Documentation.html updated: 1.13 -> 1.14
---
Log message:
More changes
---
Diffs of the changes: (+29 -14)
Index: llvm-www/Documentation.html
diff -u llvm-www/Documentation.html:1.13 llvm-www/Documentation.html:1.14
--- llvm-www/Documentation.html:1.13 Mon Aug 2 15:53:30 2004
+++ llvm-www/Documentation.html Mon Aug 2 16:18:00 2004
@@ -28,10 +28,13 @@
Discusses how to get up and running quickly with the LLVM infrastructure.
Everything from unpacking and compilation of the distribution to execution of
some tools.</li>
-
+
<li><a href="docs/CommandGuide/">LLVM Command Guide</a> - A reference manual for
the LLVM command line utilities ("man" pages for LLVM tools).</li>
+<li><a href="docs/ReleaseNotes.html">Release notes for the current release</a>
+- This describes new features, known bugs, and other limitations.</li>
+
<li><a href="docs/HowToSubmitABug.html">How to Submit A Bug Report</a> -
Instructions for properly submitting information about any bugs you run into in
the LLVM system.</li>
@@ -134,24 +137,36 @@
for the proper way to submit information about a bug you ran into in the LLVM
system.</li>
-<li> You can probably find help on the unofficial LLVM IRC channel. We often are
-on irc.oftc.net in the #llvm channel.</li>
+<li> You can probably find help on the unofficial LLVM IRC channel. We often
+are on irc.oftc.net in the #llvm channel. If you are using the mozilla
+browser, and have chatzilla installed, you can join by <a
+href="irc://irc.oftc.net/llvm">clicking here</a>.</li>
+
+</ul>
+
+<div class="doc_subsection">LLVM Mailing Lists:</div>
+
+<ul>
+<li>The <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">
+LLVM Announcements List</a>: This is a low volume list that provides important
+announcements regarding LLVM. It gets email about once a month.</li>
-<li>LLVM Mailing Lists:
-<ol>
-<li>The
-<a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">
-LLVM Announcements List</a></li>
<li>The <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">Developer's
-List</a> (LLVM user & developer support)</li>
+List</a>: This list is for people who want to be included in technical
+discussions of LLVM. People post to this list when they have questions about
+writing code for or using the LLVM tools. It is relatively low volume.</li>
+
<li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvmbugs/">Bugs &
-Patches Archive</a></li>
+Patches Archive</a>: This list gets emailed every time a bug is opened and
+closed, and when people submit patches to be included in LLVM. It is higher
+volume than the LLVMdev list.</li>
+
<li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvm-commits/">CVS Commits
-Archive</a></li>
-</ol></li>
+Archive</a>: This list contains all commit messages that are made when LLVM
+developers commit code changes to the CVS archive. It is useful for those who
+want to stay on the bleeding edge of LLVM development. This list is very high
+volume.</li>
-<li>Results from the <a href="testresults/">LLVM Automated Nightly
-Tester</a></li>
</ul>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list