llvm-project/clang/lib
Craig Topper f202365910 [AVX-512] Fix the operand order for all calls to __builtin_ia32_vfmaddss3_mask.
Summary: The preserved input should be the first argument and the vector inputs should be in the same order as the intrinsics it is used to implement.

Reviewers: igorb, delena

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D25902

llvm-svn: 285175
2016-10-26 05:35:38 +00:00
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST Implement name mangling proposal for exception specifications from cxx-abi-dev 2016-10-11. 2016-10-26 01:05:54 +00:00
ASTMatchers [AST] Convert Marshallers to use unique_ptr. 2016-10-10 16:26:40 +00:00
Analysis Fix handling of %% format specifier in os_log builtins. 2016-10-25 00:48:48 +00:00
Basic Re-apply patch r279045. 2016-10-25 12:50:55 +00:00
CodeGen [CodeGen] Move shouldEmitLifetimeMarkers into more convenient place 2016-10-26 01:59:57 +00:00
Driver [Myriad] Find libc++ adjacent to libstdc++ 2016-10-25 23:02:30 +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 clang-format: [JS] Fix template string ASI. 2016-10-21 05:11:38 +00:00
Frontend Switch SmallSetVector to use DenseSet when it overflows its inline space. 2016-10-21 21:45:01 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers [AVX-512] Fix the operand order for all calls to __builtin_ia32_vfmaddss3_mask. 2016-10-26 05:35:38 +00:00
Index [index] Fixes for locations and relations in Objective C categories and getters/setters 2016-10-25 21:11:22 +00:00
Lex Treat module headers wrapped by our builtin headers as implicitly being textual 2016-10-26 01:08:55 +00:00
Parse Re-apply patch r279045. 2016-10-25 12:50:55 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema [Sema] Handle CaseStmt and DefaultStmt as SwitchCase 2016-10-26 02:00:00 +00:00
Serialization [modules] Fix assert if multiple update records provide a definition for a 2016-10-26 02:31:56 +00:00
StaticAnalyzer Fix MSVC unused variable warning. 2016-10-25 12:59:15 +00:00
Tooling Deduplicate sets of replacements by file names. 2016-10-14 09:32:06 +00:00
CMakeLists.txt