<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/llvm.git/libc/test/src/threads, branch EmptyLineAfterFunctionDefinition</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 implementations of the C standard condition variable functions.</title>
<updated>2021-09-28T21:18:45+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2021-08-25T19:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=8379fc4a53cfd9e1a0280d60908ad4a171ad977d'/>
<id>8379fc4a53cfd9e1a0280d60908ad4a171ad977d</id>
<content type='text'>
Reviewed By: michaelrj

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

Differential Revision: https://reviews.llvm.org/D108948
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add mtx_destroy which does nothing.</title>
<updated>2021-08-30T20:43:46+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2021-08-30T20:42:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=7a2a765745973ebeb041276d2d9489a000ba9371'/>
<id>7a2a765745973ebeb041276d2d9489a000ba9371</id>
<content type='text'>
There is not cleanup to be done for the mutex type so mtx_destroy does
nothing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is not cleanup to be done for the mutex type so mtx_destroy does
nothing.
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add a multi-waiter mutex test.</title>
<updated>2021-08-23T05:47:30+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2021-08-21T04:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=8e488c3cc0da71afbe75963033e86bf32ee56c11'/>
<id>8e488c3cc0da71afbe75963033e86bf32ee56c11</id>
<content type='text'>
A corresponding adjustment to mtx_lock has also been made.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A corresponding adjustment to mtx_lock has also been made.
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][NFC] Disable thrd_test as it is exhibiting flaky behavior on the bots.</title>
<updated>2021-06-15T20:58:36+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2021-06-15T20:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=3af3e7dc576fa9ff972d6366923a52d2769453a0'/>
<id>3af3e7dc576fa9ff972d6366923a52d2769453a0</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] add "LlvmLibc" as a prefix to all test names</title>
<updated>2021-01-20T23:15:36+00:00</updated>
<author>
<name>Michael Jones</name>
<email>michaelrj@google.com</email>
</author>
<published>2021-01-15T21:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=1df0dbfcb5c0b90299fe5b74caf42e4cacce16fc'/>
<id>1df0dbfcb5c0b90299fe5b74caf42e4cacce16fc</id>
<content type='text'>
Summary:
Having a consistent prefix makes selecting all of the llvm libc tests
easier on any platform that is also using the gtest framework.
This also modifies the TEST and TEST_F macros to enforce this change
moving forward.

Reviewers: sivachandra

Subscribers:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Having a consistent prefix makes selecting all of the llvm libc tests
easier on any platform that is also using the gtest framework.
This also modifies the TEST and TEST_F macros to enforce this change
moving forward.

Reviewers: sivachandra

Subscribers:
</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] Call mtx_init in mtx_test.</title>
<updated>2020-05-13T16:48:31+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2020-05-12T23:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=b7afa92e75ddea744c9bafbb2119b63ea564e122'/>
<id>b7afa92e75ddea744c9bafbb2119b63ea564e122</id>
<content type='text'>
A typo which was caught has also been fixed.

Reviewers: abrachet

Differential Revision: https://reviews.llvm.org/D79826
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A typo which was caught has also been fixed.

Reviewers: abrachet

Differential Revision: https://reviews.llvm.org/D79826
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][Obvious] Fix deps of few threads targets.</title>
<updated>2020-05-12T23:14:12+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2020-05-12T23:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=e17a47b2d353737e25b24c8dfcc3e8984878b02e'/>
<id>e17a47b2d353737e25b24c8dfcc3e8984878b02e</id>
<content type='text'>
A missing dep has been added, and a few redundent deps have been
removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A missing dep has been added, and a few redundent deps have been
removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Add fully-qualified target names.</title>
<updated>2020-04-11T01:01:52+00:00</updated>
<author>
<name>Siva Chandra Reddy</name>
<email>sivachandra@google.com</email>
</author>
<published>2020-03-04T23:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=e4767a6f1435164e6eb65c71a0a847812390a55e'/>
<id>e4767a6f1435164e6eb65c71a0a847812390a55e</id>
<content type='text'>
Only targets setup by the special LLVM libc rules now have fully
qualified names. The naming style is similar to fully qualified names in
Python.

Reviewers: abrachet, PaulkaToast, phosek

Differential Revision: https://reviews.llvm.org/D77340
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only targets setup by the special LLVM libc rules now have fully
qualified names. The naming style is similar to fully qualified names in
Python.

Reviewers: abrachet, PaulkaToast, phosek

Differential Revision: https://reviews.llvm.org/D77340
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][NFC] Make all top of file comments consistent.</title>
<updated>2020-04-08T17:18:37+00:00</updated>
<author>
<name>Paula Toth</name>
<email>paulatoth@google.com</email>
</author>
<published>2020-04-08T17:16:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=66d00feb186619cc5919a18ab56334558e6bbd45'/>
<id>66d00feb186619cc5919a18ab56334558e6bbd45</id>
<content type='text'>
Summary:
Made all header files consistent based of this documentation: https://llvm.org/docs/CodingStandards.html#file-headers.
And did the same for all source files top of file comments.

Reviewers: sivachandra, abrachet

Reviewed By: sivachandra, abrachet

Subscribers: MaskRay, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D77533
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Made all header files consistent based of this documentation: https://llvm.org/docs/CodingStandards.html#file-headers.
And did the same for all source files top of file comments.

Reviewers: sivachandra, abrachet

Reviewed By: sivachandra, abrachet

Subscribers: MaskRay, tschuett, libc-commits

Tags: #libc-project

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