index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Modules
/
compiler_builtins.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Modules] Add a command line option for loading the clang builtins modulemap.
Elad Cohen
2016-10-31
1
-0
/
+1
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
1
-2
/
+2
*
Fix compiler_builtins.m test to not rely on including system stdlib.h and mal...
Hans Wennborg
2015-01-22
1
-2
/
+2
*
Enabling this test again on mingw. The problem seems to happen when
Yaron Keren
2014-12-18
1
-1
/
+0
*
This test does not pass for -target i686-pc-windows-gnu (-mingw32)
Yaron Keren
2014-12-17
1
-0
/
+1
*
Avoid names like __in that conflict with SAL in builtin headers
Reid Kleckner
2013-04-19
1
-1
/
+0
*
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...
Douglas Gregor
2013-02-07
1
-2
/
+2
*
clang/test/Modules/compiler_builtins.m: Mark this as XFAIL:win32 for now. Inv...
NAKAMURA Takumi
2013-01-17
1
-0
/
+1
*
Use @import rather than @__experimental_modules_import, since the
Douglas Gregor
2012-12-11
1
-2
/
+2
*
Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.
Douglas Gregor
2012-11-05
1
-0
/
+1
*
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-19
1
-0
/
+1
*
Change @import to @__experimental_modules_import. We are not ready to commit...
Ted Kremenek
2012-03-01
1
-2
/
+2
*
Back out my heinous hack that tricked the module generation mechanism
Douglas Gregor
2012-02-02
1
-16
/
+0
*
test/Modules/compiler_builtins.m: Appease Cygwin to add -D__need_wint_t.
NAKAMURA Takumi
2012-02-01
1
-1
/
+1
*
test/Modules/compiler_builtins.m: Mark this as XFAIL:win32. MS limits.h provi...
NAKAMURA Takumi
2012-02-01
1
-0
/
+2
*
Split compiler builtin module into "stdlib" builtins and "intrinsic"
Douglas Gregor
2012-01-31
1
-4
/
+8
*
Remove tgmath.h from the module map for now, because it currently causes a
Douglas Gregor
2012-01-30
1
-3
/
+0
*
Introduce TargetInfo::hasFeature() to query various feature names in
Douglas Gregor
2012-01-30
1
-0
/
+8
*
Just disable the compiler-builtins module test on MSVC for now
Douglas Gregor
2012-01-29
1
-0
/
+3
*
Teach tgmath.h to only include <complex.h> if it's available.
Douglas Gregor
2012-01-29
1
-2
/
+2
*
Try to get useful diagnostics out of the failing MSVC builders
Douglas Gregor
2012-01-29
1
-2
/
+2
*
Alternate fix to the modules failures that doesn't require us to tweak tgmath.h
Douglas Gregor
2012-01-29
1
-1
/
+1
*
If there's no math.h, then tgmath.h should just be empty
Douglas Gregor
2012-01-29
1
-3
/
+2
*
Temporary disable the -verify on this test in the hope of getting some useful...
Douglas Gregor
2012-01-29
1
-2
/
+3
*
Introduce a module map for (some of) the compiler-supplied
Douglas Gregor
2012-01-29
1
-0
/
+12