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
/
cmath
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Harden usage of static_assert against C++03
Louis Dionne
2019-10-01
1
-2
/
+2
*
[libc++] Move __clamp_to_integral to <cmath>, and harden against min()/max() ...
Louis Dionne
2019-09-04
1
-0
/
+36
*
Apply new meta-programming traits throughout the library.
Eric Fiselier
2019-06-23
1
-1
/
+1
*
Remove unneeded <algorithm> include in cmath.
Eric Fiselier
2019-05-06
1
-1
/
+0
*
Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.
Marshall Clow
2019-04-25
1
-0
/
+27
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-11
1
-6
/
+6
*
Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...
Louis Dionne
2018-07-05
1
-6
/
+6
*
[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne
2018-07-05
1
-6
/
+6
*
cmath: Support clang's -fdelayed-template-parsing
Duncan P. N. Exon Smith
2017-07-07
1
-6
/
+6
*
[libc++] Drop support for CRTs older than VS 2015
Shoaib Meenai
2017-04-07
1
-6
/
+0
*
math: fix typo in macro
Saleem Abdulrasool
2017-02-17
1
-6
/
+6
*
cmath: Use c99 math on a new enough msvcrt
Saleem Abdulrasool
2017-02-17
1
-4
/
+4
*
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
-1
/
+1
*
cmath: adjust math forwards for Windows
Saleem Abdulrasool
2017-02-12
1
-2
/
+2
*
[CUDA] Mark __libcpp_{isnan,isinf,isfinite} as constexpr.
Justin Lebar
2016-11-15
1
-6
/
+6
*
[libc++] Remove unnecessary MSVCRT exclusions
Shoaib Meenai
2016-11-08
1
-6
/
+0
*
Remove some additional unnecessary std:: in cmath
Hal Finkel
2016-10-01
1
-9
/
+9
*
Use __builtin_isnan/isinf/isfinite in complex
Hal Finkel
2016-10-01
1
-0
/
+60
*
Fix PR28506. Re-enable missing math.h C++11 decls on SunOS. Patch from Michal...
Eric Fiselier
2016-08-15
1
-18
/
+0
*
Implement P0030R1: Introduce a 3-Argument Overload to std::hypot
Marshall Clow
2016-05-17
1
-0
/
+28
*
Split <math.h> out of <cmath>.
Richard Smith
2015-10-08
1
-1156
/
+12
*
Provide std::abs(<floating-point>) in <cmath> on Solaris.
Eric Fiselier
2015-03-18
1
-0
/
+4
*
cmath: account for MSVCRT 12.0 changes
Saleem Abdulrasool
2015-02-28
1
-2
/
+10
*
Get libc++ building on Sun Solaris. Patch from C Bergstrom.
Eric Fiselier
2015-01-23
1
-1
/
+1
*
[libcxx] Fix SFINAE in <cmath>. Patch from K-Ballo.
Eric Fiselier
2014-10-17
1
-24
/
+24
*
Rename arguments in include/cmath to work around Newlib macro implementation ...
Jonathan Roelofs
2014-08-27
1
-230
/
+230
*
Remove definition of std::fmaf from libc++. Fixes bug #18910. This function s...
Marshall Clow
2014-03-05
1
-5
/
+1
*
Back out the <type_traits> changes from r198431; they were breaking when buil...
Marshall Clow
2014-01-06
1
-55
/
+15
*
Patch by Howard. First part of fix for PR18218; add type traits needed to do ...
Marshall Clow
2014-01-03
1
-16
/
+55
*
Glen: Remove unneeded _LIBCPP_ALWAYS_INLINE.
Howard Hinnant
2013-08-29
1
-1
/
+1
*
Xing Xue: port to IBM XLC++/AIX.
Howard Hinnant
2013-08-14
1
-22
/
+24
*
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
Howard Hinnant
2013-08-01
1
-36
/
+41
*
Make <cmath> classification macros work with integral types.
Howard Hinnant
2013-01-14
1
-42
/
+48
*
Dimitry Andric: Silence some miscellaneous warnings.
Howard Hinnant
2012-11-06
1
-0
/
+2
*
Apply noexcept to those functions implemented in <cmath> as a conforming exte...
Howard Hinnant
2012-07-06
1
-195
/
+195
*
Change std::abs from a template function to three overloads for float, double...
Howard Hinnant
2012-05-03
1
-3
/
+10
*
Fix MSVC / Sun #ifdef ordering. Remove another #if-nothing-#endif.
David Chisnall
2012-02-29
1
-4
/
+2
*
Remove a spurious #ifdef / #endif pair with nothing between them.
David Chisnall
2012-02-29
1
-2
/
+0
*
Solaris port. Currently sees around 200 test failures, mostly related to
David Chisnall
2012-02-29
1
-1
/
+33
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-1
/
+1
*
Windows port work by Ruben Van Boxem
Howard Hinnant
2011-10-27
1
-0
/
+64
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...
Howard Hinnant
2011-05-13
1
-342
/
+332
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
I have reverted all contributions made by Jesse Towner in revision 110724
Howard Hinnant
2010-11-16
1
-11
/
+0
*
visibility-decoration.
Howard Hinnant
2010-09-21
1
-73
/
+68
*
Getting started on a visibility-decoration sweep.
Howard Hinnant
2010-09-21
1
-67
/
+12
[next]