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
/
rand
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Fix potential OOB in poisson_distribution
Louis Dionne
2019-11-07
2
-1
/
+74
*
[libc++] Fix broken <random> test
Louis Dionne
2019-08-22
1
-16
/
+23
*
[libc++] Avoid implicit conversion warning in a <random> test
Louis Dionne
2019-08-20
1
-23
/
+16
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
463
-0
/
+925
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
4
-8
/
+0
*
Support tests in freestanding
JF Bastien
2019-02-04
495
-495
/
+1485
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
495
-1980
/
+1485
*
Fix FP comparisons when SSE isn't available
Eric Fiselier
2018-12-17
1
-13
/
+15
*
[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
*
[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
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
19
-54
/
+58
*
[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11
5
-10
/
+10
*
[libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
Stephan T. Lavavej
2017-07-19
5
-21
/
+0
*
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
2
-0
/
+12
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers
Eric Fiselier
2017-04-19
16
-20
/
+32
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
Stephan T. Lavavej
2017-02-05
6
-16
/
+0
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
3
-7
/
+9
*
Enable the -Wsign-compare warning to better support MSVC
Eric Fiselier
2016-12-11
20
-131
/
+135
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
1
-1
/
+1
*
[libcxx] [test] D27020: Fix MSVC warning C4245 "conversion from 'X' to 'Y', s...
Stephan T. Lavavej
2016-11-23
4
-4
/
+4
*
[libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-11-23
2
-2
/
+2
*
[libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-11-23
15
-46
/
+61
*
[libcxx] [test] D26812: In random tests, use real static_asserts and silence ...
Stephan T. Lavavej
2016-11-18
6
-20
/
+84
*
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...
Stephan T. Lavavej
2016-11-14
2
-0
/
+2
*
Protect tests that expect an exception for an unknown std::random_device
Roger Ferrer Ibanez
2016-11-01
2
-2
/
+4
*
Remove usages of _LIBCPP_CONSTEXPR under test/std
Eric Fiselier
2016-10-12
4
-12
/
+20
*
Fix portability issues in <random> tests. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-1
/
+3
*
Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...
Eric Fiselier
2016-06-26
1
-0
/
+3
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Avoid huge main() functions and huge arrays. Patch from STL@microsoft.com
Eric Fiselier
2016-06-22
9
-2455
/
+2686
*
Improve portability of random_device tests. Patch from STL@microsoft.com
Eric Fiselier
2016-06-15
2
-2
/
+6
*
Rename variables to prevent shadowing. Patch from STL@microsoft.com
Eric Fiselier
2016-06-14
32
-372
/
+372
*
Guard use of <unistd.h> in test.
Eric Fiselier
2016-05-03
1
-17
/
+22
*
Initialize local doubles to NaN. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
2
-28
/
+30
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
1
-1
/
+1
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
2
-0
/
+2
*
Add missing include of <algorithm>
Marshall Clow
2016-04-22
2
-0
/
+2
*
Add a bunch of missing includes in the test suite to make it more portable. F...
Marshall Clow
2016-01-12
1
-0
/
+1
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
2
-0
/
+2
*
Add support for arc4random() to random_device.
Ed Schouten
2015-03-10
1
-6
/
+4
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
495
-0
/
+25941