summaryrefslogtreecommitdiffstats
path: root/test/Modules/compiler_builtins.m
Commit message (Expand)AuthorAgeFilesLines
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-2/+2
* Back out my heinous hack that tricked the module generation mechanismDouglas Gregor2012-02-021-16/+0
* test/Modules/compiler_builtins.m: Appease Cygwin to add -D__need_wint_t.NAKAMURA Takumi2012-02-011-1/+1
* test/Modules/compiler_builtins.m: Mark this as XFAIL:win32. MS limits.h provi...NAKAMURA Takumi2012-02-011-0/+2
* Split compiler builtin module into "stdlib" builtins and "intrinsic"Douglas Gregor2012-01-311-4/+8
* Remove tgmath.h from the module map for now, because it currently causes aDouglas Gregor2012-01-301-3/+0
* Introduce TargetInfo::hasFeature() to query various feature names inDouglas Gregor2012-01-301-0/+8
* Just disable the compiler-builtins module test on MSVC for nowDouglas Gregor2012-01-291-0/+3
* Teach tgmath.h to only include <complex.h> if it's available.Douglas Gregor2012-01-291-2/+2
* Try to get useful diagnostics out of the failing MSVC buildersDouglas Gregor2012-01-291-2/+2
* Alternate fix to the modules failures that doesn't require us to tweak tgmath.hDouglas Gregor2012-01-291-1/+1
* If there's no math.h, then tgmath.h should just be emptyDouglas Gregor2012-01-291-3/+2
* Temporary disable the -verify on this test in the hope of getting some useful...Douglas Gregor2012-01-291-2/+3
* Introduce a module map for (some of) the compiler-suppliedDouglas Gregor2012-01-291-0/+12