index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Modules
/
compiler_builtins.m
Age
Commit message (
Expand
)
Author
2013-04-19
Avoid names like __in that conflict with SAL in builtin headers
Reid Kleckner
2013-02-07
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...
Douglas Gregor
2013-01-17
clang/test/Modules/compiler_builtins.m: Mark this as XFAIL:win32 for now. Inv...
NAKAMURA Takumi
2012-12-11
Use @import rather than @__experimental_modules_import, since the
Douglas Gregor
2012-11-05
Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.
Douglas Gregor
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-03-01
Change @import to @__experimental_modules_import. We are not ready to commit...
Ted Kremenek
2012-02-02
Back out my heinous hack that tricked the module generation mechanism
Douglas Gregor
2012-02-01
test/Modules/compiler_builtins.m: Appease Cygwin to add -D__need_wint_t.
NAKAMURA Takumi
2012-02-01
test/Modules/compiler_builtins.m: Mark this as XFAIL:win32. MS limits.h provi...
NAKAMURA Takumi
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
Introduce TargetInfo::hasFeature() to query various feature names in
Douglas Gregor
2012-01-29
Just disable the compiler-builtins module test on MSVC for now
Douglas Gregor
2012-01-29
Teach tgmath.h to only include <complex.h> if it's available.
Douglas Gregor
2012-01-29
Try to get useful diagnostics out of the failing MSVC builders
Douglas Gregor
2012-01-29
Alternate fix to the modules failures that doesn't require us to tweak tgmath.h
Douglas Gregor
2012-01-29
If there's no math.h, then tgmath.h should just be empty
Douglas Gregor
2012-01-29
Temporary disable the -verify on this test in the hope of getting some useful...
Douglas Gregor
2012-01-29
Introduce a module map for (some of) the compiler-supplied
Douglas Gregor