summaryrefslogtreecommitdiff
path: root/docs/FAQ.rst
AgeCommit message (Collapse)Author
2016-07-28fix some typos in the docSylvestre Ledru
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276968 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-23FAQ: Remove the entire Build Problems sectionJustin Bogner
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264141 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-23FAQ: We require GCC 4.7 - nobody's asking about build failures with 3.3.2Justin Bogner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264139 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-12Updating source languages entry in FAQ.Wilfred Hughes
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263314 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-29Clean up docs references to './configure' in preparation for deprecating ↵Jonathan Roelofs
in-source builds http://reviews.llvm.org/D8787 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236144 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-02remove an old entry whose link is broken anywayChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202617 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-11docs: Fix long standing linking antipattern.Sean Silva
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172162 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-27docs: Add FAQ about "storing to a virtual register".Sean Silva
This came up for the N+1'st time today in IRC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171155 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-12Documentation: use a 'console' highlighter for terminal output examples. ThisDmitri Gribenko
gives a nicer output than 'bash'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169979 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-18[docs] Port FAQ over to Sphinx.Michael J. Spencer
Patch by Mikael Lyngvig! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158677 91177308-0d34-0410-b5e6-96231b3b80d8