<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libclc/utils/prepare-builtins.cpp, branch users/makslevental/ptr-dialectpython</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>libclc: Remove HAVE_LLVM version macros (#158257)</title>
<updated>2025-09-12T10:08:57+00:00</updated>
<author>
<name>Matt Arsenault</name>
<email>Matthew.Arsenault@amd.com</email>
</author>
<published>2025-09-12T10:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0d65856584dffafbc417919d8fcb8ad66f9fbf8a'/>
<id>0d65856584dffafbc417919d8fcb8ad66f9fbf8a</id>
<content type='text'>
This doesn't need to pretend to support multiple versions of llvm
and these are old anyway.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't need to pretend to support multiple versions of llvm
and these are old anyway.</pre>
</div>
</content>
</entry>
<entry>
<title>[libclc] Add license headers to files missing them (#132239)</title>
<updated>2025-03-24T10:10:38+00:00</updated>
<author>
<name>Fraser Cormack</name>
<email>fraser@codeplay.com</email>
</author>
<published>2025-03-24T10:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7d048674a492d6ef8ec53c234a658da561e81063'/>
<id>7d048674a492d6ef8ec53c234a658da561e81063</id>
<content type='text'>
This commit bulk updates all '.h', '.cl', '.inc', and '.cpp' files to
add any missing license headers.

The remaining files are generally CMake, SOURCES, scripts, markdown,
etc.

There are still some '.ll' files which may benefit from a license
header. I can't find an example of an LLVM IR file with a license header
in the rest of LLVM, but unlike most other (sub)projects, libclc has
examples of LLVM IR as source files, compiled and built into the
library.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit bulk updates all '.h', '.cl', '.inc', and '.cpp' files to
add any missing license headers.

The remaining files are generally CMake, SOURCES, scripts, markdown,
etc.

There are still some '.ll' files which may benefit from a license
header. I can't find an example of an LLVM IR file with a license header
in the rest of LLVM, but unlike most other (sub)projects, libclc has
examples of LLVM IR as source files, compiled and built into the
library.</pre>
</div>
</content>
</entry>
<entry>
<title>[LIBCLC] Teach prepare-builtins how to handle text based IR (#66993)</title>
<updated>2023-10-03T12:28:01+00:00</updated>
<author>
<name>Jakub Chlanda</name>
<email>jakub@codeplay.com</email>
</author>
<published>2023-10-03T12:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=5ec9faf007cc2589682cd28a10aa5a351f6aebda'/>
<id>5ec9faf007cc2589682cd28a10aa5a351f6aebda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC</title>
<updated>2021-04-30T18:00:03+00:00</updated>
<author>
<name>Duncan P. N. Exon Smith</name>
<email>dexonsmith@apple.com</email>
</author>
<published>2021-04-29T01:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=518d955f9dd2f5f854006a71ff9c8b117a66548b'/>
<id>518d955f9dd2f5f854006a71ff9c8b117a66548b</id>
<content type='text'>
Stop using the compatibility spellings of `OF_{None,Text,Append}`
left behind by 1f67a3cba9b09636c56e2109d8a35ae96dc15782. A follow-up
will remove them.

Differential Revision: https://reviews.llvm.org/D101650
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop using the compatibility spellings of `OF_{None,Text,Append}`
left behind by 1f67a3cba9b09636c56e2109d8a35ae96dc15782. A follow-up
will remove them.

Differential Revision: https://reviews.llvm.org/D101650
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC"</title>
<updated>2019-08-05T17:23:23+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2019-08-05T17:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2b30f0ee7314e704a2500effb4974e4adb7c01d5'/>
<id>2b30f0ee7314e704a2500effb4974e4adb7c01d5</id>
<content type='text'>
This reverts commit 58c814614d2ac69bcf79b09543505fac80ada4e6.
Fixes build breakage using LLVM&lt;7.

llvm-svn: 367893
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 58c814614d2ac69bcf79b09543505fac80ada4e6.
Fixes build breakage using LLVM&lt;7.

llvm-svn: 367893
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC</title>
<updated>2019-08-05T05:43:48+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>maskray@google.com</email>
</author>
<published>2019-08-05T05:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d9b948b6eb7362f36264b71795dab179906e36be'/>
<id>d9b948b6eb7362f36264b71795dab179906e36be</id>
<content type='text'>
F_{None,Text,Append} are kept for compatibility since r334221.

llvm-svn: 367800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
F_{None,Text,Append} are kept for compatibility since r334221.

llvm-svn: 367800
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: Adapt to llvm r325155</title>
<updated>2018-02-23T07:37:03+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2018-02-23T07:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=86db4302e023bcc364fa56078485090d1e899c8c'/>
<id>86db4302e023bcc364fa56078485090d1e899c8c</id>
<content type='text'>
r325155 ("Pass a reference to a module to the bitcode writer.")
changed bit writer interface from pointer to reference

Reviewer: Aaron Watry &lt;awatry@gmail.com&gt;
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
llvm-svn: 325867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
r325155 ("Pass a reference to a module to the bitcode writer.")
changed bit writer interface from pointer to reference

Reviewer: Aaron Watry &lt;awatry@gmail.com&gt;
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
llvm-svn: 325867
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore support for llvm-3.9</title>
<updated>2017-09-29T19:06:41+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2017-09-29T19:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ce29e8cde17171a83db3a8b49c31733d95d49535'/>
<id>ce29e8cde17171a83db3a8b49c31733d95d49535</id>
<content type='text'>
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
Acked-by: Aaron Watry &lt;awatry@gmail.com&gt;
llvm-svn: 314543
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
Acked-by: Aaron Watry &lt;awatry@gmail.com&gt;
llvm-svn: 314543
</pre>
</div>
</content>
</entry>
<entry>
<title>prepare_builtins: Fix compile breakage with older LLVM</title>
<updated>2017-09-25T16:04:37+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2017-09-25T16:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=760052047b7b7d3c969406abdb2d4ba90f66faf4'/>
<id>760052047b7b7d3c969406abdb2d4ba90f66faf4</id>
<content type='text'>
Fixes r314050

reviewer: Tom Stellard

Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
llvm-svn: 314111
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes r314050

reviewer: Tom Stellard

Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
llvm-svn: 314111
</pre>
</div>
</content>
</entry>
<entry>
<title>[Support] Rename tool_output_file to ToolOutputFile, NFC</title>
<updated>2017-09-23T01:03:17+00:00</updated>
<author>
<name>Reid Kleckner</name>
<email>rnk@google.com</email>
</author>
<published>2017-09-23T01:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3fc649cb76f56da0ded256048de6dc634f03b502'/>
<id>3fc649cb76f56da0ded256048de6dc634f03b502</id>
<content type='text'>
This class isn't similar to anything from the STL, so it shouldn't use
the STL naming conventions.

llvm-svn: 314050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This class isn't similar to anything from the STL, so it shouldn't use
the STL naming conventions.

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