<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp, 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>[Analysis] Remove unused includes (NFC) (#114936)</title>
<updated>2024-11-06T03:11:34+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2024-11-06T03:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=236fda550d36d35a00785938c3e38b0f402aeda6'/>
<id>236fda550d36d35a00785938c3e38b0f402aeda6</id>
<content type='text'>
Identified with misc-include-cleaner.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Identified with misc-include-cleaner.</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm] format and terminate namespaces with closing comment (#94917)</title>
<updated>2024-06-21T20:20:53+00:00</updated>
<author>
<name>Mohammed Keyvanzadeh</name>
<email>mohammadkeyvanzade94@gmail.com</email>
</author>
<published>2024-06-21T20:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7b57a1b4018db0c987fb5a67effbef4d7559c4f1'/>
<id>7b57a1b4018db0c987fb5a67effbef4d7559c4f1</id>
<content type='text'>
Namespaces are terminated with a closing comment in the majority of the
codebase so do the same here for consistency. Also format code within
some namespaces to make clang-format happy.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Namespaces are terminated with a closing comment in the majority of the
codebase so do the same here for consistency. Also format code within
some namespaces to make clang-format happy.</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm] Use llvm::unique (NFC) (#95628)</title>
<updated>2024-06-15T05:49:36+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2024-06-15T05:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7c6d0d26b1792fdf437b3e33b98c55fee9b06516'/>
<id>7c6d0d26b1792fdf437b3e33b98c55fee9b06516</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Inliner] Move cl::opt inside llvm::</title>
<updated>2022-11-25T04:31:13+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>i@maskray.me</email>
</author>
<published>2022-11-25T04:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=fa71c16455873bcd218dc443dae8a4ec158d770b'/>
<id>fa71c16455873bcd218dc443dae8a4ec158d770b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Analysis] ImportedFunctionsInliningStatistics.h - add &lt;memory&gt; and remove unused &lt;string&gt; include. NFCI.</title>
<updated>2021-04-19T15:20:56+00:00</updated>
<author>
<name>Simon Pilgrim</name>
<email>llvm-dev@redking.me.uk</email>
</author>
<published>2021-04-19T13:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ddcdeae358685f941c3520e01b0a8e86e3aca04b'/>
<id>ddcdeae358685f941c3520e01b0a8e86e3aca04b</id>
<content type='text'>
Move &lt;string&gt; include to ImportedFunctionsInliningStatistics.cpp and add missing &lt;memory&gt; include as we have explicit uses of std::unique_ptr in the header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move &lt;string&gt; include to ImportedFunctionsInliningStatistics.cpp and add missing &lt;memory&gt; include as we have explicit uses of std::unique_ptr in the header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reland "[NPM][Inliner] Factor ImportedFunctionStats in the InlineAdvisor"</title>
<updated>2021-01-20T21:33:43+00:00</updated>
<author>
<name>Mircea Trofin</name>
<email>mtrofin@google.com</email>
</author>
<published>2021-01-20T19:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ccec2cf1d9d7e991ef5a2ff2b02d466ebe6cd7a5'/>
<id>ccec2cf1d9d7e991ef5a2ff2b02d466ebe6cd7a5</id>
<content type='text'>
This reverts commit d97f776be5f8cd3cd446fe73827cd355f6bab4e1.

The original problem was due to build failures in shared lib builds. D95079
moved ImportedFunctionsInliningStatistics under Analysis, unblocking
this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d97f776be5f8cd3cd446fe73827cd355f6bab4e1.

The original problem was due to build failures in shared lib builds. D95079
moved ImportedFunctionsInliningStatistics under Analysis, unblocking
this.
</pre>
</div>
</content>
</entry>
<entry>
<title>[NFC] Move ImportedFunctionsInliningStatistics to Analysis</title>
<updated>2021-01-20T21:18:03+00:00</updated>
<author>
<name>Mircea Trofin</name>
<email>mtrofin@google.com</email>
</author>
<published>2021-01-20T20:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=95ce32c7878d92a9058c052ebe7b35f97f23569e'/>
<id>95ce32c7878d92a9058c052ebe7b35f97f23569e</id>
<content type='text'>
This is related to D94982. We want to call these APIs from the Analysis
component, so we can't leave them under Transforms.

Differential Revision: https://reviews.llvm.org/D95079
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is related to D94982. We want to call these APIs from the Analysis
component, so we can't leave them under Transforms.

Differential Revision: https://reviews.llvm.org/D95079
</pre>
</div>
</content>
</entry>
</feed>
