<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/docs/tutorial, 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>[llvm] Proofread *.rst (#151087)</title>
<updated>2025-08-01T14:01:50+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-08-01T14:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=183b38078a51714bbcbeaabfa3cc84670cd575f8'/>
<id>183b38078a51714bbcbeaabfa3cc84670cd575f8</id>
<content type='text'>
This patch hyphenates words that are used as adjecives, such as:

- architecture specific
- human readable
- implementation defined
- language independent
- language specific
- machine readable
- machine specific
- target independent
- target specific</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch hyphenates words that are used as adjecives, such as:

- architecture specific
- human readable
- implementation defined
- language independent
- language specific
- machine readable
- machine specific
- target independent
- target specific</pre>
</div>
</content>
</entry>
<entry>
<title>[doc][LLVM] Fix typo in the Kaleidoscope tutorial (#133675)</title>
<updated>2025-07-21T16:30:15+00:00</updated>
<author>
<name>Howard Chu</name>
<email>1007273067@qq.com</email>
</author>
<published>2025-07-21T16:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b184dd9c6f4facf3c4c513ef826c584ead8220d9'/>
<id>b184dd9c6f4facf3c4c513ef826c584ead8220d9</id>
<content type='text'>
"to make the add's lexically identical" -&gt; "to make the adds lexically
identical"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"to make the add's lexically identical" -&gt; "to make the adds lexically
identical"</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in LangImpl03.rst (#127389)</title>
<updated>2025-02-17T12:11:36+00:00</updated>
<author>
<name>Dinu Blanovschi</name>
<email>git@dnbln.dev</email>
</author>
<published>2025-02-17T12:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9c9157b25662cedd63426f02cdbde7853454b38e'/>
<id>9c9157b25662cedd63426f02cdbde7853454b38e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Kaleidoscope] Fix typo (#125366)</title>
<updated>2025-02-01T23:33:43+00:00</updated>
<author>
<name>FantasqueX</name>
<email>fantasquex@gmail.com</email>
</author>
<published>2025-02-01T23:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=14776c6d138d30653d542416141ab2adc5305e9d'/>
<id>14776c6d138d30653d542416141ab2adc5305e9d</id>
<content type='text'>
Remove duplicate word.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove duplicate word.</pre>
</div>
</content>
</entry>
<entry>
<title>[Kaleidoscope] Add mem2reg pass to function pass manager (#119707)</title>
<updated>2024-12-12T15:25:09+00:00</updated>
<author>
<name>AidinT</name>
<email>at.aidin@gmail.com</email>
</author>
<published>2024-12-12T15:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=6f8a363a483489687597e29b8bda0975e821f188'/>
<id>6f8a363a483489687597e29b8bda0975e821f188</id>
<content type='text'>
Kaleidoscope has switched to new pass manager before (#72324), but both
code and tutorial document have some missing parts.

This pull request fixes the following problems:
1. Adds `PromotePass` to the function pass manager. This pass was
removed during the switch from legacy pass manager to the new pass
manager.
2. Syncs the tutorial with the code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kaleidoscope has switched to new pass manager before (#72324), but both
code and tutorial document have some missing parts.

This pull request fixes the following problems:
1. Adds `PromotePass` to the function pass manager. This pass was
removed during the switch from legacy pass manager to the new pass
manager.
2. Syncs the tutorial with the code.</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] Fix Kaleidoscope tutorial chapter 3 code snippet and full listing discrepancies (#111289)</title>
<updated>2024-10-07T10:43:27+00:00</updated>
<author>
<name>AidinT</name>
<email>3762928+aidint@users.noreply.github.com</email>
</author>
<published>2024-10-07T10:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8df6637e84c4fa08e4649079fb21a6932a6926a4'/>
<id>8df6637e84c4fa08e4649079fb21a6932a6926a4</id>
<content type='text'>
Fix two discrepancies between the cited snippets and the full code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix two discrepancies between the cited snippets and the full code.</pre>
</div>
</content>
</entry>
<entry>
<title>[RemoveDIs] Update all docs to use debug records (#91768)</title>
<updated>2024-06-11T13:16:32+00:00</updated>
<author>
<name>Stephen Tozer</name>
<email>stephen.tozer@sony.com</email>
</author>
<published>2024-06-11T13:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=400d4fd7b6dea9c7cdd255bb804fcd0ee77f6d42'/>
<id>400d4fd7b6dea9c7cdd255bb804fcd0ee77f6d42</id>
<content type='text'>
As we approach the state where support for debug intrinsics is dropping and
we print and use debug records by default, the documentation should be updated
to refer to debug records as the primary debug info representation, with
debug intrinsics being relegated to an optional alternative.

This patch performs a few updates:
- Replace references to intrinsics with references to records across all
the documentation.
- Replace intrinsics with records in code examples.
- Move debug records prior to debug intrinsics in the
SourceLevelDebugging document, and change text to refer to them as the
primary representation.
- Add release notes describing the change.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we approach the state where support for debug intrinsics is dropping and
we print and use debug records by default, the documentation should be updated
to refer to debug records as the primary debug info representation, with
debug intrinsics being relegated to an optional alternative.

This patch performs a few updates:
- Replace references to intrinsics with references to records across all
the documentation.
- Replace intrinsics with records in code examples.
- Move debug records prior to debug intrinsics in the
SourceLevelDebugging document, and change text to refer to them as the
primary representation.
- Add release notes describing the change.</pre>
</div>
</content>
</entry>
<entry>
<title>[Kaleidoscope] LLVM is not needed for chapter two (#69823)</title>
<updated>2024-01-13T04:48:43+00:00</updated>
<author>
<name>Gonsolo</name>
<email>gonsolo@gmail.com</email>
</author>
<published>2024-01-13T04:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=33aaad94279e5e2b7ab413786abdde48e3486ad9'/>
<id>33aaad94279e5e2b7ab413786abdde48e3486ad9</id>
<content type='text'>
Since the example (llvm/examples/Kaleidoscope/Chapter2/toy.cpp) is
self-contained there is no need to use LLVM.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the example (llvm/examples/Kaleidoscope/Chapter2/toy.cpp) is
self-contained there is no need to use LLVM.</pre>
</div>
</content>
</entry>
<entry>
<title>[Documentation] fix invalid links in documentation (#76502)</title>
<updated>2024-01-09T07:00:20+00:00</updated>
<author>
<name>Hana Dusíková</name>
<email>hanicka@hanicka.net</email>
</author>
<published>2024-01-09T07:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=dad614cc606333fa614e696dbdd22263096dadb7'/>
<id>dad614cc606333fa614e696dbdd22263096dadb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Doc] update the usage of opt with mem2reg pass in tutorial (#76282)</title>
<updated>2023-12-24T12:11:27+00:00</updated>
<author>
<name>youkaichao</name>
<email>youkaichao@gmail.com</email>
</author>
<published>2023-12-24T12:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=eea217681d01af8935e7db7ff981daaa0541eaee'/>
<id>eea217681d01af8935e7db7ff981daaa0541eaee</id>
<content type='text'>
The current command will raise an error:

&gt; The `opt -passname` syntax for the new pass manager is not supported,
please use `opt -passes=&lt;pipeline&gt;` (or the `-p` alias for a more
concise version).

Update the usage now.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current command will raise an error:

&gt; The `opt -passname` syntax for the new pass manager is not supported,
please use `opt -passes=&lt;pipeline&gt;` (or the `-p` alias for a more
concise version).

Update the usage now.</pre>
</div>
</content>
</entry>
</feed>
