<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/libcxx/include/bit, 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-10-23T18:19:19+00:00</updated>
<entry>
<title>[NFC] Strip trailing whitespace from libc++</title>
<updated>2019-10-23T18:19:19+00:00</updated>
<author>
<name>Louis Dionne</name>
<email>ldionne@apple.com</email>
</author>
<published>2019-10-23T17:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6b77ebdc919d9212f50fd353b1da0d84d3815bf3'/>
<id>urn:sha1:6b77ebdc919d9212f50fd353b1da0d84d3815bf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement most of P1612R1: Relocate endian.  Moves the std::endian functionality from 'type-traits' to 'bit'. No other change. The reason that this is 'partial' is that P1621 also recommends a feature-test macro, but I don't have the value for that one yet. In a month or so, I'll add that</title>
<updated>2019-07-23T04:20:19+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2019-07-23T04:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=30f12a42474f5b8f0409f5aabd3c335fd415b926'/>
<id>urn:sha1:30f12a42474f5b8f0409f5aabd3c335fd415b926</id>
<content type='text'>
llvm-svn: 366776
</content>
</entry>
<entry>
<title>Reorganize the 'bit' header to make most of the facilities available for internal use pre-C++20. NFC for external users</title>
<updated>2019-07-12T01:01:55+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2019-07-12T01:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f3b851f0b8b67204ad3b5af1689d6c1f36c47ec1'/>
<id>urn:sha1:f3b851f0b8b67204ad3b5af1689d6c1f36c47ec1</id>
<content type='text'>
llvm-svn: 365854
</content>
</entry>
<entry>
<title>Use new '__libcpp_is_constant_evaluated' call to remove an '#ifdef' from the bit code. NFC</title>
<updated>2019-07-02T03:21:16+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2019-07-02T03:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=bd7f84a48243ec0f8f01406d0ca328e40c0bd7b5'/>
<id>urn:sha1:bd7f84a48243ec0f8f01406d0ca328e40c0bd7b5</id>
<content type='text'>
llvm-svn: 364884
</content>
</entry>
<entry>
<title>Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org/D51262</title>
<updated>2019-07-01T23:00:32+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2019-07-01T23:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a5c3485a583951c78332c03cc140387d3567a8a7'/>
<id>urn:sha1:a5c3485a583951c78332c03cc140387d3567a8a7</id>
<content type='text'>
llvm-svn: 364862
</content>
</entry>
<entry>
<title>Update more file headers across all of the LLVM projects in the monorepo</title>
<updated>2019-01-19T10:56:40+00:00</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2019-01-19T10:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=57b08b0944046a6a57ee9b7b479181f548a5b9b4'/>
<id>urn:sha1:57b08b0944046a6a57ee9b7b479181f548a5b9b4</id>
<content type='text'>
to reflect the new license. These used slightly different spellings that
defeated my regular expressions.

We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.

Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.

llvm-svn: 351648
</content>
</entry>
<entry>
<title>Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955</title>
<updated>2018-09-12T19:41:40+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2018-09-12T19:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f56972e22489c92028e5147344ab8b31b0b4fed5'/>
<id>urn:sha1:f56972e22489c92028e5147344ab8b31b0b4fed5</id>
<content type='text'>
llvm-svn: 342073
</content>
</entry>
<entry>
<title>Refactor the newly created &lt;bit&gt; header. Still (almost) NFC. Reviewed as https://reviews.llvm.org/D50876</title>
<updated>2018-08-17T17:27:25+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2018-08-17T17:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ecb7f4da68ec8bc6b261f2338d79d167101cdc79'/>
<id>urn:sha1:ecb7f4da68ec8bc6b261f2338d79d167101cdc79</id>
<content type='text'>
llvm-svn: 340049
</content>
</entry>
<entry>
<title>Recommit r339943 - Establish the &lt;bit&gt; header. NFC yet. Reviewed as https://reviews.llvm.org/D50815 - with a fix for the sanitizer bots</title>
<updated>2018-08-17T16:07:48+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2018-08-17T16:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e02ee4f013632aac34e1fb84d868984a91773e2a'/>
<id>urn:sha1:e02ee4f013632aac34e1fb84d868984a91773e2a</id>
<content type='text'>
llvm-svn: 340045
</content>
</entry>
<entry>
<title>Revert "Establish the &lt;bit&gt; header. NFC yet. Reviewed as https://reviews.llvm.org/D50815"</title>
<updated>2018-08-16T23:57:16+00:00</updated>
<author>
<name>Vitaly Buka</name>
<email>vitalybuka@google.com</email>
</author>
<published>2018-08-16T23:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0d52fce74d604ba754d75b9ae62ec3cd9b2cc225'/>
<id>urn:sha1:0d52fce74d604ba754d75b9ae62ec3cd9b2cc225</id>
<content type='text'>
Breaks build on sanitizer bots.

This reverts commit r339943.

llvm-svn: 339971
</content>
</entry>
</feed>
