summaryrefslogtreecommitdiffstats
path: root/llvm/docs/FAQ.rst
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Tiny rewording in the portability FAQ entryJosh Kunz2019-11-201-1/+1
| | | | The entry reads better with these two words swapped.
* Update the FAQ: remove stuff related to the previous license +Sylvestre Ledru2019-10-031-9/+4
| | | | | | update info about the portability of LLVM. llvm-svn: 373576
* Remove some autoconf references from docs and commentsSven van Haastregt2019-07-031-6/+0
| | | | | | | | | The autoconf build system support has been removed a while ago, remove some outdated references. Differential Revision: https://reviews.llvm.org/D63608 llvm-svn: 365013
* fix some typos in the docSylvestre Ledru2016-07-281-1/+1
| | | | llvm-svn: 276968
* FAQ: Remove the entire Build Problems sectionJustin Bogner2016-03-231-125/+0
| | | | | | | | This is all horribly outdated, and is mostly about the autoconf build system that doesn't even exist anymore. These questions aren't frequent, and these answers aren't useful. llvm-svn: 264141
* FAQ: We require GCC 4.7 - nobody's asking about build failures with 3.3.2Justin Bogner2016-03-231-6/+0
| | | | llvm-svn: 264139
* Updating source languages entry in FAQ.Wilfred Hughes2016-03-121-5/+4
| | | | | | | | | Dragonegg is no longer actively maintained[1], and the Pypy team is not actively pursuing LLVM[2]. 1: http://reviews.llvm.org/D9331 2: http://rpython.readthedocs.org/en/latest/faq.html#could-we-use-llvm llvm-svn: 263314
* Clean up docs references to './configure' in preparation for deprecating ↵Jonathan Roelofs2015-04-291-1/+1
| | | | | | | | in-source builds http://reviews.llvm.org/D8787 llvm-svn: 236144
* remove an old entry whose link is broken anywayChris Lattner2014-03-021-8/+0
| | | | llvm-svn: 202617
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-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: Add FAQ about "storing to a virtual register".Sean Silva2012-12-271-0/+23
| | | | | | This came up for the N+1'st time today in IRC. llvm-svn: 171155
* Documentation: use a 'console' highlighter for terminal output examples. ThisDmitri Gribenko2012-12-121-7/+7
| | | | | | gives a nicer output than 'bash'. llvm-svn: 169979
* [docs] Port FAQ over to Sphinx.Michael J. Spencer2012-06-181-0/+464
Patch by Mikael Lyngvig! llvm-svn: 158677
OpenPOWER on IntegriCloud