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
/
clang
/
lib
/
Headers
/
float.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the builtin headers to use the new license file header.
Chandler Carruth
2019-04-08
1
-17
/
+3
*
[clang] Only provide C11 features in <float.h> starting with C++17
Louis Dionne
2019-02-22
1
-2
/
+2
*
[clang] Make sure C99/C11 features in <float.h> are provided in C++11
Louis Dionne
2019-02-13
1
-4
/
+4
*
[Headers] Define *_HAS_SUBNORM for FLT, DBL, LDBL
Pirama Arumuga Nainar
2018-08-08
1
-0
/
+6
*
[clang] Fix broken include_next in float.h
Louis Dionne
2018-08-06
1
-3
/
+3
*
This adds the _Float16 preprocessor macro definitions.
Sjoerd Meijer
2017-09-13
1
-0
/
+14
*
[Headers][Darwin] Allow #include_next<float.h> to work on Darwin prior to 10.7
Bruno Cardoso Lopes
2017-08-01
1
-0
/
+9
*
[Headers] Enable #include_next<float.h> on Darwin
Bruno Cardoso Lopes
2016-12-08
1
-2
/
+5
*
<float.h>: do not define DECIMAL_DIG in -std=c89 mode; this macro was added i...
Richard Smith
2016-02-12
1
-2
/
+6
*
In C11, provide macros FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, and LDBL_DECIMAL_DIG...
Richard Smith
2016-02-11
1
-0
/
+6
*
<float.h>: Don't seek #include_next if -ffreestanding for targeting mingw.
NAKAMURA Takumi
2014-10-22
1
-1
/
+1
*
Remove a broken attempt to cope with someone #undef'ing __has_include_next.
Richard Smith
2014-02-19
1
-1
/
+1
*
Expand #include_next in float.h from mingw to _msc_ver.
Nico Weber
2012-04-24
1
-1
/
+1
*
Add C11 FLT_TRUE_MIN and friends. <rdar://problem/10812837>.
Eli Friedman
2012-02-07
1
-0
/
+11
*
Fix typo.
Nick Lewycky
2011-07-19
1
-1
/
+1
*
Teach Clang's <float.h> to also include MinGW's <float.h>, which provides add...
Douglas Gregor
2011-07-05
1
-0
/
+42
*
Eli noticed that I had forgotten some #defines. Add them.
Anders Carlsson
2008-12-26
1
-0
/
+12
*
Add float.h header. Eli, please review :)
Anders Carlsson
2008-12-26
1
-0
/
+59