index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
std
/
numerics
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [test] Fix valarray UB and MSVC warnings.
Stephan T. Lavavej
2019-12-12
2
-10
/
+0
*
[libc++] Fix potential OOB in poisson_distribution
Louis Dionne
2019-11-07
2
-1
/
+74
*
[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
15
-60
/
+60
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
1
-1
/
+0
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
1
-2
/
+2
*
[libc++][test] Miscellaneous MSVC cleanups
Casey Carter
2019-10-09
2
-4
/
+4
*
[libc++] Fix broken <random> test
Louis Dionne
2019-08-22
1
-16
/
+23
*
[libc++] Fix std::abs tests
Zoe Carver
2019-08-20
1
-7
/
+14
*
[libc++] Avoid implicit conversion warning in a <random> test
Louis Dionne
2019-08-20
1
-23
/
+16
*
[libc++] fix test for unsigned char
Zoe Carver
2019-08-20
1
-1
/
+7
*
[libc++] std::abs should not return double
Zoe Carver
2019-08-20
2
-0
/
+97
*
Implement most of P1612R1: Relocate endian. Moves the std::endian functional...
Marshall Clow
2019-07-23
1
-0
/
+49
*
Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org...
Marshall Clow
2019-07-01
13
-0
/
+1904
*
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
754
-0
/
+1455
*
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 'lerp'; which is the last bit of P0811. Mark that paper as complete.
Marshall Clow
2019-04-25
1
-0
/
+75
*
Implement midpoint for floating point types. Reviewed as https://reviews.llvm...
Marshall Clow
2019-04-25
1
-0
/
+113
*
Fix implementation of ::abs and std::abs LWG 2192.
Eric Fiselier
2019-04-23
1
-7
/
+46
*
[libc++] [test] Add missing required headers to midpoint.integer.pass.cpp
Billy Robert O'Neal III
2019-04-18
1
-0
/
+2
*
Fix a number of bugs in __val_expr's subset operator[].
Eric Fiselier
2019-04-02
8
-218
/
+340
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
4
-8
/
+0
*
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
841
-842
/
+2524
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
842
-3368
/
+2526
*
Fix FP comparisons when SSE isn't available
Eric Fiselier
2018-12-17
2
-14
/
+17
*
[libcxx] Don't depend on availability markup to provide the streams in the dylib
Louis Dionne
2018-12-06
1
-2
/
+0
*
[libc++] Use correct rand.eng.mers all-zeroes seed sequence fallback
Hubert Tong
2018-08-16
1
-0
/
+81
*
[libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.en...
Billy Robert O'Neal III
2018-05-17
1
-1
/
+0
*
Add void casts to suppress nodiscard on linear_congruential_engine.
Billy Robert O'Neal III
2018-05-17
2
-3
/
+3
*
Fix return type of isinf(double) and isnan(double) where possible.
Richard Smith
2018-05-01
1
-6
/
+8
*
[libcxx] [test] Use TEST_COMPILER_C1XX.
Stephan T. Lavavej
2018-04-12
1
-4
/
+4
*
Include <system_error> since we use it. Thanks to Andrey Maksimov for the catch.
Marshall Clow
2018-03-07
1
-0
/
+1
*
[libcxx] [test] Fix MSVC warnings and errors.
Stephan T. Lavavej
2018-02-26
8
-74
/
+74
*
[libcxx] Improve accuracy of complex asinh and acosh
Mikhail Maltsev
2018-02-19
2
-0
/
+18
*
[libcxx] Avoid spurious construction of valarray elements
Mikhail Maltsev
2018-02-08
4
-0
/
+81
*
Implement LWG2870: Default value of parameter theta of polar should be dependent
Marshall Clow
2018-01-31
1
-1
/
+1
*
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
[next]