llvm-project/clang/lib
Thomas Lively 935c84c3c2 [WebAssembly] Add experimental SIMD dot product instruction
Summary:
This instruction is not merged to the spec proposal, but we need it to
be implemented in the toolchain to experiment with it. It is available
only on an opt-in basis through a clang builtin.

Defined in https://github.com/WebAssembly/simd/pull/127.

Depends on D69696.

Reviewers: aheejin

Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, sunfish, cfe-commits, llvm-commits

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D69697
2019-11-01 10:45:48 -07:00
..
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST Remove unneeded template alias, causes issues with some MSVC version 2019-10-31 14:20:54 -07:00
ASTMatchers [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Analysis Thread safety analysis: Peel away NoOp implicit casts in initializers 2019-10-30 00:37:32 +01:00
Basic [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
CodeGen [WebAssembly] Add experimental SIMD dot product instruction 2019-11-01 10:45:48 -07: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][driver] Add ProfileData to LLVM_LINK_COMPONENTS 2019-10-31 19:52:41 -07: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] Fix SpacesInSquareBrackets for Lambdas with Initial "&ref" Parameter 2019-10-31 11:08:05 -04:00
Frontend [cfi] Add flag to always generate .debug_frame 2019-10-31 09:48:30 +00:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [Headers] Fix compatibility between arm_acle.h and intrin.h 2019-10-29 14:52:56 -07:00
Index [clang][Index] Replace CodegenNameGenerator with ASTNameGenerator 2019-09-05 20:33:52 +00:00
Lex Lexer::ReadToEndOfLine - fix Token uninitialised value warnings. NFCI. 2019-10-28 18:28:18 +00:00
Parse [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [OpenCL] Support -fdeclare-opencl-builtins in C++ mode 2019-11-01 13:56:43 +00:00
Serialization [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
StaticAnalyzer [clang][analyzer] Using CallDescription in StreamChecker. 2019-10-31 12:38:50 +01:00
Tooling [clang][ScanDeps] Fix issue with multiple commands with the same input. 2019-10-31 14:22:01 -07:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00