<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/docs/dev/source_tree_layout.rst, branch users/nico/python-1</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>[libc] Fix typos in documentation (#139852)</title>
<updated>2025-05-14T14:14:43+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-05-14T14:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c5229e92cefd5d25ffdb0dd5264e67e8ce0cdd5f'/>
<id>c5229e92cefd5d25ffdb0dd5264e67e8ce0cdd5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Move hdrgen into utils/ subdirectory (#121256)</title>
<updated>2024-12-30T23:36:53+00:00</updated>
<author>
<name>Roland McGrath</name>
<email>mcgrathr@google.com</email>
</author>
<published>2024-12-30T23:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9abcca5e25296aea49288ad63901f9e0a332dad4'/>
<id>9abcca5e25296aea49288ad63901f9e0a332dad4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Remove automemcpy folder (#118781)</title>
<updated>2024-12-06T08:30:13+00:00</updated>
<author>
<name>Guillaume Chatelet</name>
<email>gchatelet@google.com</email>
</author>
<published>2024-12-06T08:30:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=487396864975fe03ce67bef934b0a4544921259f'/>
<id>487396864975fe03ce67bef934b0a4544921259f</id>
<content type='text'>
The build is currently broken and we don't have the resources to keep it
up to date :-/</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The build is currently broken and we don't have the resources to keep it
up to date :-/</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] rename newhdrgen to just hdrgen (#118545)</title>
<updated>2024-12-04T16:48:12+00:00</updated>
<author>
<name>Nick Desaulniers</name>
<email>nickdesaulniers@users.noreply.github.com</email>
</author>
<published>2024-12-04T16:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=06c831d7fbb02600ded1f793eaaa142d849db2a2'/>
<id>06c831d7fbb02600ded1f793eaaa142d849db2a2</id>
<content type='text'>
Link: #117208
Fixes: #117254</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Link: #117208
Fixes: #117254</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][docs] Update docs to reflect new headergen (#102381)</title>
<updated>2024-08-21T17:50:39+00:00</updated>
<author>
<name>Michael Jones</name>
<email>michaelrj@google.com</email>
</author>
<published>2024-08-21T17:50:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b89fef8f67974ebcd4114fa75ac2e53fd687870c'/>
<id>b89fef8f67974ebcd4114fa75ac2e53fd687870c</id>
<content type='text'>
Since new headergen is now the default for building LLVM-libc, the docs
need to be updated to reflect that. While I was editing those docs, I
took a quick pass at updating other out-of-date pages.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since new headergen is now the default for building LLVM-libc, the docs
need to be updated to reflect that. While I was editing those docs, I
took a quick pass at updating other out-of-date pages.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][docs] Update implementation docs (#73590)</title>
<updated>2023-11-28T18:14:12+00:00</updated>
<author>
<name>michaelrj-google</name>
<email>71531609+michaelrj-google@users.noreply.github.com</email>
</author>
<published>2023-11-28T18:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=43f783ff66d7ae5a8bf43cdab251750780de7934'/>
<id>43f783ff66d7ae5a8bf43cdab251750780de7934</id>
<content type='text'>
Some of the files in the docs/ directory are from 2019 and haven't been
updated since. This patch updates implementation_standard.rst,
source_tree_layout.rst, and has some minor fixes for strings.rst. It
also marks the most severely out of date files with a warning. These
files will be updated in a later patch.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of the files in the docs/ directory are from 2019 and haven't been
updated since. This patch updates implementation_standard.rst,
source_tree_layout.rst, and has some minor fixes for strings.rst. It
also marks the most severely out of date files with a warning. These
files will be updated in a later patch.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][NFC] Move all developer docs into a sub-directory docs/dev.</title>
<updated>2023-03-02T18:59:49+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2023-03-02T18:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=54faf22f7b947464a070669711100211e87f3ea8'/>
<id>54faf22f7b947464a070669711100211e87f3ea8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
