llvm-project/clang/lib/Sema
Craig Topper 79008a3cc4 [AVX512] Remove VPERMD/VPERMQ/VPERMILPS/VPERMILPD builtins. These were made unused in r274492 and r274502.
llvm-svn: 274516
2016-07-04 19:27:50 +00:00
..
AnalysisBasedWarnings.cpp Rename a variable to avoid shadowing function parameter. NFC. 2016-05-25 05:42:00 +00:00
AttributeList.cpp P0188R1: add support for standard [[fallthrough]] attribute. This is almost 2016-03-08 00:32:55 +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 Silence some MSVC false positive warnings about integer zexts and falling off the end of a covered switch 2016-02-10 19:09:15 +00:00
DeclSpec.cpp [MSVC] Support for __unaligned qualifier in functions 2016-05-26 10:06:01 +00:00
DelayedDiagnostic.cpp Addressing review comments for r261163. 2016-02-22 04:47:24 +00:00
IdentifierResolver.cpp [modules] Separately track whether an identifier's preprocessor information and 2016-02-05 19:03:40 +00:00
JumpDiagnostics.cpp Implement p0292r2 (constexpr if), a likely C++1z feature. 2016-06-23 19:16:49 +00:00
MultiplexExternalSemaSource.cpp Method Pool in modules: we make sure that if a module contains an entry for 2016-04-29 19:04:05 +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 Use ranges to concisely express iteration 2016-06-23 00:15:04 +00:00
Sema.cpp Fix unused variable warning after r273754. 2016-06-25 16:40:53 +00:00
SemaAccess.cpp P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: 2016-06-28 19:03:57 +00:00
SemaAttr.cpp Use ranges to concisely express iteration 2016-06-23 00:15:04 +00:00
SemaCUDA.cpp [CUDA] Do not allow non-empty destructors for global device-side variables. 2016-05-19 20:13:53 +00:00
SemaCXXScopeSpec.cpp [modules] Enforce the rules that an explicit or partial specialization must be 2016-05-05 00:56:12 +00:00
SemaCast.cpp Use ranges to concisely express iteration 2016-06-23 00:15:04 +00:00
SemaChecking.cpp [AVX512] Remove VPERMD/VPERMQ/VPERMILPS/VPERMILPD builtins. These were made unused in r274492 and r274502. 2016-07-04 19:27:50 +00:00
SemaCodeComplete.cpp [CodeCompletion] Allow system headers providing private symbols with a single underscore. 2016-07-01 01:17:02 +00:00
SemaConsumer.cpp
SemaCoroutine.cpp Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr." 2016-06-21 20:29:17 +00:00
SemaDecl.cpp [Sema] A flexible array member must not be the only named member 2016-07-04 00:24:59 +00:00
SemaDeclAttr.cpp [GCC] PR23529 Mangler part of attrbute abi_tag support 2016-06-30 09:40:38 +00:00
SemaDeclCXX.cpp Re-land "[MS] Don't expect vftables to be provided for extern template instantiations" 2016-06-29 18:29:21 +00:00
SemaDeclObjC.cpp Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a 2016-06-25 00:15:56 +00:00
SemaExceptionSpec.cpp P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: 2016-06-28 19:03:57 +00:00
SemaExpr.cpp C++14 init-capture: error out instead of crashing. 2016-07-01 22:27:16 +00:00
SemaExprCXX.cpp Fix typo-correction crash if a typo occurs within the operand of a 2016-06-30 20:24:30 +00:00
SemaExprMember.cpp Implement p0292r2 (constexpr if), a likely C++1z feature. 2016-06-23 19:16:49 +00:00
SemaExprObjC.cpp ObjC Class Property: diagnostics when accessing a class property using instance. 2016-06-28 23:01:49 +00:00
SemaFixItUtils.cpp Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call 2015-12-18 21:45:41 +00:00
SemaInit.cpp Mark inheriting constructors as deleted if the corresponding defaulted default 2016-06-29 01:10:27 +00:00
SemaLambda.cpp Use even more ArrayRefs 2016-06-24 05:33:44 +00:00
SemaLookup.cpp [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dionne. 2016-07-01 01:24:09 +00:00
SemaObjCProperty.cpp [ObjC] Remove _Atomic from return type and parameter type of 2016-05-26 00:37:30 +00:00
SemaOpenMP.cpp [OpenMP] Issue warning if a simd construct nested inside another simd 2016-07-01 14:30:25 +00:00
SemaOverload.cpp [MS ABI] Pick an inheritance model if we resolve an overload set 2016-06-30 03:02:03 +00:00
SemaPseudoObject.cpp arc-repeated-use-of-weak should not warn about IBOutlet properties 2016-05-25 05:41:57 +00:00
SemaStmt.cpp [Sema] Implement C++14's DR1579: Prefer returning by converting move constructor 2016-06-30 23:09:13 +00:00
SemaStmtAsm.cpp Avoid using LookupResult's implicit copy ctor and assignment operator to avoid warnings 2016-03-16 09:56:58 +00:00
SemaStmtAttr.cpp Add loop pragma for Loop Distribution 2016-06-14 12:04:26 +00:00
SemaTemplate.cpp [AST] Use ArrayRef in more interfaces 2016-07-03 21:17:51 +00:00
SemaTemplateDeduction.cpp [AST] Use ArrayRef in more interfaces 2016-07-03 21:17:51 +00:00
SemaTemplateInstantiate.cpp Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a 2016-06-25 00:15:56 +00:00
SemaTemplateInstantiateDecl.cpp [AST] Use ArrayRef in more interfaces 2016-07-03 21:17:51 +00:00
SemaTemplateVariadic.cpp Fix crash while parsing variable template with variadic template arguments 2016-05-26 12:55:34 +00:00
SemaType.cpp AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels. 2016-06-30 09:06:33 +00:00
TreeTransform.h P0305R1: Parsing support for init-statements in 'if' and 'switch' statements. 2016-06-29 21:17:59 +00:00
TypeLocBuilder.cpp [Sema] Fix bug in TypeLocBuilder::pushImpl 2016-02-18 21:05:09 +00:00
TypeLocBuilder.h Correcting a typo in a comment; NFC. 2016-06-08 12:33:18 +00:00