summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/module.map
Commit message (Expand)AuthorAgeFilesLines
* Rename lib/Headers/module.map to module.modulemapBen Langmuir2014-04-171-156/+0
* Even in a modules world, people will depend on the weird xmmintrin.h -> emmin...Douglas Gregor2013-06-071-0/+1
* Add arm_neon.h to the builtin intrinsics module map.Douglas Gregor2013-05-201-0/+10
* Add tests that build modules for our builtin headers, and fix two buglets exp...Richard Smith2013-04-041-0/+1
* [lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse a...Argyrios Kyrtzidis2013-03-271-1/+0
* Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, soDouglas Gregor2012-11-051-0/+15
* Fix module map for SSE4a builtinsDouglas Gregor2012-11-051-1/+1
* Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.Douglas Gregor2012-11-051-0/+22
* Back out my heinous hack that tricked the module generation mechanismDouglas Gregor2012-02-021-46/+7
* Split compiler builtin module into "stdlib" builtins and "intrinsic"Douglas Gregor2012-01-311-12/+17
* Remove tgmath.h from the module map for now, because it currently causes aDouglas Gregor2012-01-301-4/+1
* Fix typo spotted by Sebastian. Thanks!Douglas Gregor2012-01-301-1/+1
* Introduce TargetInfo::hasFeature() to query various feature names inDouglas Gregor2012-01-301-1/+107
* Introduce a module map for (some of) the compiler-suppliedDouglas Gregor2012-01-291-0/+39
OpenPOWER on IntegriCloud