| Commit message (Expand) | Author | Age | Files | Lines |
| * | Disable the 'nextafter' portions of these tests on PPC when using 128-bit dou... | Marshall Clow | 2019-06-18 | 1 | -19/+27 |
| * | Fix the floating point version of midpoint. It wasn't constexpr, among other ... | Marshall Clow | 2019-06-18 | 1 | -5/+16 |
| * | Add include for 'test_macros.h' to all the tests that were missing them. Than... | Marshall Clow | 2019-05-31 | 22 | -0/+23 |
| * | Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037. | Marshall Clow | 2019-05-29 | 1 | -3/+12 |
| * | [libc++] [test] Use std::nextafter() instead of std::nexttoward() | Michal Gorny | 2019-05-14 | 1 | -2/+2 |
| * | Implement midpoint for floating point types. Reviewed as https://reviews.llvm... | Marshall Clow | 2019-04-25 | 1 | -0/+113 |
| * | [libc++] [test] Add missing required headers to midpoint.integer.pass.cpp | Billy Robert O'Neal III | 2019-04-18 | 1 | -0/+2 |
| * | Reorg the midpoint pointer test into runtime and constexpr tests; comment out... | Marshall Clow | 2019-03-14 | 1 | -10/+40 |
| * | Fix two of the three bot failures for midpoint; the ones regarding the lack o... | Marshall Clow | 2019-03-14 | 1 | -1/+4 |
| * | Add std::midpoint for integral and poiner types. Described in P0811, reviewed... | Marshall Clow | 2019-03-14 | 3 | -0/+224 |
| * | Support tests in freestanding | JF Bastien | 2019-02-04 | 37 | -37/+111 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 37 | -148/+111 |
| * | [libcxx] [test] Fix MSVC warnings and errors. | Stephan T. Lavavej | 2018-02-26 | 8 | -74/+74 |
| * | Change add_ten to add_one to avoid triggering ubsan integer overflow. | Billy Robert O'Neal III | 2018-01-08 | 3 | -67/+67 |
| * | Add casts to prevent narrowing warnings. | Billy Robert O'Neal III | 2018-01-06 | 3 | -6/+6 |
| * | [libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan tests | Billy Robert O'Neal III | 2018-01-06 | 8 | -101/+98 |
| * | Move + and * operators of MoveOnly into MoveOnly.h. | Billy Robert O'Neal III | 2018-01-05 | 1 | -10/+0 |
| * | Fix incorrect handling of move-only types in transform_reduce iter iter iter ... | Billy Robert O'Neal III | 2018-01-05 | 1 | -0/+22 |
| * | Add move-only types test to transform_reduce iter iter iter init op op. | Billy Robert O'Neal III | 2018-01-05 | 1 | -0/+14 |
| * | Add move-only types test for transform_reduce bop/uop. | Billy Robert O'Neal III | 2018-01-05 | 1 | -0/+13 |
| * | Fix nonstandard bits in transform_reduce_iter_iter_init_bop_uop. | Billy Robert O'Neal III | 2018-01-05 | 1 | -43/+27 |
| * | Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ... | Billy Robert O'Neal III | 2017-11-21 | 1 | -1/+2 |
| * | [libcxx] [test] Rename __x to x. NFCI. | Stephan T. Lavavej | 2017-08-11 | 4 | -25/+26 |
| * | [libcxx] [test] Rename _Tp to T. NFCI. | Stephan T. Lavavej | 2017-08-11 | 4 | -36/+36 |
| * | [libcxx] [test] Untabify, NFC. | Stephan T. Lavavej | 2017-07-29 | 4 | -8/+8 |
| * | [libcxx] [test] Strip trailing whitespace, NFC. | Stephan T. Lavavej | 2017-07-29 | 5 | -19/+17 |
| * | Implement inclusive_scan/transform_inclusive_scan for C++17. | Marshall Clow | 2017-06-23 | 5 | -0/+635 |
| * | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2017-06-20 | 7 | -21/+20 |
| * | Renamed some of the newly added tests. No functional change | Marshall Clow | 2017-06-15 | 6 | -0/+0 |
| * | Implement the non-parallel versions of reduce and transform_reduce for C++17 | Marshall Clow | 2017-06-14 | 6 | -0/+520 |
| * | Add a test with an empty input range - should do nothing | Marshall Clow | 2017-06-13 | 1 | -0/+6 |
| * | Implement the non-parallel versions of exclusive_scan and transform_exclusive... | Marshall Clow | 2017-06-10 | 3 | -0/+338 |
| * | Resolve integer overflow warnings in GCD and LCM tests | Billy Robert O'Neal III | 2017-05-08 | 2 | -42/+52 |
| * | Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES | Eric Fiselier | 2017-03-03 | 2 | -4/+6 |
| * | Make lcm/gcd work better in edge cases. Fixes a UBSAN failure. | Marshall Clow | 2017-02-10 | 2 | -5/+4 |
| * | Temporarily disable the LCM/GCD tests under UBSAN. | Marshall Clow | 2017-02-08 | 2 | -0/+3 |
| * | Add some tests to verify that we implement LWG#2837 correctly. No functional ... | Marshall Clow | 2017-02-06 | 2 | -0/+14 |
| * | Fix unused parameters and variables | Eric Fiselier | 2016-12-23 | 2 | -2/+2 |
| * | [libcxx] [test] D27027: Strip trailing whitespace. | Stephan T. Lavavej | 2016-11-23 | 14 | -25/+25 |
| * | Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last... | Marshall Clow | 2016-11-14 | 12 | -4/+208 |
| * | Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. | Marshall Clow | 2016-07-26 | 6 | -0/+359 |
| * | Move remaining _LIBCPP_VERSION tests into test/libcxx | Eric Fiselier | 2016-06-22 | 1 | -20/+0 |
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 10 | -0/+708 |