llvm-project/clang/lib
Yaxun Liu 64936ce91d [OpenCL] Add supported OpenCL extensions to target info.
Add supported OpenCL extensions to target info. It serves as default values to save the users of the burden setting each supported extensions and optional core features in command line.

Differential Revision: http://reviews.llvm.org/D19484

llvm-svn: 269431
2016-05-13 15:44:37 +00:00
..
ARCMigrate Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
AST [AST] Add missing const qualifiers to AstContext in Type.cpp 2016-05-13 14:31:44 +00:00
ASTMatchers [ASTMatchers] New matcher forFunction 2016-05-04 11:59:39 +00:00
Analysis Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Basic [OpenCL] Add supported OpenCL extensions to target info. 2016-05-13 15:44:37 +00:00
CodeGen [CodeGen] Clang does not choose aapcs-vfp calling convention for ARM bare metal target with hard float (EABIHF) 2016-05-13 14:45:57 +00:00
Driver Simplify getLinuxDynamicLinker() by using a common variable for the triple. NFC. 2016-05-13 12:34:14 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [JS] respect clang-format off when requoting strings. 2016-05-12 11:20:32 +00:00
Frontend [OpenCL] Add supported OpenCL extensions to target info. 2016-05-13 15:44:37 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers [clang][AVX512] completing missing set intrinsics 2016-05-11 11:41:29 +00:00
Index Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Lex Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Parse [OpenCL] Add supported OpenCL extensions to target info. 2016-05-13 15:44:37 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema [OpenCL] Add supported OpenCL extensions to target info. 2016-05-13 15:44:37 +00:00
Serialization Add support for derived class special members hiding functions brought in from 2016-05-13 06:47:56 +00:00
StaticAnalyzer [analyzer] Fix crash in ObjCGenericsChecker 2016-05-11 20:28:41 +00:00
Tooling [tooling] FixItHint Tooling refactoring 2016-05-11 14:31:39 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00