Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 1 | Development Process Documentation |
| 2 | ================================= |
| 3 | |
Bill Wendling | 9e22640 | 2012-06-19 22:25:41 +0000 | [diff] [blame] | 4 | .. toctree:: |
| 5 | :hidden: |
| 6 | |
Bill Wendling | 9059390 | 2012-06-20 04:20:39 +0000 | [diff] [blame] | 7 | MakefileGuide |
| 8 | Projects |
Sean Silva | 01315e6 | 2012-11-20 03:13:53 +0000 | [diff] [blame] | 9 | LLVMBuild |
Dmitri Gribenko | 69c0239 | 2012-12-07 16:42:48 +0000 | [diff] [blame] | 10 | HowToReleaseLLVM |
Bill Wendling | 9e22640 | 2012-06-19 22:25:41 +0000 | [diff] [blame] | 11 | |
Sean Silva | a7aec40 | 2013-01-11 02:28:08 +0000 | [diff] [blame] | 12 | * :doc:`Projects` |
Bill Wendling | 9e22640 | 2012-06-19 22:25:41 +0000 | [diff] [blame] | 13 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 14 | How-to guide and templates for new projects that *use* the LLVM |
| 15 | infrastructure. The templates (directory organization, Makefiles, and test |
| 16 | tree) allow the project code to be located outside (or inside) the ``llvm/`` |
| 17 | tree, while using LLVM header files and libraries. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 18 | |
Sean Silva | 01315e6 | 2012-11-20 03:13:53 +0000 | [diff] [blame] | 19 | * :doc:`LLVMBuild` |
Bill Wendling | 2c8293d | 2012-06-20 02:57:56 +0000 | [diff] [blame] | 20 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 21 | Describes the LLVMBuild organization and files used by LLVM to specify |
| 22 | component descriptions. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 23 | |
Sean Silva | a7aec40 | 2013-01-11 02:28:08 +0000 | [diff] [blame] | 24 | * :doc:`MakefileGuide` |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 25 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 26 | Describes how the LLVM makefiles work and how to use them. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 27 | |
Dmitri Gribenko | 69c0239 | 2012-12-07 16:42:48 +0000 | [diff] [blame] | 28 | * :doc:`HowToReleaseLLVM` |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 29 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 30 | This is a guide to preparing LLVM releases. Most developers can ignore it. |