summaryrefslogtreecommitdiffstats
path: root/lib/Headers/tgmath.h
Commit message (Expand)AuthorAgeFilesLines
* Move the builtin headers to use the new license file header.Chandler Carruth2019-04-081-19/+3
* [Headers] Reapply: Add #include_next for tgmath.h on DarwinBruno Cardoso Lopes2017-03-161-3/+13
* Revert "[Headers] Add #include_next for tgmath.h on Darwin"Bruno Cardoso Lopes2016-12-121-9/+0
* [Headers] Add #include_next for tgmath.h on DarwinBruno Cardoso Lopes2016-12-091-0/+9
* Clean up trailing whitespace in the builtin headersSean Silva2015-09-121-1/+1
* Fix the return type of the complex creal functions. Patch by YunZhong Gao, mo...Richard Smith2013-05-091-3/+3
* * tgmath_logb.patch implements the missing logb function (see C99 standard 7....Howard Hinnant2012-02-231-3/+20
* Just disable the compiler-builtins module test on MSVC for nowDouglas Gregor2012-01-291-3/+1
* Teach tgmath.h to only include <complex.h> if it's available.Douglas Gregor2012-01-291-1/+3
* Alternate fix to the modules failures that doesn't require us to tweak tgmath.hDouglas Gregor2012-01-291-2/+0
* If there's no math.h, then tgmath.h should just be emptyDouglas Gregor2012-01-291-0/+2
* http://llvm.org/bugs/show_bug.cgi?id=10472Howard Hinnant2011-07-251-4/+3
* testing (reverted)Howard Hinnant2009-02-191-1/+1
* testingHoward Hinnant2009-02-191-1/+1
* Remove pointless backslashDouglas Gregor2009-02-181-1/+1
* Add an unavailable __tg_promote function to attract incorrect uses of type-ge...Douglas Gregor2009-02-181-0/+3
* initial reimplement tgmath.h, written by Howard Hinnant!Chris Lattner2009-02-171-0/+1355