<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/docs/CommandGuide/bugpoint.rst, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[docs] [tools] Fix see also links</title>
<updated>2019-07-04T21:19:05+00:00</updated>
<author>
<name>Alex Brachet</name>
<email>alexbrachetmialot@gmail.com</email>
</author>
<published>2019-07-04T21:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=09a066b3aabfc4ea21d59d464f032f5f8a25c059'/>
<id>09a066b3aabfc4ea21d59d464f032f5f8a25c059</id>
<content type='text'>
Summary: Changes "see also" links to use :manpage: instead of plain text or the form `name|name` which was being treated literally, not as a link.

Reviewers: jhenderson, rupprecht

Reviewed By: jhenderson

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D63970

llvm-svn: 365159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Changes "see also" links to use :manpage: instead of plain text or the form `name|name` which was being treated literally, not as a link.

Reviewers: jhenderson, rupprecht

Reviewed By: jhenderson

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D63970

llvm-svn: 365159
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] [NFC] Removed excess spacing</title>
<updated>2019-07-04T04:41:06+00:00</updated>
<author>
<name>Alex Brachet</name>
<email>alexbrachetmialot@gmail.com</email>
</author>
<published>2019-07-04T04:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=fa9d232e4389bbd9ca82f8b6b34a1784107835fc'/>
<id>fa9d232e4389bbd9ca82f8b6b34a1784107835fc</id>
<content type='text'>
Summary: Removed excess new lines from documentations. As far as I can tell, it seems as though restructured text is agnostic to new lines, the use of new lines was inconsistent and had no effect on how the files were being displayed.

Reviewers: jhenderson, rupprecht, JDevlieghere

Reviewed By: jhenderson

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D63971

llvm-svn: 365105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Removed excess new lines from documentations. As far as I can tell, it seems as though restructured text is agnostic to new lines, the use of new lines was inconsistent and had no effect on how the files were being displayed.

Reviewers: jhenderson, rupprecht, JDevlieghere

Reviewed By: jhenderson

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D63971

llvm-svn: 365105
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs][tools] Add missing "program" tags to rst files</title>
<updated>2019-06-27T13:24:46+00:00</updated>
<author>
<name>James Henderson</name>
<email>jh7370@my.bristol.ac.uk</email>
</author>
<published>2019-06-27T13:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a056684c335995214f6d3467c699d32f8e73b763'/>
<id>a056684c335995214f6d3467c699d32f8e73b763</id>
<content type='text'>
Sphinx allows for definitions of command-line options using
`.. option &lt;name&gt;` and references to those options via `:option:&lt;name&gt;`.
However, it looks like there is no scoping of these options by default,
meaning that links can end up pointing to incorrect documents. See for
example the llvm-mca document, which contains references to -o that,
prior to this patch, pointed to a different document. What's worse is
that these links appear to be non-deterministic in which one is picked
(on my machine, some references end up pointing to opt, whereas on the
live docs, they point to llvm-dwarfdump, for example).

The fix is to add the .. program &lt;name&gt; tag. This essentially namespaces
the options (definitions and references) to the named program, ensuring
that the links are kept correct.

Reviwed by: andreadb

Differential Revision: https://reviews.llvm.org/D63873

llvm-svn: 364538
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sphinx allows for definitions of command-line options using
`.. option &lt;name&gt;` and references to those options via `:option:&lt;name&gt;`.
However, it looks like there is no scoping of these options by default,
meaning that links can end up pointing to incorrect documents. See for
example the llvm-mca document, which contains references to -o that,
prior to this patch, pointed to a different document. What's worse is
that these links appear to be non-deterministic in which one is picked
(on my machine, some references end up pointing to opt, whereas on the
live docs, they point to llvm-dwarfdump, for example).

The fix is to add the .. program &lt;name&gt; tag. This essentially namespaces
the options (definitions and references) to the named program, ensuring
that the links are kept correct.

Reviwed by: andreadb

Differential Revision: https://reviews.llvm.org/D63873

