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
/
include
/
math.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] use __builtin_isnan in std::isnan.
Ilya Tokar
2019-11-15
1
-0
/
+4
*
[libc++] Move __clamp_to_integral to <cmath>, and harden against min()/max() ...
Louis Dionne
2019-09-04
1
-34
/
+0
*
[libc++] Add `__truncating_cast` for safely casting float types to integers
Louis Dionne
2019-09-04
1
-0
/
+34
*
Apply new meta-programming traits throughout the library.
Eric Fiselier
2019-06-23
1
-37
/
+37
*
Fix implementation of ::abs and std::abs LWG 2192.
Eric Fiselier
2019-04-23
1
-9
/
+53
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-11
1
-12
/
+12
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
1
-12
/
+12
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
1
-12
/
+12
*
Fix return type of isinf(double) and isnan(double) where possible.
Richard Smith
2018-05-01
1
-0
/
+28
*
[libcxx] Do not include the C math.h header before __config
Mikhail Maltsev
2018-02-22
1
-10
/
+16
*
libcxx: Move #include_next <math.h> out of header guard in wrapper header.
Peter Collingbourne
2018-01-26
1
-2
/
+10
*
cmath: Skip Libc for integral types in isinf, etc.
Duncan P. N. Exon Smith
2017-04-21
1
-8
/
+81
*
[libc++] Drop support for CRTs older than VS 2015
Shoaib Meenai
2017-04-07
1
-41
/
+24
*
math: add type promoting template definition on MSVCRT
Saleem Abdulrasool
2017-02-18
1
-0
/
+20
*
math: fix typo in macro
Saleem Abdulrasool
2017-02-17
1
-2
/
+2
*
math: correct the MSVCRT condition
Saleem Abdulrasool
2017-02-16
1
-2
/
+2
*
math: actually pull the declarations/overloads into std
Saleem Abdulrasool
2017-02-13
1
-0
/
+3
*
math: follow up to SVN r294902
Saleem Abdulrasool
2017-02-12
1
-26
/
+26
*
math: pull more C functions from std
Saleem Abdulrasool
2017-02-12
1
-2
/
+2
*
Fully qualify (preprend ::) calls to math functions from libc
Mehdi Amini
2017-02-10
1
-170
/
+170
*
[libc++] Remove math_win32.h
Shoaib Meenai
2016-09-24
1
-4
/
+0
*
Fix PR28506. Re-enable missing math.h C++11 decls on SunOS. Patch from Michal...
Eric Fiselier
2016-08-15
1
-29
/
+24
*
PR25118: move system_header pragma before uses of include_next to avoid exten...
Richard Smith
2015-10-09
1
-1
/
+2
*
Split <math.h> out of <cmath>.
Richard Smith
2015-10-08
1
-0
/
+1418