<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/docs/LinkTimeOptimization.rst, branch users/nico/python-2</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>[LTO][Legacy] Add new API to query Mach-O CPU (sub)type</title>
<updated>2020-02-28T20:56:05+00:00</updated>
<author>
<name>Francis Visoiu Mistrih</name>
<email>francisvm@yahoo.com</email>
</author>
<published>2020-02-19T01:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e551b737c3c787f770709b9659c68b029e6b92dc'/>
<id>e551b737c3c787f770709b9659c68b029e6b92dc</id>
<content type='text'>
Tools working with object files on Darwin (e.g. lipo) may need to know
properties like the CPU type and subtype of a bitcode file. The logic of
converting a triple to a Mach-O CPU_(SUB_)TYPE should be provided by
LLVM instead of relying on tools to re-implement it.

Differential Revision: https://reviews.llvm.org/D75067
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tools working with object files on Darwin (e.g. lipo) may need to know
properties like the CPU type and subtype of a bitcode file. The logic of
converting a triple to a Mach-O CPU_(SUB_)TYPE should be provided by
LLVM instead of relying on tools to re-implement it.

Differential Revision: https://reviews.llvm.org/D75067
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Typos and whitespace fixed in LTO docs.</title>
<updated>2016-11-29T18:00:31+00:00</updated>
<author>
<name>Mehdi Amini</name>
<email>mehdi.amini@apple.com</email>
</author>
<published>2016-11-29T18:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c62b64a9e867bc2aa8c9e29245628e4dd6de993c'/>
<id>c62b64a9e867bc2aa8c9e29245628e4dd6de993c</id>
<content type='text'>
While reading the LTO docs I fixed few small typos and whitespace issues.

Patch by: Jonas Devlieghere &lt;jonas@devlieghere.com&gt;

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

llvm-svn: 288171
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While reading the LTO docs I fixed few small typos and whitespace issues.

Patch by: Jonas Devlieghere &lt;jonas@devlieghere.com&gt;

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

llvm-svn: 288171
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix LTO document</title>
<updated>2016-07-08T00:28:29+00:00</updated>
<author>
<name>Piotr Padlewski</name>
<email>piotr.padlewski@gmail.com</email>
</author>
<published>2016-07-08T00:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9a249cfe4c122effb77953770179f53dfc3d3f73'/>
<id>9a249cfe4c122effb77953770179f53dfc3d3f73</id>
<content type='text'>
Summary: fixed very old document

Reviewers: tejohnson, pcc

Subscribers: mehdi_amini, eraman, llvm-commits

Differential Revision: http://reviews.llvm.org/D22121

llvm-svn: 274811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: fixed very old document

Reviewers: tejohnson, pcc

Subscribers: mehdi_amini, eraman, llvm-commits

Differential Revision: http://reviews.llvm.org/D22121

llvm-svn: 274811
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo in the documentation of LTO</title>
<updated>2014-12-03T07:32:36+00:00</updated>
<author>
<name>Benjamin Poulain</name>
<email>benjamin@webkit.org</email>
</author>
<published>2014-12-03T07:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=78e1380aa2ca166185afc28eb561426a44bff876'/>
<id>78e1380aa2ca166185afc28eb561426a44bff876</id>
<content type='text'>
Fix defininitions-&gt;definitions.

Reviewed by David Blaikie.

llvm-svn: 223216
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix defininitions-&gt;definitions.

Reviewed by David Blaikie.

llvm-svn: 223216
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Fix long standing linking antipattern.</title>
<updated>2013-01-11T02:28:08+00:00</updated>
<author>
<name>Sean Silva</name>
<email>silvas@purdue.edu</email>
</author>
<published>2013-01-11T02:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=92a44897a23cec916d1fc08eecf71731e3ded752'/>
<id>92a44897a23cec916d1fc08eecf71731e3ded752</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: cleanup</title>
<updated>2012-12-12T16:58:13+00:00</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2012-12-12T16:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=427cfcb93780801a437b62ed75f9f393ec180fb5'/>
<id>427cfcb93780801a437b62ed75f9f393ec180fb5</id>
<content type='text'>
llvm-svn: 169990
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 169990
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Sphinxify GoldPlugin document.</title>
<updated>2012-10-04T03:56:23+00:00</updated>
<author>
<name>Sean Silva</name>
<email>silvas@purdue.edu</email>
</author>
<published>2012-10-04T03:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=fc6de0f2cb75e6e3dcc5ff38f166b873ed88e470'/>
<id>fc6de0f2cb75e6e3dcc5ff38f166b873ed88e470</id>
<content type='text'>
llvm-svn: 165198
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 165198
</pre>
</div>
</content>
</entry>
<entry>
<title>Sphinxify the LTO document.</title>
<updated>2012-06-20T10:08:02+00:00</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-06-20T10:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8cb8e9987b7878d552e67fc5016ba8c2c36e9374'/>
<id>8cb8e9987b7878d552e67fc5016ba8c2c36e9374</id>
<content type='text'>
llvm-svn: 158808
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 158808
</pre>
</div>
</content>
</entry>
</feed>
