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
/
numerics
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
820
-43889
/
+0
*
Mark a bunch of long running tests as 'REQUIRES: long_tests'
Jonathan Roelofs
2014-12-11
36
-0
/
+72
*
Mark some more fenv tests as UNSUPPORTED by newlib
Jonathan Roelofs
2014-12-11
2
-0
/
+4
*
libc++: add NaCl and PNaCl support for std::random_device
JF Bastien
2014-12-01
1
-30
/
+66
*
[libcxx] Fix SFINAE in <cmath>. Patch from K-Ballo.
Eric Fiselier
2014-10-17
1
-0
/
+143
*
Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure t...
Marshall Clow
2014-09-17
1
-0
/
+11
*
Fix buffer overflow issue in valarray test
Eric Fiselier
2014-09-03
1
-3
/
+2
*
Add return statement to slice_array and mask_array assignment. Closes PR20614.
Eric Fiselier
2014-08-12
2
-0
/
+28
*
fix copy and pasted comment in test
Eric Fiselier
2014-08-09
1
-1
/
+1
*
Mark math.h and cmath tests as xfail on linux.
Eric Fiselier
2014-08-09
3
-26
/
+63
*
[libc++] Don't return uninitialized data from random_device::operator()
David Majnemer
2014-06-03
1
-2
/
+14
*
[libc++] random_device fails if open returns zero
David Majnemer
2014-06-03
1
-0
/
+11
*
Remove XFAIL from a number of tests that aren't expected to fail
Justin Bogner
2014-05-15
1
-3
/
+0
*
Fix a couple of -Wabsolute-value warnings in the libc++ tests
Marshall Clow
2014-03-06
1
-1
/
+1
*
Remove definition of std::fmaf from libc++. Fixes bug #18910. This function s...
Marshall Clow
2014-03-05
1
-2
/
+2
*
Back out the <type_traits> changes from r198431; they were breaking when buil...
Marshall Clow
2014-01-06
1
-7
/
+7
*
Patch by Howard. First part of fix for PR18218; add type traits needed to do ...
Marshall Clow
2014-01-03
1
-0
/
+14
*
Implement literal suffixes for compled
Marshall Clow
2013-10-05
4
-0
/
+157
*
XFAIL a few tests on darwin12
Howard Hinnant
2013-08-22
1
-0
/
+1
*
Zhihao Yuan noted that a move assignment operation was missing from std::adja...
Howard Hinnant
2013-08-22
2
-0
/
+87
*
War on tabs
Howard Hinnant
2013-08-07
3
-10
/
+10
*
Implement constexpr (n3302) and fix operator *= and /=
Marshall Clow
2013-07-31
13
-55
/
+280
*
Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...
Howard Hinnant
2013-05-21
1
-0
/
+8
*
Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomia...
Howard Hinnant
2013-03-23
1
-25
/
+65
*
Fix bug in test; found by AddressSanitizer
Marshall Clow
2013-03-20
1
-1
/
+1
*
Fix bug in test; found by AddressSanitizer
Marshall Clow
2013-03-18
1
-1
/
+1
*
[tests] Mark another stream input expected failure (with system libc++).
Daniel Dunbar
2013-02-05
1
-0
/
+2
*
Make <cmath> classification macros work with integral types.
Howard Hinnant
2013-01-14
1
-0
/
+12
*
Move common header files into a 'support' directory; make 'testit' include -I...
Marshall Clow
2013-01-05
10
-10
/
+10
*
...and then there was one. Only one copy of 'iterators.h' in the test tree fo...
Marshall Clow
2013-01-04
10
-323
/
+9
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
5
-0
/
+60
*
Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...
Howard Hinnant
2012-09-19
1
-0
/
+1
*
constexpr applied to <complex>.
Howard Hinnant
2012-07-20
10
-1
/
+113
*
Update <random> with constexpr support. Patch contributed by Jonathan Sauer.
Howard Hinnant
2012-04-02
4
-12
/
+20
*
Fix test for default constructor of discrete_distribution. This partially ad...
Howard Hinnant
2012-04-02
1
-6
/
+3
*
Reimplemented much of <istream> such that single character extractions do not...
Howard Hinnant
2011-09-01
1
-2
/
+2
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
13
-21
/
+30
*
Warning suppression in test.
Howard Hinnant
2011-05-14
1
-2
/
+0
*
Warning suppression in test.
Howard Hinnant
2011-05-14
1
-2
/
+0
*
http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...
Howard Hinnant
2011-05-13
1
-2
/
+4
*
Fix bug in Sseq constraints found by Seth Cantrell
Howard Hinnant
2011-04-11
2
-2
/
+2
*
LWG 1522
Howard Hinnant
2010-11-18
2
-14
/
+14
*
license change
Howard Hinnant
2010-11-16
814
-1628
/
+1628
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
11
-22
/
+22
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
80
-146
/
+130
*
Implemented some adaptor constructors which I had missed.
Howard Hinnant
2010-05-28
6
-0
/
+181
*
[numeric.iota]
Howard Hinnant
2010-05-26
1
-0
/
+38
*
[rand.dist.samp.plinear]. This means we've got a fully tested and functional...
Howard Hinnant
2010-05-25
24
-0
/
+1505
*
[rand.dist.samp.pconst] plus some bug fixes in the tests of the other distrib...
Howard Hinnant
2010-05-20
55
-388
/
+2221
*
[rand.dist.samp.discrete]
Howard Hinnant
2010-05-19
24
-0
/
+1326
[next]