4 LLVM welcomes contributions of all kinds. To get started, please review the following topics:
\r
14 SphinxQuickstartTemplate
\r
21 An overview on how to contribute to LLVM.
\r
23 :doc:`DeveloperPolicy`
\r
24 The LLVM project's policy towards developers and their contributions.
\r
26 :doc:`SphinxQuickstartTemplate`
\r
27 A template + tutorial for writing new Sphinx documentation. It is meant
\r
28 to be read in source form.
\r
31 Describes how to use the Phabricator code review tool hosted on
\r
32 http://reviews.llvm.org/ and its command line interface, Arcanist.
\r
34 :doc:`HowToSubmitABug`
\r
35 Instructions for properly submitting information about any bugs you run into
\r
39 Describes how bugs are reported, triaged and closed.
\r
41 :doc:`CodingStandards`
\r
42 Details the LLVM coding standards and provides useful information on writing
\r
45 .. _development-process:
\r
50 Information about LLVM's development process.
\r
64 How-to guide and templates for new projects that *use* the LLVM
\r
65 infrastructure. The templates (directory organization, Makefiles, and test
\r
66 tree) allow the project code to be located outside (or inside) the ``llvm/``
\r
67 tree, while using LLVM header files and libraries.
\r
70 Describes the LLVMBuild organization and files used by LLVM to specify
\r
71 component descriptions.
\r
73 :doc:`HowToReleaseLLVM`
\r
74 This is a guide to preparing LLVM releases. Most developers can ignore it.
\r
76 :doc:`ReleaseProcess`
\r
77 This is a guide to validate a new release, during the release process. Most developers can ignore it.
\r
79 :doc:`HowToAddABuilder`
\r
80 Instructions for adding new builder to LLVM buildbot master.
\r
83 Advice on packaging LLVM into a distribution.
\r
85 :doc:`Release notes for the current release <ReleaseNotes>`
\r
86 This describes new features, known bugs, and other limitations.
\r
93 If you can't find what you need in these docs, try consulting the mailing
\r
96 `Developer's List (llvm-dev)`__
\r
97 This list is for people who want to be included in technical discussions of
\r
98 LLVM. People post to this list when they have questions about writing code
\r
99 for or using the LLVM tools. It is relatively low volume.
\r
101 .. __: http://lists.llvm.org/mailman/listinfo/llvm-dev
\r
103 `Commits Archive (llvm-commits)`__
\r
104 This list contains all commit messages that are made when LLVM developers
\r
105 commit code changes to the repository. It also serves as a forum for
\r
106 patch review (i.e. send patches here). It is useful for those who want to
\r
107 stay on the bleeding edge of LLVM development. This list is very high
\r
110 .. __: http://lists.llvm.org/pipermail/llvm-commits/
\r
112 `Bugs & Patches Archive (llvm-bugs)`__
\r
113 This list gets emailed every time a bug is opened and closed. It is
\r
114 higher volume than the LLVM-dev list.
\r
116 .. __: http://lists.llvm.org/pipermail/llvm-bugs/
\r
118 `Test Results Archive (llvm-testresults)`__
\r
119 A message is automatically sent to this list by every active nightly tester
\r
120 when it completes. As such, this list gets email several times each day,
\r
121 making it a high volume list.
\r
123 .. __: http://lists.llvm.org/pipermail/llvm-testresults/
\r
125 `LLVM Announcements List (llvm-announce)`__
\r
126 This is a low volume list that provides important announcements regarding
\r
127 LLVM. It gets email about once a month.
\r
129 .. __: http://lists.llvm.org/mailman/listinfo/llvm-announce
\r
134 Users and developers of the LLVM project (including subprojects such as Clang)
\r
135 can be found in #llvm on `irc.oftc.net <irc://irc.oftc.net/llvm>`_.
\r
137 This channel has several bots.
\r
139 * Buildbot reporters
\r
141 * llvmbb - Bot for the main LLVM buildbot master.
\r
142 http://lab.llvm.org:8011/console
\r
143 * smooshlab - Apple's internal buildbot master.
\r
145 * robot - Bugzilla linker. %bug <number>
\r
147 * clang-bot - A `geordi <http://www.eelis.net/geordi/>`_ instance running
\r
148 near-trunk clang instead of gcc.
\r
150 .. _meetups-social-events:
\r
152 Meetups and social events
\r
153 -------------------------
\r
160 Besides developer `meetings and conferences <https://llvm.org/devmtg/>`_,
\r
161 there are several user groups called
\r
162 `LLVM Socials <https://www.meetup.com/pro/llvm/>`_. We greatly encourage you to
\r
163 join one in your city. Or start a new one if there is none:
\r
165 :doc:`MeetupGuidelines`
\r
167 .. _community-proposals:
\r
169 Community wide proposals
\r
170 ------------------------
\r
172 Proposals for massive changes in how the community behaves and how the work flow
\r
179 Proposals/GitHubMove
\r
182 Proposals/TestSuite
\r
183 Proposals/VariableNames
\r
184 Proposals/VectorizationPlan
\r
186 :doc:`CodeOfConduct`
\r
187 Proposal to adopt a code of conduct on the LLVM social spaces (lists, events,
\r
190 :doc:`Proposals/GitHubMove`
\r
191 Proposal to move from SVN/Git to GitHub.
\r
193 :doc:`BugpointRedesign`
\r
194 Design doc for a redesign of the Bugpoint tool.
\r
196 :doc:`Proposals/LLVMLibC`
\r
197 Proposal to add a libc implementation under the LLVM project.
\r
199 :doc:`Proposals/TestSuite`
\r
200 Proposals for additional benchmarks/programs for llvm's test-suite.
\r
202 :doc:`Proposals/VariableNames`
\r
203 Proposal to change the variable names coding standard.
\r
205 :doc:`Proposals/VectorizationPlan`
\r
206 Proposal to model the process and upgrade the infrastructure of LLVM's Loop Vectorizer.