llvm-project/clang/lib
Artem Belevich f981e30b45 [CUDA] Do not allow using NVPTX target for host compilation.
Differential Revision: https://reviews.llvm.org/D23042

llvm-svn: 277537
2016-08-02 22:37:47 +00:00
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST Reapply r276069 with workaround for MSVC 2013 2016-07-30 22:33:34 +00:00
ASTMatchers [ASTMatcher] Add templateName matcher. 2016-07-29 15:45:11 +00:00
Analysis [CFG] Fix crash finding destructor of lifetime-extended temporary. 2016-08-02 21:07:23 +00:00
Basic [OpenCL] Add extension cl_khr_mipmap_image to clang 2016-07-29 17:52:34 +00:00
CodeGen Add FIXMEs for MSVC 2013 hacks in r277211. NFC. 2016-08-01 22:12:46 +00:00
Driver [CUDA] Do not allow using NVPTX target for host compilation. 2016-08-02 22:37:47 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format Implement tooling::Replacements as a class. 2016-08-01 10:16:37 +00:00
Frontend Initial vectorization support for svml calls (short vector math library). 2016-07-29 16:44:24 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers Add more gcc compatibility names to clang's cpuid.h 2016-07-31 20:23:23 +00:00
Index [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Lex Revert r276973 "Adjust Registry interface to not require plugins to export a registry" 2016-07-28 17:17:22 +00:00
Parse [Parse] Let declarations follow labels in -fms-extensions mode 2016-08-01 16:39:29 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema [ObjC Availability] Fix partial-availability false positive introduced in r277058 2016-08-01 20:19:49 +00:00
Serialization Reapply r276069 with workaround for MSVC 2013 2016-07-30 22:33:34 +00:00
StaticAnalyzer [analyzer] Update APIs taking user-facing strings. 2016-07-30 16:16:51 +00:00
Tooling Implement tooling::Replacements as a class. 2016-08-01 10:16:37 +00:00
CMakeLists.txt