llvm-svn: 364538
</pre>
</div>
</content>
</entry>
<entry>
<title>bugpoint: add flag -verbose-errors</title>
<updated>2016-07-15T23:15:06+00:00</updated>
<author>
<name>Sebastian Pop</name>
<email>sebpop@gmail.com</email>
</author>
<published>2016-07-15T23:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8f7d01992cf988d45d2d8cb772a7ab739761a38b'/>
<id>8f7d01992cf988d45d2d8cb772a7ab739761a38b</id>
<content type='text'>
The default behavior of bugpoint is to print "&lt;crash&gt;" when it finds a reduced
test that crashes compilation.  With this flag we now can see the output of the
crashing program.  This is useful to make sure it is the same error being
tracked down and not a different error that happens to crash the compiler as
well.

Differential Revision: https://reviews.llvm.org/D22411

llvm-svn: 275646
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default behavior of bugpoint is to print "&lt;crash&gt;" when it finds a reduced
test that crashes compilation.  With this flag we now can see the output of the
crashing program.  This is useful to make sure it is the same error being
tracked down and not a different error that happens to crash the compiler as
well.

Differential Revision: https://reviews.llvm.org/D22411

llvm-svn: 275646
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Use reST link.</title>
<updated>2016-03-23T00:31:21+00:00</updated>
<author>
<name>Sean Silva</name>
<email>chisophugis@gmail.com</email>
</author>
<published>2016-03-23T00:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c28b49550a30d6e1ef0827086330fb4ff867bdef'/>
<id>c28b49550a30d6e1ef0827086330fb4ff867bdef</id>
<content type='text'>
llvm-svn: 264121
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 264121
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Clarify the sense of --compile-command</title>
<updated>2016-03-23T00:25:13+00:00</updated>
<author>
<name>Sean Silva</name>
<email>chisophugis@gmail.com</email>
</author>
<published>2016-03-23T00:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=232c33170282edb9523b1ee60e968863aac62e13'/>
<id>232c33170282edb9523b1ee60e968863aac62e13</id>
<content type='text'>
In retrospect, it seems "obvious" that the sense of the return code is
the same as if it crashed on "interesting" inputs. But that didn't stop
me from spending more time than I care to admit verifying this.

llvm-svn: 264119
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In retrospect, it seems "obvious" that the sense of the return code is
the same as if it crashed on "interesting" inputs. But that didn't stop
me from spending more time than I care to admit verifying this.

llvm-svn: 264119
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Remove documentation for legacy PGO options</title>
<updated>2014-06-04T06:29:38+00:00</updated>
<author>
<name>Justin Bogner</name>
<email>mail@justinbogner.com</email>
</author>
<published>2014-06-04T06:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=6f8e6b108b3899bdf9a92c2ddd9ef792e4253d40'/>
<id>6f8e6b108b3899bdf9a92c2ddd9ef792e4253d40</id>
<content type='text'>
Late last year r191835 removed a largely unmaintained legacy PGO
infrastructure, but some of the docs were missed. Since these docs are
for things that don't actually exist anymore, they should be removed.

llvm-svn: 210165
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Late last year r191835 removed a largely unmaintained legacy PGO
infrastructure, but some of the docs were missed. Since these docs are
for things that don't actually exist anymore, they should be removed.

llvm-svn: 210165
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: use correct highlighter</title>
<updated>2012-11-29T12:00:32+00:00</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2012-11-29T12:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=194d3685eca281a68aef38e19c17c2dd86850935'/>
<id>194d3685eca281a68aef38e19c17c2dd86850935</id>
<content type='text'>
llvm-svn: 168871
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 168871
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: improve formatting and remove unneeded empty lines.</title>
<updated>2012-11-28T21:40:54+00:00</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2012-11-28T21:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=5cb3f1097f318591ffd771bd6704931f7eebb4e2'/>
<id>5cb3f1097f318591ffd771bd6704931f7eebb4e2</id>
<content type='text'>
llvm-svn: 168817
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 168817
</pre>
</div>
</content>
</entry>
<entry>
<title>Use correct syntax highliter in code blocks.  Noticed by Sean Silva.</title>
<updated>2012-06-12T15:45:07+00:00</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2012-06-12T15:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a99fa5b062df7743dcd35e602e98e8ad547895a2'/>
<id>a99fa5b062df7743dcd35e602e98e8ad547895a2</id>
<content type='text'>
llvm-svn: 158359
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 158359
</pre>
</div>
</content>
</entry>
</feed>
