index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Headers
/
module.map
Age
Commit message (
Expand
)
Author
2013-04-04
Add 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-05
Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so
Douglas Gregor
2012-11-05
Fix module map for SSE4a builtins
Douglas Gregor
2012-11-05
Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.
Douglas Gregor
2012-02-02
Back out my heinous hack that tricked the module generation mechanism
Douglas Gregor
2012-01-31
Split compiler builtin module into "stdlib" builtins and "intrinsic"
Douglas Gregor
2012-01-30
Remove tgmath.h from the module map for now, because it currently causes a
Douglas Gregor
2012-01-30
Fix typo spotted by Sebastian. Thanks!
Douglas Gregor
2012-01-30
Introduce TargetInfo::hasFeature() to query various feature names in
Douglas Gregor
2012-01-29
Introduce a module map for (some of) the compiler-supplied
Douglas Gregor