llvm-project/clang/lib/Sema
Craig Topper f771f79b2f [Sema][X86] Update immediate check for gather/scatter prefetch instructions to match the _MM_HINT_T0/T1 constant definitions
Our _MM_HINT_T0/T1 constant values are 3/2 which matches gcc, but not icc or Intel documentation. Interestingly gcc had this same bug on their implementation of the gather/scatter builtins at one point too.

Fixes PR32411.

llvm-svn: 299233
2017-03-31 17:22:30 +00:00
..
AnalysisBasedWarnings.cpp Suppress warning on unreachable [[clang::fallthrough]] within a template instantiation. 2017-03-22 01:49:19 +00:00
AttributeList.cpp Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00
CMakeLists.txt It seems we need to add SemaExpr.cpp to the /bigobj list; I am getting consistent failures of hitting the section count limit. 2016-06-01 15:17:54 +00:00
CodeCompleteConsumer.cpp Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00
DeclSpec.cpp Recommit r289979 [OpenCL] Allow disabling types and declarations associated with extensions 2016-12-18 05:18:55 +00:00
DelayedDiagnostic.cpp [Sema] Delay partial availability diagnostics, just like deprecated 2016-10-28 21:39:27 +00:00
IdentifierResolver.cpp [modules] Separately track whether an identifier's preprocessor information and 2016-02-05 19:03:40 +00:00
JumpDiagnostics.cpp [Sema] Handle CaseStmt and DefaultStmt as SwitchCase 2016-10-26 02:00:00 +00:00
MultiplexExternalSemaSource.cpp Prototype of modules codegen 2017-01-30 05:00:26 +00:00
Scope.cpp [Parser] Clear the TemplateParamScope bit of the current scope's flag 2016-04-29 02:24:14 +00:00
ScopeInfo.cpp [coroutines] Fix diagnostics depending on the first coroutine statement. 2017-03-11 02:35:37 +00:00
Sema.cpp Remove all uses of std::mem_fun and std::bind1st removed in C++17. 2017-03-23 23:17:58 +00:00
SemaAccess.cpp P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: 2016-06-28 19:03:57 +00:00
SemaAttr.cpp [Modules][PCH] Serialize #pragma pack 2017-03-31 15:36:21 +00:00
SemaCUDA.cpp Factor out some common code between SpecialMemberExceptionSpecInfo and SpecialMemberDeletionInfo. 2017-02-24 02:07:20 +00:00
SemaCXXScopeSpec.cpp [Sema] Unbreak GCC -Werror build (enum compare). 2017-03-17 22:19:20 +00:00
SemaCast.cpp [Objective-C] Miscellaneous -fobjc-weak Fixes 2017-03-29 18:16:38 +00:00
SemaChecking.cpp [Sema][X86] Update immediate check for gather/scatter prefetch instructions to match the _MM_HINT_T0/T1 constant definitions 2017-03-31 17:22:30 +00:00
SemaCodeComplete.cpp [libclang] Fix crash in member access code completion with implicit base 2017-03-28 07:22:21 +00:00
SemaConsumer.cpp
SemaCoroutine.cpp Use BuildReturnStmt in SemaCoroutine to unbreak sanitizer tests. 2017-03-28 02:51:45 +00:00
SemaDecl.cpp Spelling mistakes in comments. NFCI. (PR27635) 2017-03-30 14:13:19 +00:00
SemaDeclAttr.cpp Clang changes for alloc_align attribute 2017-03-30 21:48:55 +00:00
SemaDeclCXX.cpp Spelling mistakes in comments. NFCI. (PR27635) 2017-03-30 14:13:19 +00:00
SemaDeclObjC.cpp Support attributes for Objective-C categories 2017-03-23 11:44:25 +00:00
SemaExceptionSpec.cpp [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. 2017-03-06 23:38:15 +00:00
SemaExpr.cpp Spelling mistakes in comments. NFCI. (PR27635) 2017-03-30 14:13:19 +00:00
SemaExprCXX.cpp [Objective-C] Fix "weak-unavailable" warning with -fobjc-weak 2017-03-29 18:09:02 +00:00
SemaExprMember.cpp [Objective-C] Fix "repeated use of weak" warning with -fobjc-weak 2017-03-29 17:55:11 +00:00
SemaExprObjC.cpp [Objective-C] Fix "weak-unavailable" warning with -fobjc-weak 2017-03-29 18:09:02 +00:00
SemaFixItUtils.cpp Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call 2015-12-18 21:45:41 +00:00
SemaInit.cpp [Objective-C] Miscellaneous -fobjc-weak Fixes 2017-03-29 18:16:38 +00:00
SemaLambda.cpp Spelling mistakes in comments. NFCI. (PR27635) 2017-03-30 14:13:19 +00:00
SemaLookup.cpp Factor out some common code between SpecialMemberExceptionSpecInfo and SpecialMemberDeletionInfo. 2017-02-24 02:07:20 +00:00
SemaObjCProperty.cpp [Sema][ObjC] Avoid the "type of property does not match type of accessor" 2017-03-30 13:33:51 +00:00
SemaOpenMP.cpp [OpenMP] Generate better diagnostics for cancel and cancellation point 2017-02-22 06:49:10 +00:00
SemaOverload.cpp [libclang] Fix crash in member access code completion with implicit base 2017-03-28 07:22:21 +00:00
SemaPseudoObject.cpp [Objective-C] Fix "weak-unavailable" warning with -fobjc-weak 2017-03-29 18:09:02 +00:00
SemaStmt.cpp Look through CXXBindTemporaryExprs when checking CXXFunctionCastExprs 2017-03-27 16:29:41 +00:00
SemaStmtAsm.cpp Fix build error caused by r290539. 2016-12-26 13:16:40 +00:00
SemaStmtAttr.cpp Add [[clang::suppress(rule, ...)]] attribute 2017-03-27 19:45:24 +00:00
SemaTemplate.cpp Fix typo, defind -> defined. 2017-03-31 01:45:39 +00:00
SemaTemplateDeduction.cpp Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation for 2017-02-23 01:43:54 +00:00
SemaTemplateInstantiate.cpp Correct class-template deprecation behavior-REDUX 2017-03-23 18:51:54 +00:00
SemaTemplateInstantiateDecl.cpp Clang changes for alloc_align attribute 2017-03-30 21:48:55 +00:00
SemaTemplateVariadic.cpp PR24440: Do not silently discard a fold-expression appearing as the operand of a cast-expression. 2017-02-15 19:57:10 +00:00
SemaType.cpp Represent pass_object_size attrs in ExtParameterInfo 2017-02-24 02:49:47 +00:00
TreeTransform.h Encapsulate FPOptions and use it consistently 2017-03-27 19:17:25 +00:00
TypeLocBuilder.cpp [Sema] Fix bug in TypeLocBuilder::pushImpl 2016-02-18 21:05:09 +00:00
TypeLocBuilder.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00