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
/
numeric.ops
/
numeric.ops.midpoint
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
2
-5
/
+5
*
[libc++][test] Miscellaneous MSVC cleanups
Casey Carter
2019-10-09
1
-3
/
+3
*
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 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 midpoint for floating point types. Reviewed as https://reviews.llvm...
Marshall Clow
2019-04-25
1
-0
/
+113
*
[libc++] [test] Add missing required headers to midpoint.integer.pass.cpp
Billy Robert O'Neal III
2019-04-18
1
-0
/
+2
*
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