move some code around so that Verifier.cpp can get access to the intrinsic info table.
[oota-llvm.git] / docs / mailing_lists.rst
1 .. _mailing_lists:
2
3 Mailing Lists
4 =============
5
6  * `LLVM Announcements List
7    <http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce>`_
8
9    This is a low volume list that provides important announcements regarding
10    LLVM.  It gets email about once a month.
11
12  * `Developer's List <http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_
13
14    This list is for people who want to be included in technical discussions of
15    LLVM. People post to this list when they have questions about writing code
16    for or using the LLVM tools. It is relatively low volume.
17
18  * `Bugs & Patches Archive <http://lists.cs.uiuc.edu/pipermail/llvmbugs/>`_
19
20    This list gets emailed every time a bug is opened and closed, and when people
21    submit patches to be included in LLVM.  It is higher volume than the LLVMdev
22    list.
23
24  * `Commits Archive <http://lists.cs.uiuc.edu/pipermail/llvm-commits/>`_
25
26    This list contains all commit messages that are made when LLVM developers
27    commit code changes to the repository. It is useful for those who want to
28    stay on the bleeding edge of LLVM development. This list is very high volume.
29
30  * `Test Results Archive
31    <http://lists.cs.uiuc.edu/pipermail/llvm-testresults/>`_
32
33    A message is automatically sent to this list by every active nightly tester
34    when it completes.  As such, this list gets email several times each day,
35    making it a high volume list.