<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/llvm.git/libc/lib, branch diagnostic-handler-dev</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] Add a target "install-llvmlibc" to install LLVM libc static archive.</title>
<updated>2021-03-22T04:45:14+00:00</updated>
<author>
<name>Siva Chandra</name>
<email>sivachandra@google.com</email>
</author>
<published>2021-03-20T04:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=b22f448c21e718a3b6219df89169f38d436189c6'/>
<id>b22f448c21e718a3b6219df89169f38d436189c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][NFC] Merge llvmlibc and llvmlibm targets in to a single target.</title>
<updated>2021-02-24T05:29:06+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2021-02-24T05:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=8d4ac5337f196967fa7266a7f65d6b827911416a'/>
<id>8d4ac5337f196967fa7266a7f65d6b827911416a</id>
<content type='text'>
The single target is called llvmlibc. We can add back smaller libm and
other targets in future if required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The single target is called llvmlibc. We can add back smaller libm and
other targets in future if required.
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add implementations of round and roundf.</title>
<updated>2020-06-10T06:01:20+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2020-05-29T06:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=4be1c116ad8602d96d6d212a661425fbf05eb58f'/>
<id>4be1c116ad8602d96d6d212a661425fbf05eb58f</id>
<content type='text'>
Reviewers: asteinhauser

Differential Revision: https://reviews.llvm.org/D80779
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: asteinhauser

Differential Revision: https://reviews.llvm.org/D80779
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Skip entrypoints not present in the entrypoints list.</title>
<updated>2020-06-09T21:40:28+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2020-06-09T07:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=fd3295fb6f981a5c030d7540b9eda67f9c723e0f'/>
<id>fd3295fb6f981a5c030d7540b9eda67f9c723e0f</id>
<content type='text'>
Summary:
If a test depends on a skipped entrypoint, then the test is also
skipped. This setup will be useful as we gradually add support for
more operating systems and target architectures.

Reviewers: asteinhauser

Differential Revision: https://reviews.llvm.org/D81489
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
If a test depends on a skipped entrypoint, then the test is also
skipped. This setup will be useful as we gradually add support for
more operating systems and target architectures.

Reviewers: asteinhauser

Differential Revision: https://reviews.llvm.org/D81489
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add integration tests.</title>
<updated>2020-06-02T19:14:07+00:00</updated>
<author>
<name>Paula Toth</name>
<email>paulatoth@google.com</email>
</author>
<published>2020-06-02T19:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=b836ae24a9f4202a73a227bc3dac9b1a40979a7d'/>
<id>b836ae24a9f4202a73a227bc3dac9b1a40979a7d</id>
<content type='text'>
Summary:
This patch aims to add integration tests to check the following:
1) Header files are generated as expected.
2) Libc functions have the correct public name.
3) Libc functions have the correct return type and parameter types.
4) Symbols are exposed in the public lib.a files.

Reviewers: sivachandra, abrachet

Reviewed By: sivachandra

Subscribers: aheejin, ecnelises, dxf, mgorny, jfb, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D79192
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This patch aims to add integration tests to check the following:
1) Header files are generated as expected.
2) Libc functions have the correct public name.
3) Libc functions have the correct return type and parameter types.
4) Symbols are exposed in the public lib.a files.

Reviewers: sivachandra, abrachet

Reviewed By: sivachandra

Subscribers: aheejin, ecnelises, dxf, mgorny, jfb, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D79192
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h.</title>
<updated>2020-06-01T15:36:59+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2020-05-18T22:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=1caedd0c550646557d8d2feb97b3cbba8c48b2d7'/>
<id>1caedd0c550646557d8d2feb97b3cbba8c48b2d7</id>
<content type='text'>
Reviewers: abrachet

Differential Revision: https://reviews.llvm.org/D80612
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: abrachet

Differential Revision: https://reviews.llvm.org/D80612
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add implementation of call_once from threads.h.</title>
<updated>2020-05-29T06:45:09+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2020-05-12T23:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=0baf0e8cfc1845ef92d397c1ae43793bf9e6aaad'/>
<id>0baf0e8cfc1845ef92d397c1ae43793bf9e6aaad</id>
<content type='text'>
Reviewers: abrachet, maskray

Differential Revision: https://reviews.llvm.org/D79828
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: abrachet, maskray

Differential Revision: https://reviews.llvm.org/D79828
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add memset and bzero implementations</title>
<updated>2020-05-20T06:35:13+00:00</updated>
<author>
<name>Guillaume Chatelet</name>
<email>gchatelet@google.com</email>
</author>
<published>2020-05-15T14:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=6ca54e01146d91ca3ae3d72bf1cd988fca704630'/>
<id>6ca54e01146d91ca3ae3d72bf1cd988fca704630</id>
<content type='text'>
Summary: This patch adds general purpose `memset` and `bzero` implementations.

Reviewers: sivachandra, abrachet

Subscribers: mgorny, tschuett, ecnelises, libc-commits, courbet

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D80010
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: This patch adds general purpose `memset` and `bzero` implementations.

Reviewers: sivachandra, abrachet

Subscribers: mgorny, tschuett, ecnelises, libc-commits, courbet

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D80010
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Move implementations of expf and exp2f from the AOR to src/math.</title>
<updated>2020-05-15T19:43:03+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2020-04-27T18:32:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=96d85726b0fc3c5154265cea156483a3f63ebe21'/>
<id>96d85726b0fc3c5154265cea156483a3f63ebe21</id>
<content type='text'>
Reviewers: phosek

Differential Revision: https://reviews.llvm.org/D79149
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: phosek

Differential Revision: https://reviews.llvm.org/D79149
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add implementation of fabs and fabsf.</title>
<updated>2020-05-15T18:10:43+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2020-05-09T06:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=4a39a33d44f2f95dd95af9d8c1d95f21a65394f6'/>
<id>4a39a33d44f2f95dd95af9d8c1d95f21a65394f6</id>
<content type='text'>
Reviewers: phosek

Differential Revision: https://reviews.llvm.org/D79725
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: phosek

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