summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics
Commit message (Expand)AuthorAgeFilesLines
* Support tests in freestandingJF Bastien2019-02-04841-842/+2524
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19842-3368/+2526
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-172-14/+17
* [libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne2018-12-061-2/+0
* [libc++] Use correct rand.eng.mers all-zeroes seed sequence fallbackHubert Tong2018-08-161-0/+81
* [libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.en...Billy Robert O'Neal III2018-05-171-1/+0
* Add void casts to suppress nodiscard on linear_congruential_engine.Billy Robert O'Neal III2018-05-172-3/+3
* Fix return type of isinf(double) and isnan(double) where possible.Richard Smith2018-05-011-6/+8
* [libcxx] [test] Use TEST_COMPILER_C1XX.Stephan T. Lavavej2018-04-121-4/+4
* Include <system_error> since we use it. Thanks to Andrey Maksimov for the catch.Marshall Clow2018-03-071-0/+1
* [libcxx] [test] Fix MSVC warnings and errors.Stephan T. Lavavej2018-02-268-74/+74
* [libcxx] Improve accuracy of complex asinh and acoshMikhail Maltsev2018-02-192-0/+18
* [libcxx] Avoid spurious construction of valarray elementsMikhail Maltsev2018-02-084-0/+81
* Implement LWG2870: Default value of parameter theta of polar should be dependentMarshall Clow2018-01-311-1/+1
* Change add_ten to add_one to avoid triggering ubsan integer overflow.Billy Robert O'Neal III2018-01-083-67/+67
* Add casts to prevent narrowing warnings.Billy Robert O'Neal III2018-01-063-6/+6
* [libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan testsBilly Robert O'Neal III2018-01-068-101/+98
* Move + and * operators of MoveOnly into MoveOnly.h.Billy Robert O'Neal III2018-01-051-10/+0
* Fix incorrect handling of move-only types in transform_reduce iter iter iter ...Billy Robert O'Neal III2018-01-051-0/+22
* Add move-only types test to transform_reduce iter iter iter init op op.Billy Robert O'Neal III2018-01-051-0/+14
* Add move-only types test for transform_reduce bop/uop.Billy Robert O'Neal III2018-01-051-0/+13
* Fix nonstandard bits in transform_reduce_iter_iter_init_bop_uop.Billy Robert O'Neal III2018-01-051-43/+27
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-1/+2
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-1519-54/+58
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-142-0/+2
* [libcxx] [test] Rename __x to x. NFCI.Stephan T. Lavavej2017-08-114-25/+26
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-119-46/+46
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-294-8/+8
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2017-07-295-19/+17
* [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2017-07-1915-31/+0
* Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow2017-06-235-0/+635
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-207-21/+20
* Renamed some of the newly added tests. No functional changeMarshall Clow2017-06-156-0/+0
* Implement the non-parallel versions of reduce and transform_reduce for C++17Marshall Clow2017-06-146-0/+520
* Add a test with an empty input range - should do nothingMarshall Clow2017-06-131-0/+6
* Implement the non-parallel versions of exclusive_scan and transform_exclusive...Marshall Clow2017-06-103-0/+338
* Resolve integer overflow warnings in GCD and LCM testsBilly Robert O'Neal III2017-05-082-42/+52
* Document XFAIL's with the relevent bug numberEric Fiselier2017-05-052-0/+4
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-043-0/+14
* cmath: Skip Libc for integral types in isinf, etc.Duncan P. N. Exon Smith2017-04-211-0/+33
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headersEric Fiselier2017-04-1930-34/+70
* Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier2017-03-034-8/+10
* Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow2017-02-102-5/+4
* Temporarily disable the LCM/GCD tests under UBSAN.Marshall Clow2017-02-082-0/+3
* Add some tests to verify that we implement LWG#2837 correctly. No functional ...Marshall Clow2017-02-062-0/+14
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-058-18/+0
* Fix unused parameters and variablesEric Fiselier2016-12-2318-28/+11
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-1132-147/+151
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-083-3/+3
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-2/+4
OpenPOWER on IntegriCloud