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