<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/llvm.git/libc/src/string, branch scripted-process</title>
<subtitle>github.com: llvm/llvm-project.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/'/>
<entry>
<title>[libc] Align src buffer instead of dst buffer</title>
<updated>2021-01-06T12:04:53+00:00</updated>
<author>
<name>Guillaume Chatelet</name>
<email>gchatelet@google.com</email>
</author>
<published>2021-01-06T12:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=aa9db51ef69f36775e9babd2f4b23142967784ee'/>
<id>aa9db51ef69f36775e9babd2f4b23142967784ee</id>
<content type='text'>
We used to align destination buffer instead of source buffer for the loop of block copy.
This is a mistake.

Differential Revision: https://reviews.llvm.org/D93457
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used to align destination buffer instead of source buffer for the loop of block copy.
This is a mistake.

Differential Revision: https://reviews.llvm.org/D93457
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add memcmp implementation.</title>
<updated>2020-12-15T01:47:29+00:00</updated>
<author>
<name>Cheng Wang</name>
<email>chennngwang@gmail.com</email>
</author>
<published>2020-12-04T10:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=af68c3b8924218596ecee948cc22cbb2c69c7f42'/>
<id>af68c3b8924218596ecee948cc22cbb2c69c7f42</id>
<content type='text'>
Reviewed By: gchatelet

Differential Revision: https://reviews.llvm.org/D93009
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed By: gchatelet

Differential Revision: https://reviews.llvm.org/D93009
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add strncpy implementation.</title>
<updated>2020-12-02T12:45:51+00:00</updated>
<author>
<name>Cheng Wang</name>
<email>chennngwang@gmail.com</email>
</author>
<published>2020-11-12T03:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=60cef893627be169f22dc540834c4d085847d94a'/>
<id>60cef893627be169f22dc540834c4d085847d94a</id>
<content type='text'>
Add libc strncpy implementation.

Reviewed By: sivachandra, gchatelet

Differential Revision: https://reviews.llvm.org/D91399
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add libc strncpy implementation.

Reviewed By: sivachandra, gchatelet

Differential Revision: https://reviews.llvm.org/D91399
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Improve memcpy copy loop</title>
<updated>2020-11-30T08:24:10+00:00</updated>
<author>
<name>Guillaume Chatelet</name>
<email>gchatelet@google.com</email>
</author>
<published>2020-11-23T17:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=699d17d4d64e9b1cf6db0443e87a700104e94aca'/>
<id>699d17d4d64e9b1cf6db0443e87a700104e94aca</id>
<content type='text'>
Rewriting loop so the terminating condition does not depend on the loop body

Differential Revision: https://reviews.llvm.org/D91976
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rewriting loop so the terminating condition does not depend on the loop body

Differential Revision: https://reviews.llvm.org/D91976
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Switch functions to using global headers</title>
<updated>2020-11-21T00:07:17+00:00</updated>
<author>
<name>Michael Jones</name>
<email>michaelrj@google.com</email>
</author>
<published>2020-11-13T00:26:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=3e18fb33903979f75ed4842fc7ed515de3895137'/>
<id>3e18fb33903979f75ed4842fc7ed515de3895137</id>
<content type='text'>
This switches all of the files in src/string, src/math, and
test/src/math from using relative paths (e.g. `#include “include/string.h”`)
to global paths (e.g. `#include &lt;string.h&gt;`) to make bringing up those
functions on other platforms, such as fuchsia, easier.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D91394
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This switches all of the files in src/string, src/math, and
test/src/math from using relative paths (e.g. `#include “include/string.h”`)
to global paths (e.g. `#include &lt;string.h&gt;`) to make bringing up those
functions on other platforms, such as fuchsia, easier.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D91394
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Remove special case for 8 and 16 bytes</title>
<updated>2020-09-15T20:48:27+00:00</updated>
<author>
<name>Guillaume Chatelet</name>
<email>gchatelet@google.com</email>
</author>
<published>2020-09-15T20:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=c3fd2a50ba1395b6c2240f6a688c6a1aa975a1fe'/>
<id>c3fd2a50ba1395b6c2240f6a688c6a1aa975a1fe</id>
<content type='text'>
They don't seem to gain much in real apps and its better to favor less branches and smaller code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They don't seem to gain much in real apps and its better to favor less branches and smaller code.
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] use stddef instead of string header</title>
<updated>2020-09-15T20:12:55+00:00</updated>
<author>
<name>Guillaume Chatelet</name>
<email>gchatelet@google.com</email>
</author>
<published>2020-09-15T20:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=c19fda9aa073254c0979301bd57d875608329fa2'/>
<id>c19fda9aa073254c0979301bd57d875608329fa2</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 useless headers</title>
<updated>2020-09-15T20:04:12+00:00</updated>
<author>
<name>Guillaume Chatelet</name>
<email>gchatelet@google.com</email>
</author>
<published>2020-09-15T20:03:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=00ba1a3de7faad80f7bb75d07a1a5da09a009895'/>
<id>00ba1a3de7faad80f7bb75d07a1a5da09a009895</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Decouple string functions.</title>
<updated>2020-09-14T16:22:05+00:00</updated>
<author>
<name>cgyurgyik</name>
<email>gyurgyikcp@gmail.com</email>
</author>
<published>2020-09-14T16:20:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=c92d1aa44b132597d57523a90342b3e620dbdb1e'/>
<id>c92d1aa44b132597d57523a90342b3e620dbdb1e</id>
<content type='text'>
This revision removes dependencies that exist between different string functions. This allows for the libc user to use a specific function X of this library without also depending on Y and Z.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D87421
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This revision removes dependencies that exist between different string functions. This allows for the libc user to use a specific function X of this library without also depending on Y and Z.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D87421
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][NFC][obvious] Remove a redudant dep of strcmp implementation.</title>
<updated>2020-09-10T19:34:32+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2020-09-10T18:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=878cb5170de9bf03798a40185952bdf50fe4a15e'/>
<id>878cb5170de9bf03798a40185952bdf50fe4a15e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
