<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/docs/tutorial/BuildingAJIT2.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>Reformulate OrcJIT tutorial doc to make it more clear.</title>
<updated>2021-09-03T04:59:37+00:00</updated>
<author>
<name>Yuichi Yoshida</name>
<email>yoshida.yuichi@gmail.com</email>
</author>
<published>2021-09-03T04:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1708d17423b7b20ff427bf69fd589f9b1120b37e'/>
<id>1708d17423b7b20ff427bf69fd589f9b1120b37e</id>
<content type='text'>
Fixed a minor writing error. The text was hard to understand.

Reviewed By: lhames, mehdi_amini

Differential Revision: https://reviews.llvm.org/D106235
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a minor writing error. The text was hard to understand.

Reviewed By: lhames, mehdi_amini

Differential Revision: https://reviews.llvm.org/D106235
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformulate OrcJIT tutorial doc to make it more clear.</title>
<updated>2021-07-14T05:48:01+00:00</updated>
<author>
<name>Yuichi Yoshida</name>
<email>yoshida.yuichi@gmail.com</email>
</author>
<published>2021-07-14T05:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8ae31b08d9da5f42dd149eb48ef3e3baae2d1b07'/>
<id>8ae31b08d9da5f42dd149eb48ef3e3baae2d1b07</id>
<content type='text'>
Fixed a minor writing error. The text was hard to understand.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D105899
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a minor writing error. The text was hard to understand.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D105899
</pre>
</div>
</content>
</entry>
<entry>
<title>s/setGenerator/addGenerator/ in the JIT docs. NFC</title>
<updated>2021-04-15T22:54:28+00:00</updated>
<author>
<name>Jon Roelofs</name>
<email>jonathan_roelofs@apple.com</email>
</author>
<published>2021-04-15T22:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0bae93771d5589f69b79c3e3f6d71d69b8dd6667'/>
<id>0bae93771d5589f69b79c3e3f6d71d69b8dd6667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm] NFC: Fix trivial typo in rst and td files</title>
<updated>2020-04-23T05:26:32+00:00</updated>
<author>
<name>Kazuaki Ishizaki</name>
<email>ishizaki@jp.ibm.com</email>
</author>
<published>2020-04-23T05:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0312b9f55077021141808e6d3e5ccc6f4f7b6ae6'/>
<id>0312b9f55077021141808e6d3e5ccc6f4f7b6ae6</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D77469
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Differential Revision: https://reviews.llvm.org/D77469
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm] NFC: fix trivial typos in documents</title>
<updated>2020-01-22T03:32:51+00:00</updated>
<author>
<name>Kazuaki Ishizaki</name>
<email>ishizaki@jp.ibm.com</email>
</author>
<published>2020-01-22T03:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f65d4aa96082778dc4af4657519d4d1aebbdf4da'/>
<id>f65d4aa96082778dc4af4657519d4d1aebbdf4da</id>
<content type='text'>
Reviewers: hans, Jim

Reviewed By: Jim

Subscribers: jvesely, nhaehnle, mgorny, arphaman, bmahjour, kerbowa, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D73017
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: hans, Jim

Reviewed By: Jim

Subscribers: jvesely, nhaehnle, mgorny, arphaman, bmahjour, kerbowa, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D73017
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm] Migrate llvm::make_unique to std::make_unique</title>
<updated>2019-08-15T15:54:37+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-08-15T15:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0eaee545eef49ff9498234d3a51a5cbde59bf976'/>
<id>0eaee545eef49ff9498234d3a51a5cbde59bf976</id>
<content type='text'>
Now that we've moved to C++14, we no longer need the llvm::make_unique
implementation from STLExtras.h. This patch is a mechanical replacement
of (hopefully) all the llvm::make_unique instances across the monorepo.

llvm-svn: 369013
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we've moved to C++14, we no longer need the llvm::make_unique
implementation from STLExtras.h. This patch is a mechanical replacement
of (hopefully) all the llvm::make_unique instances across the monorepo.

llvm-svn: 369013
</pre>
</div>
</content>
</entry>
<entry>
<title>[BuildingAJIT] Clang-format chapters 1 and 2.</title>
<updated>2018-11-13T01:26:25+00:00</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2018-11-13T01:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8bf69be1c1805a8fdde0880da959133aca623e9a'/>
<id>8bf69be1c1805a8fdde0880da959133aca623e9a</id>
<content type='text'>
llvm-svn: 346727
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 346727
</pre>
</div>
</content>
</entry>
<entry>
<title>[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.</title>
<updated>2018-11-13T01:25:34+00:00</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2018-11-13T01:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=575515fddf9003c0a5f680c52bfa9893ceb4c20c'/>
<id>575515fddf9003c0a5f680c52bfa9893ceb4c20c</id>
<content type='text'>
llvm-svn: 346726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 346726
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Fix a typo in KaleidoscopeJIT tutorial</title>
<updated>2018-05-08T18:43:27+00:00</updated>
<author>
<name>Stephane Sezer</name>
<email>sas@cd80.net</email>
</author>
<published>2018-05-08T18:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=923d8ab1fa8cda2ebad7274c4bde101ba29fdbc6'/>
<id>923d8ab1fa8cda2ebad7274c4bde101ba29fdbc6</id>
<content type='text'>
Summary: Just a missing end quote.

Reviewers: lhames

Subscribers: llvm-commits

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

llvm-svn: 331794
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Just a missing end quote.

Reviewers: lhames

Subscribers: llvm-commits

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

llvm-svn: 331794
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Add out-of-date warnings to the BuildingAJIT tutorial text.</title>
<updated>2018-02-06T21:25:20+00:00</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2018-02-06T21:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f3fb98365d6b2ac8fe0e10799acf1a111ca37f6f'/>
<id>f3fb98365d6b2ac8fe0e10799acf1a111ca37f6f</id>
<content type='text'>
The text will be updated once the ORC API churn dies down.

llvm-svn: 324406
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The text will be updated once the ORC API churn dies down.

llvm-svn: 324406
</pre>
</div>
</content>
</entry>
</feed>
