summaryrefslogtreecommitdiffstats
path: root/llvm/docs/HowToSubmitABug.rst
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Prevent O0 optnone for opt inputShoaib Meenai2019-01-291-2/+2
| | | | | | | | | | If we just compile with -O0, clang will add optnone attributes everywhere, so opt won't actually be able to perform any passes. Instruct clang to not emit the optnone so opt can do its thing. Differential Revision: https://reviews.llvm.org/D56950 llvm-svn: 352550
* [docs] Fix mention of GCC frontendJan Korous2018-01-151-1/+1
| | | | llvm-svn: 322491
* Update Bugzilla URLs in docsIsmail Donmez2017-02-171-1/+1
| | | | llvm-svn: 295432
* Delete -std-compile-opts.Rafael Espindola2014-10-161-1/+1
| | | | | | These days -std-compile-opts was just a silly alias for -O3. llvm-svn: 219951
* [docs] Nuke some references to llvm-gccSean Silva2014-02-181-9/+9
| | | | | | | From a cursory look it seems like all the described commandline options and such apply to clang just fine, but I'd appreciate a second opinion. llvm-svn: 201616
* 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
* remove the rest of the "written by" lines in the documentation. It isChris Lattner2013-01-101-2/+0
| | | | | | | against the developer policy to include this sort of thing as SVN blame already captures this in a far more fine-grained way. llvm-svn: 172109
* docs: Sphinxify HowToSubmitABugSean Silva2012-09-251-0/+233
llvm-svn: 164630
OpenPOWER on IntegriCloud