<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/fuzzing/stdio/printf_fixed_conv_fuzz.cpp, branch users/nico/python-2</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] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke Fuchsia. (#83374)</title>
<updated>2024-02-29T19:43:53+00:00</updated>
<author>
<name>lntue</name>
<email>35648136+lntue@users.noreply.github.com</email>
</author>
<published>2024-02-29T19:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=73aab2f69773324ef0250f093bd4d782beee921a'/>
<id>73aab2f69773324ef0250f093bd4d782beee921a</id>
<content type='text'>
With some header fix forward for GPU builds.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With some header fix forward for GPU builds.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add "include/" to the LLVM include directories (#83199)</title>
<updated>2024-02-27T23:45:15+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-02-27T23:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=04e8653f189bf3d65680c7fb3b3033ad82903ee9'/>
<id>04e8653f189bf3d65680c7fb3b3033ad82903ee9</id>
<content type='text'>
Summary:
Recent changes added an include path in the float128 type that used the
internal `libc` path to find the macro. This doesn't work once it's
installed because we need to search from the root of the install dir.
This patch adds "include/" to the include path so that our inclusion
of installed headers always match the internal use.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Recent changes added an include path in the float128 type that used the
internal `libc` path to find the macro. This doesn't work once it's
installed because we need to search from the root of the install dir.
This patch adds "include/" to the include path so that our inclusion
of installed headers always match the internal use.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add fixed point support to printf (#82707)</title>
<updated>2024-02-27T19:03:20+00:00</updated>
<author>
<name>Michael Jones</name>
<email>71531609+michaelrj-google@users.noreply.github.com</email>
</author>
<published>2024-02-27T19:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8e3b60540c81354b321018a47bf159ca9b52d776'/>
<id>8e3b60540c81354b321018a47bf159ca9b52d776</id>
<content type='text'>
This patch adds the r, R, k, and K conversion specifiers to printf, with
accompanying tests. They are guarded behind the
LIBC_COPT_PRINTF_DISABLE_FIXED_POINT flag as well as automatic fixed
point support detection.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the r, R, k, and K conversion specifiers to printf, with
accompanying tests. They are guarded behind the
LIBC_COPT_PRINTF_DISABLE_FIXED_POINT flag as well as automatic fixed
point support detection.</pre>
</div>
</content>
</entry>
</feed>
