aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/module.map
AgeCommit message (Expand)Author
2013-04-04Add tests that build modules for our builtin headers, and fix two buglets exp...Richard Smith
2013-03-27[lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse a...Argyrios Kyrtzidis
2012-11-05Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, soDouglas Gregor
2012-11-05Fix module map for SSE4a builtinsDouglas Gregor
2012-11-05Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.Douglas Gregor
2012-02-02Back out my heinous hack that tricked the module generation mechanismDouglas Gregor
2012-01-31Split compiler builtin module into "stdlib" builtins and "intrinsic"Douglas Gregor
2012-01-30Remove tgmath.h from the module map for now, because it currently causes aDouglas Gregor
2012-01-30Fix typo spotted by Sebastian. Thanks!Douglas Gregor
2012-01-30Introduce TargetInfo::hasFeature() to query various feature names inDouglas Gregor
2012-01-29Introduce a module map for (some of) the compiler-suppliedDouglas Gregor