summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/26_numerics/bit
AgeCommit message (Expand)Author
2022-03-23libstdc++: Add missing constraints to std::bit_cast [PR105027]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-28libstdc++: Implement std::byteswap for C++23Jakub Jelinek
2021-10-09libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuiteJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-12-03libstdc++: Fix typos in #error stringsJonathan Wakely
2020-12-03libstdc++: Add std::bit_cast for C++20 [PR 93121]Jonathan Wakely
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely
2020-02-17libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-10-30Fix some missing/incorrect feature test macrosJonathan Wakely
2019-07-22Rename testsuite directory to match P0553R4 stable namesJonathan Wakely
2019-07-22Adjust std::rotl, std::rotr etc to match final P0553R4 proposalJonathan Wakely
2019-07-22Change std::ceil2 to be undefined if the result can't be representedJonathan Wakely
2019-06-26Add new helper traits for signed/unsigned integer typesJonathan Wakely
2019-03-04Remove redundant dg-do directive from testJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-08-30Avoid undefined shifts in ceil2 operationsJonathan Wakely
2018-08-21Remove redundant { dg-do run } directives in testsJonathan Wakely
2018-07-04Optimize std::rotl and std::rotr, add test for std::popcountJonathan Wakely
2018-07-03P0556R3 Integral power-of-2 operations, P0553R2 Bit operationsJonathan Wakely