75883618c9d91fbabe20350c875fce48f519ada6 |
|
09-May-2013 |
Richard Smith <richard-llvm@metafoo.co.uk> |
Fix the return type of the complex creal functions. Patch by YunZhong Gao, modified to use _Static_assert and to check __STDC_HOSTED__ by me. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181527 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|
d184e53e8a66e174b2fdaee22c1794aa3cfc18ed |
|
23-Feb-2012 |
Howard Hinnant <hhinnant@apple.com> |
* tgmath_logb.patch implements the missing logb function (see C99 standard 7.22, paragraph 5). * tgmath_fabs_complex.patch corrects the return types for the complex fabs functions. These must be non-complex float/double/long double (see C99 standard 7.22, paragraph 4 and 7.3.8.1). Patch contributed by Kristof Beyls. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151276 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|
ebb1004d09968f51ec22bde2225112709dc0f386 |
|
30-Jan-2012 |
Douglas Gregor <dgregor@apple.com> |
Just disable the compiler-builtins module test on MSVC for now git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149214 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|
8101c7f8a9b9494014db5da9f88b50e69f90acf4 |
|
30-Jan-2012 |
Douglas Gregor <dgregor@apple.com> |
Teach tgmath.h to only include <complex.h> if it's available. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149213 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|
e5c9e096a9e7171e8e97ab77610a71610e966f98 |
|
29-Jan-2012 |
Douglas Gregor <dgregor@apple.com> |
Alternate fix to the modules failures that doesn't require us to tweak tgmath.h git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149210 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|
5ad2649083d75f2d3cfac7b56e0dc391d6e29541 |
|
29-Jan-2012 |
Douglas Gregor <dgregor@apple.com> |
If there's no math.h, then tgmath.h should just be empty git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149209 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|
725fb0e2b72a644b090b962fdec47516d186409a |
|
25-Jul-2011 |
Howard Hinnant <hhinnant@apple.com> |
http://llvm.org/bugs/show_bug.cgi?id=10472 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135927 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|
ccb8f089d72ed8a01f9e13bcd0de3d2a8cd4af93 |
|
19-Feb-2009 |
Howard Hinnant <hhinnant@apple.com> |
testing (reverted) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64991 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|
412705b00e6e2d2c7552455575987f36d2b467e2 |
|
19-Feb-2009 |
Howard Hinnant <hhinnant@apple.com> |
testing git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64990 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|
0c36c925fc227d60560a8bbcc90416c595ab1a24 |
|
18-Feb-2009 |
Douglas Gregor <dgregor@apple.com> |
Remove pointless backslash git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64965 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|
c13c0125a0543f0d994b63a5c3d2474ac12d632d |
|
18-Feb-2009 |
Douglas Gregor <dgregor@apple.com> |
Add an unavailable __tg_promote function to attract incorrect uses of type-generic macros, rom Howard Hinnant. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64919 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|
39aa1ed8f9b8d85947a2ef9febe50511362d8ed1 |
|
17-Feb-2009 |
Chris Lattner <sabre@nondot.org> |
initial reimplement tgmath.h, written by Howard Hinnant! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64826 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/tgmath.h
|