llvm-project/clang/lib
Johannes Doerfert ee05167cc4 [OpenMP] Allow traits for the OpenMP context selector `isa`
It was unclear what `isa` was supposed to mean so we did not provide any
traits for this context selector. With this patch we will allow *any*
string or identifier. We use the target attribute and target info to
determine if the trait matches. In other words, we will check if the
provided value is a target feature that is available (at the call site).

Fixes PR46338

Reviewed By: ABataev

Differential Revision: https://reviews.llvm.org/D83281
2020-07-29 10:22:27 -05:00
..
ARCMigrate With MSVC, file needs to be compiled with /BIGOBJ 2020-07-17 09:43:06 -07:00
AST [OpenMP] Allow traits for the OpenMP context selector `isa` 2020-07-29 10:22:27 -05:00
ASTMatchers On Windows build, making the /bigobj flag global , instead of passing it per file. 2020-07-28 18:04:36 -05:00
Analysis [AST][FPEnv] Keep FP options in trailing storage of CallExpr 2020-07-24 12:04:19 +07:00
Basic [OpenCL] Add global_device and global_host address spaces 2020-07-29 17:24:53 +03:00
CodeGen [OpenCL] Add global_device and global_host address spaces 2020-07-29 17:24:53 +03:00
CrossTU [analyzer] Add CTUImportCppThreshold for C++ files 2020-07-09 15:36:33 +02:00
DirectoryWatcher [DirectoryWatcher] Do not use FSEvents on non-macOS platforms 2020-04-23 10:22:28 -07:00
Driver [Driver][ARM] Disable unsupported features when nofp arch extension is used 2020-07-29 14:13:22 +01:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [clang-format][NFC] Fix a Wdocumentation warning in TokenAnnotator.cpp 2020-07-28 10:58:52 +01:00
Frontend [AST][FPEnv] Keep FP options in trailing storage of CallExpr 2020-07-24 12:04:19 +07:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [WebAssembly] Remove intrinsics for SIMD widening ops 2020-07-28 18:25:55 -07:00
Index [openmp] Base of tablegen generated OpenMP common declaration 2020-06-23 10:32:32 -04:00
Lex Reland [Coverage] Add comment to skipped regions 2020-07-28 13:20:57 -07:00
Parse [OpenMP] Allow traits for the OpenMP context selector `isa` 2020-07-29 10:22:27 -05:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [OpenMP] Allow traits for the OpenMP context selector `isa` 2020-07-29 10:22:27 -05:00
Serialization Revert "[OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)" 2020-07-28 20:30:05 -04:00
StaticAnalyzer [analyzer] Revert the accidental commit of D82122 2020-07-24 21:33:18 +02:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling [libTooling] Add a `between` range-selector combinator. 2020-07-28 17:26:12 +00:00
CMakeLists.txt Move unittest helpers to a shared location 2020-05-29 16:47:33 +02:00