aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/bit
AgeCommit message (Expand)AuthorFilesLines
2021-12-17[libc++] Disable _LIBCPP_DEBUG_ASSERT during constant evaluationNikolas Klauser1-1/+1
2021-11-22[libc++] Implement P1272R4 (std::byteswap)Nikolas Klauser1-4/+9
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-09-09[libc++] Implement C++20's P0476R2: std::bit_castLouis Dionne1-1/+5
2021-09-08[libc++] Use enable_if_t instead of _EnableIfLouis Dionne1-11/+11
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-1/+1
2021-05-18[libc++] Alphabetize header inclusions and include-what-you-use <__debug>. NFCI.Arthur O'Dwyer1-1/+1
2021-05-18[libc++] Some fixes to the <bit> utilities.Arthur O'Dwyer1-54/+24
2021-02-04[libc++] Rename include/support to include/__supportLouis Dionne1-1/+1
2021-01-22[libc++] Introduce __bitsThorsten Schütt1-116/+1
2020-12-01[libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer1-1/+1
2020-11-24[libcxx] Implement P1956 rename low-level bit functionsMark de Wever1-14/+13
2020-05-28[libc++] NFC: Remove outdated numbering in <bit> synopsisLouis Dionne1-4/+5
2019-10-23[NFC] Strip trailing whitespace from libc++Louis Dionne1-2/+2
2019-07-23Implement most of P1612R1: Relocate endian. Moves the std::endian functional...Marshall Clow1-0/+21
2019-07-12Reorganize the 'bit' header to make most of the facilities available for inte...Marshall Clow1-101/+177
2019-07-02Use new '__libcpp_is_constant_evaluated' call to remove an '#ifdef' from the ...Marshall Clow1-6/+2
2019-07-01Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org...Marshall Clow1-18/+254
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow1-0/+1
2018-08-17Refactor the newly created <bit> header. Still (almost) NFC. Reviewed as http...Marshall Clow1-77/+65
2018-08-17Recommit r339943 - Establish the <bit> header. NFC yet. Reviewed as https://r...Marshall Clow1-0/+169
2018-08-16Revert "Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm...Vitaly Buka1-169/+0
2018-08-16Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815Marshall Clow1-0/+169