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
*
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
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
1
-1
/
+2
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
19
-54
/
+58
*
Placate unused variable warnings uncovered by improvements to clang's -Wunuse...
Benjamin Kramer
2017-10-14
2
-0
/
+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
9
-46
/
+46
*
[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
*
[libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
Stephan T. Lavavej
2017-07-19
15
-31
/
+0
*
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
*
Document XFAIL's with the relevent bug number
Eric Fiselier
2017-05-05
2
-0
/
+4
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
3
-0
/
+14
*
cmath: Skip Libc for integral types in isinf, etc.
Duncan P. N. Exon Smith
2017-04-21
1
-0
/
+33
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers
Eric Fiselier
2017-04-19
30
-34
/
+70
*
Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
Eric Fiselier
2017-03-03
4
-8
/
+10
*
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
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
Stephan T. Lavavej
2017-02-05
8
-18
/
+0
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
18
-28
/
+11
*
Enable the -Wsign-compare warning to better support MSVC
Eric Fiselier
2016-12-11
32
-147
/
+151
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
3
-3
/
+3
*
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-2
/
+4
[next]