llvm-project/clang/lib
Alexey Bataev 411e81a4e3 [OPENMP50]Add if clause in target teams idistribute simd directive.
According to OpenMP 5.0, if clause can be used in for simd directive. If
condition in the if clause if false, the non-vectorized version of the
loop must be executed.
2019-12-16 13:20:57 -05:00
..
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST Properly compute whether statement expressions can throw, rather than 2019-12-15 22:02:31 -08:00
ASTMatchers Make it possible control matcher traversal kind with ASTContext 2019-12-06 23:11:32 +00:00
Analysis [analyzer] Do not cache out on some shared implicit AST nodes 2019-12-11 17:15:12 -08:00
Basic [Sema] Improve diagnostic about addr spaces for overload candidates 2019-12-13 12:35:18 +00:00
CodeGen [TLI] Support for per-Function TLI that overrides available libfuncs 2019-12-16 09:19:30 -08:00
CrossTU [CrossTU] Fix problem with CrossTU AST load limit and progress messages. 2019-08-12 07:15:29 +00:00
DirectoryWatcher [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Driver [clang][SystemZ] Add support for -march=native 2019-12-16 16:11:32 +01:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format Fix warning on extra ';'. NFC. 2019-12-03 16:02:55 -05:00
Frontend Mark the major papers for C++20 consistent comparisons as "done", and 2019-12-15 22:20:06 -08:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [ARM][CMSE] Add CMSE header and builtins 2019-12-12 15:01:14 +00:00
Index [NFC] Fix typos in Clangd and Clang 2019-12-16 10:54:40 +01:00
Lex [clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missing `__has_include` dependencies 2019-12-02 18:47:22 -08:00
Parse [OPENMP]Fix skipping of functions body. 2019-12-13 16:51:46 -05:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [OPENMP50]Add if clause in target teams idistribute simd directive. 2019-12-16 13:20:57 -05:00
Serialization Move ASTRecordWriter into its own header; NFC. 2019-12-14 03:28:23 -05:00
StaticAnalyzer [analyzer] Add support for namespaces to GenericTaintChecker 2019-12-15 12:11:22 +01:00
Tooling [Tooling/Syntax] Helpers to find spelled tokens touching a location. 2019-12-13 16:57:03 +01:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00