Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libcxx][NFC] Strip trailing whitespace, fix typo. | Stephan T. Lavavej | 2019-10-23 | 8 | -16/+16 |
| | |||||
* | [NFC] Strip trailing whitespace from libc++ | Louis Dionne | 2019-10-23 | 11 | -51/+51 |
| | |||||
* | Implement most of P1612R1: Relocate endian. Moves the std::endian ↵ | Marshall Clow | 2019-07-23 | 1 | -0/+49 |
| | | | | | | 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 llvm-svn: 366776 | ||||
* | Bit Operations: P0556, P0553 and P1355. Reviewed as: ↵ | Marshall Clow | 2019-07-01 | 13 | -0/+1904 |
https://reviews.llvm.org/D51262 llvm-svn: 364862 |