<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/pstl/test/std/algorithms/alg.modifying.operations, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2019-07-18T20:22:28+00:00</updated>
<entry>
<title>[NFC][pstl] Run clang-format on the sources, including the tests</title>
<updated>2019-07-18T20:22:28+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-07-18T20:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=01963cec9b3fbc8ec98da449180d95be224dfadd'/>
<id>urn:sha1:01963cec9b3fbc8ec98da449180d95be224dfadd</id>
<content type='text'>
llvm-svn: 366492
</content>
</entry>
<entry>
<title>[pstl] Declare main() as returning int, not int32_t</title>
<updated>2019-07-18T20:21:52+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-07-18T20:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=249c1c7407ab6cd489ddce14f5574bc8c094c9bc'/>
<id>urn:sha1:249c1c7407ab6cd489ddce14f5574bc8c094c9bc</id>
<content type='text'>
llvm-svn: 366490
</content>
</entry>
<entry>
<title>[pstl] Use utilities from &lt;functional&gt; instead of reinventing the wheel</title>
<updated>2019-07-04T20:00:39+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-07-04T20:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=989cad247609bc2f2ae4cd16f4e90047a7604b60'/>
<id>urn:sha1:989cad247609bc2f2ae4cd16f4e90047a7604b60</id>
<content type='text'>
llvm-svn: 365158
</content>
</entry>
<entry>
<title>[pstl] Mark pstl tests as unsupported before C++17</title>
<updated>2019-06-20T16:22:06+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-06-20T16:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6ab35c9dc0bc92223f5927829823920d3bc674c6'/>
<id>urn:sha1:6ab35c9dc0bc92223f5927829823920d3bc674c6</id>
<content type='text'>
This is required to run the tests in lit with libc++'s tests.

llvm-svn: 363942
</content>
</entry>
<entry>
<title>[pstl] Remove warnings in tests and headers</title>
<updated>2019-06-19T20:15:50+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-06-19T20:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3491119f9ba466ed871a789eb91e3b7577e36272'/>
<id>urn:sha1:3491119f9ba466ed871a789eb91e3b7577e36272</id>
<content type='text'>
Mostly unused parameter, unused local typedefs and shadowed declarations.
This massaging it necessary if we want to be able to run the tests under
the libc++ lit configuration.

llvm-svn: 363872
</content>
</entry>
<entry>
<title>[pstl] Remove stray usage of pstl::execution instead of std::execution</title>
<updated>2019-06-18T19:34:04+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-06-18T19:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9d54063c823964cd565023fd7f2ed21431e99f90'/>
<id>urn:sha1:9d54063c823964cd565023fd7f2ed21431e99f90</id>
<content type='text'>
llvm-svn: 363723
</content>
</entry>
<entry>
<title>[pstl] Remove various warnings in the pstl headers and tests</title>
<updated>2019-05-30T20:46:31+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-05-30T20:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5c4c44310a38ff77e15585636da57a66e737570d'/>
<id>urn:sha1:5c4c44310a38ff77e15585636da57a66e737570d</id>
<content type='text'>
- unused parameter warnings
- don't use single-letter template parameter names, like we do in libc++
- sign-comparison warnings
- unused variables in the tests
- unused local typedefs in the tests
- the use of #include_next
- field reordering in the tests
- unused lambda captures

Note that the rationale for why the static_casts to unsigned are OK is
that last - first must always be non-negative, since [first, last) is
a valid range.

llvm-svn: 362148
</content>
</entry>
<entry>
<title>[pstl] Remove the stdlib headers from the PSTL and move them to the tests</title>
<updated>2019-04-16T14:38:08+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-04-16T14:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4d88b17b3f282b1023400837c3249c9f27774eca'/>
<id>urn:sha1:4d88b17b3f282b1023400837c3249c9f27774eca</id>
<content type='text'>
Summary:
PSTL should not provide those headers since they belong to the standard
library. Instead, we define a dummy standard library in the tests that
provides those headers.

Reviewers: rodgert, MikeDvorskiy

Subscribers: mgorny, jkorous, dexonsmith, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D60535

llvm-svn: 358497
</content>
</entry>
<entry>
<title>[pstl] Move to single underscore-capital for macros and include guards</title>
<updated>2019-04-10T19:51:40+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-04-10T19:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3dee12e4a57241e4a53687f4a4e463b581dabf46'/>
<id>urn:sha1:3dee12e4a57241e4a53687f4a4e463b581dabf46</id>
<content type='text'>
Summary: Per the LLVM convention.

Reviewers: rodgert

Subscribers: jkorous, dexonsmith, jdoerfert, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D60521

llvm-svn: 358131
</content>
</entry>
<entry>
<title>[pstl] Uglify internal names of the library</title>
<updated>2019-03-28T19:10:32+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-03-28T19:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0408a7892ea5c7272b4b7fe0612f5c3265e52543'/>
<id>urn:sha1:0408a7892ea5c7272b4b7fe0612f5c3265e52543</id>
<content type='text'>
llvm-svn: 357203
</content>
</entry>
</feed>
