Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename all references to old mailing lists to new lists.llvm.org address. | Tanya Lattner | 2015-08-05 | 1 | -1/+1 |
| | | | | llvm-svn: 243999 | ||||
* | Remove projects/sample. | Rafael Espindola | 2014-03-12 | 1 | -70/+4 |
| | | | | | | | | | | | | | | | As an example that was not actually being used, it suffered from a slow bitrot. The two main issues with it were that it had no cmake support and included a copy of the autoconf directory. The reality is that autoconf is not easily composable. The lack of composabilty is why we have clang options in llvm's configure. Suggesting that users include a copy of autoconf/ in their projects seems a bad idea. We are also in the process of switching to cmake, so pushing autoconf to new project is probably not what we want. llvm-svn: 203728 | ||||
* | Documentation: remove all mentions of DejaGNU and Tcl | Dmitri Gribenko | 2013-01-18 | 1 | -5/+3 |
| | | | | | | We don't have DejaGNU tests now. llvm-svn: 172836 | ||||
* | docs: Fix long standing linking antipattern. | Sean Silva | 2013-01-11 | 1 | -2/+0 |
| | | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162 | ||||
* | docs: Sphinxify TestingGuide | Sean Silva | 2012-11-14 | 1 | -3/+3 |
| | | | | llvm-svn: 167979 | ||||
* | Fix grammar-o. Fixes PR13482! | Nick Lewycky | 2012-07-30 | 1 | -1/+1 |
| | | | | llvm-svn: 160996 | ||||
* | Use correct capitalization. | Bill Wendling | 2012-06-19 | 1 | -1/+1 |
| | | | | llvm-svn: 158752 | ||||
* | Indent coding examples. | Bill Wendling | 2012-06-19 | 1 | -5/+5 |
| | | | | llvm-svn: 158728 | ||||
* | Remove bad HTML tags. Add missing :. | Bill Wendling | 2012-06-19 | 1 | -4/+4 |
| | | | | llvm-svn: 158726 | ||||
* | Put flag names on one line. | Bill Wendling | 2012-06-19 | 1 | -2/+1 |
| | | | | llvm-svn: 158715 | ||||
* | Fix italicized text. | Bill Wendling | 2012-06-19 | 1 | -4/+4 |
| | | | | llvm-svn: 158714 | ||||
* | Use correct URL. | Bill Wendling | 2012-06-19 | 1 | -1/+1 |
| | | | | llvm-svn: 158713 | ||||
* | Fix numbering of list items. | Bill Wendling | 2012-06-19 | 1 | -6/+6 |
| | | | | llvm-svn: 158712 | ||||
* | Fix some Sphinx mistakes. | Bill Wendling | 2012-06-19 | 1 | -41/+40 |
| | | | | llvm-svn: 158711 | ||||
* | First attempt at Sphinx. Convert the Projects.html file to Sphinx format. | Bill Wendling | 2012-06-19 | 1 | -0/+329 |
llvm-svn: 158709 |