<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/unittests/IR/ModuleTest.cpp, branch users/koachan/spr/main.sparcias-enable-parseforallfeatures-in-matchoperandparserimpl</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>[LLVM] Extend setModuleFlag interface. (#86031)</title>
<updated>2024-06-20T06:45:35+00:00</updated>
<author>
<name>Daniel Kiss</name>
<email>daniel.kiss@arm.com</email>
</author>
<published>2024-06-20T06:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=930dd3fd873c91556b878444d57b1d12651b266f'/>
<id>930dd3fd873c91556b878444d57b1d12651b266f</id>
<content type='text'>
Add same interfaces variants to the `Module::setModuleFlag` as the
`Module::addModuleFlag` has.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add same interfaces variants to the `Module::setModuleFlag` as the
`Module::addModuleFlag` has.</pre>
</div>
</content>
</entry>
<entry>
<title>Recommit: [NFC][IR] Make Module::getGlobalList() private</title>
<updated>2023-02-14T23:12:51+00:00</updated>
<author>
<name>Vasileios Porpodas</name>
<email>vporpodas@google.com</email>
</author>
<published>2023-02-14T22:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=823186b14dc97c950a808f6f4b434d399da9a220'/>
<id>823186b14dc97c950a808f6f4b434d399da9a220</id>
<content type='text'>
This reverts commit cb5f239363a3c94db5425c105fcd45e77d2a16a9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit cb5f239363a3c94db5425c105fcd45e77d2a16a9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[NFC][IR] Make Module::getGlobalList() private"</title>
<updated>2023-02-14T22:29:42+00:00</updated>
<author>
<name>Vasileios Porpodas</name>
<email>vporpodas@google.com</email>
</author>
<published>2023-02-14T22:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cb5f239363a3c94db5425c105fcd45e77d2a16a9'/>
<id>cb5f239363a3c94db5425c105fcd45e77d2a16a9</id>
<content type='text'>
This reverts commit ed3e3ee9e30dfbffd2170a770a49b36a7f444916.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ed3e3ee9e30dfbffd2170a770a49b36a7f444916.
</pre>
</div>
</content>
</entry>
<entry>
<title>[NFC][IR] Make Module::getGlobalList() private</title>
<updated>2023-02-14T22:25:10+00:00</updated>
<author>
<name>Vasileios Porpodas</name>
<email>vporpodas@google.com</email>
</author>
<published>2023-02-08T18:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ed3e3ee9e30dfbffd2170a770a49b36a7f444916'/>
<id>ed3e3ee9e30dfbffd2170a770a49b36a7f444916</id>
<content type='text'>
This patch adds several missing GlobalList modifier functions, like
removeGlobalVariable(), eraseGlobalVariable() and insertGlobalVariable().
There is no longer need to access the list directly so it also makes
getGlobalList() private.

Differential Revision: https://reviews.llvm.org/D144027
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds several missing GlobalList modifier functions, like
removeGlobalVariable(), eraseGlobalVariable() and insertGlobalVariable().
There is no longer need to access the list directly so it also makes
getGlobalList() private.

Differential Revision: https://reviews.llvm.org/D144027
</pre>
</div>
</content>
</entry>
<entry>
<title>[NFC][IR] Make Module::getNamedMDList() private</title>
<updated>2023-02-14T19:41:42+00:00</updated>
<author>
<name>Vasileios Porpodas</name>
<email>vporpodas@google.com</email>
</author>
<published>2023-02-07T17:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=fb717fe06dd0b52094be178ead0862efc2252797'/>
<id>fb717fe06dd0b52094be178ead0862efc2252797</id>
<content type='text'>
This patch adds several missing NamedMDList modifier functions, like
removeNamedMDNode(), eraseNamedMDNode() and insertNamedMDNode().
There is no longer need to access the list directly so it also makes
getNamedMDList() private.

Differential Revision: https://reviews.llvm.org/D143969
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds several missing NamedMDList modifier functions, like
removeNamedMDNode(), eraseNamedMDNode() and insertNamedMDNode().
There is no longer need to access the list directly so it also makes
getNamedMDList() private.

Differential Revision: https://reviews.llvm.org/D143969
</pre>
</div>
</content>
</entry>
<entry>
<title>[NFC][IR] Make Module::getIFuncList() private.</title>
<updated>2023-02-14T17:28:06+00:00</updated>
<author>
<name>Vasileios Porpodas</name>
<email>vporpodas@google.com</email>
</author>
<published>2023-02-07T03:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d180443570d7895193d2ab6f1e1486d669dc9723'/>
<id>d180443570d7895193d2ab6f1e1486d669dc9723</id>
<content type='text'>
This patch adds several missing IFuncList modifier functions, like
removeIFunc(), eraseIFunc() and insertIFunc().
There is no longer need to access the list directly so it also makes
getIFuncList() private.

Differential Revision: https://reviews.llvm.org/D143968
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds several missing IFuncList modifier functions, like
removeIFunc(), eraseIFunc() and insertIFunc().
There is no longer need to access the list directly so it also makes
getIFuncList() private.

Differential Revision: https://reviews.llvm.org/D143968
</pre>
</div>
</content>
</entry>
<entry>
<title>Recommit: [NFC][IR] Make Module::getAliasList() private</title>
<updated>2023-02-14T04:07:56+00:00</updated>
<author>
<name>Vasileios Porpodas</name>
<email>vporpodas@google.com</email>
</author>
<published>2023-02-14T03:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=afad153a0890aadd1d239a4f8b94d201863c18f6'/>
<id>afad153a0890aadd1d239a4f8b94d201863c18f6</id>
<content type='text'>
This reverts commit 6d4a674acbc56458bb084878d82d16e393d45a6b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 6d4a674acbc56458bb084878d82d16e393d45a6b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[NFC][IR] Make Module::getAliasList() private"</title>
<updated>2023-02-14T03:12:30+00:00</updated>
<author>
<name>Vasileios Porpodas</name>
<email>vporpodas@google.com</email>
</author>
<published>2023-02-14T03:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=6d4a674acbc56458bb084878d82d16e393d45a6b'/>
<id>6d4a674acbc56458bb084878d82d16e393d45a6b</id>
<content type='text'>
This reverts commit b64f7d028bdcaf679130afeed9518c09663f6dc8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b64f7d028bdcaf679130afeed9518c09663f6dc8.
</pre>
</div>
</content>
</entry>
<entry>
<title>[NFC][IR] Make Module::getAliasList() private</title>
<updated>2023-02-14T02:45:12+00:00</updated>
<author>
<name>Vasileios Porpodas</name>
<email>vporpodas@google.com</email>
</author>
<published>2023-02-06T21:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b64f7d028bdcaf679130afeed9518c09663f6dc8'/>
<id>b64f7d028bdcaf679130afeed9518c09663f6dc8</id>
<content type='text'>
This patch adds several missing AliasList modifier functions, like
removeAlias(), eraseAlias() and insertAlias().
There is no longer need to access the list directly so it also makes
getAliaList() private.

Differential Revision: https://reviews.llvm.org/D143958
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds several missing AliasList modifier functions, like
removeAlias(), eraseAlias() and insertAlias().
There is no longer need to access the list directly so it also makes
getAliaList() private.

Differential Revision: https://reviews.llvm.org/D143958
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm][NFC] Add missing 'override's in unittests/</title>
<updated>2020-07-18T00:35:59+00:00</updated>
<author>
<name>Logan Smith</name>
<email>logan.r.smith0@gmail.com</email>
</author>
<published>2020-07-17T03:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=31eb83496fb4e41e322e19f162aeae885ed91301'/>
<id>31eb83496fb4e41e322e19f162aeae885ed91301</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
