llvm-project/clang/lib/Sema
Ting Wang b389354b28 [Clang][PowerPC] Add max/min intrinsics to Clang and PPC backend
Add support for builtin_[max|min] which has below prototype:
A builtin_max (A1, A2, A3, ...)
All arguments must have the same type; they must all be float, double, or long double.
Internally use SelectCC to get the result.

Reviewed By: qiucf

Differential Revision: https://reviews.llvm.org/D122478
2022-04-05 22:43:48 -04:00
..
AnalysisBasedWarnings.cpp [clang] Remove redundant member initialization (NFC) 2022-01-02 10:20:23 -08:00
CMakeLists.txt [clang] Make libBasic not depend on MC 2021-04-28 12:16:22 -04:00
CodeCompleteConsumer.cpp [CodeCompletion] Signature help for aggregate initialization. 2022-01-04 16:00:22 +01:00
CoroutineStmtBuilder.h
DeclSpec.cpp Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
DelayedDiagnostic.cpp
IdentifierResolver.cpp
JumpDiagnostics.cpp [clang] Add range accessor for ObjCAtTryStmt catch_stmts and use it 2021-10-27 08:57:05 -04:00
MultiplexExternalSemaSource.cpp [clang][AST] Improve AST Reader/Writer memory footprint 2021-05-20 15:34:29 -07:00
OpenCLBuiltins.td [OpenCL] Set MinVersion for sub_group_barrier with memory_scope 2022-03-31 16:41:40 +01:00
ParsedAttr.cpp Allow parameter pack expansions and initializer lists in annotate attribute 2022-02-08 13:38:07 -05:00
Scope.cpp [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
ScopeInfo.cpp [clang] Disallow mixing SEH and Objective-C exceptions 2021-10-20 14:18:12 -04:00
Sema.cpp [Clang] Implement __builtin_source_location. 2022-03-28 18:29:02 -04:00
SemaAccess.cpp [C++2b] Implement multidimentional subscript operator 2022-02-08 12:10:47 -05:00
SemaAttr.cpp In fast-math mode, when unsafe math optimizations are enabled, the 2022-04-05 04:58:19 -07:00
SemaAvailability.cpp [clang] Convert a few loops to for-each 2021-10-11 14:24:32 -04:00
SemaCUDA.cpp [CUDA][HIP] Fix hostness check with -fopenmp 2022-03-24 15:19:47 -04:00
SemaCXXScopeSpec.cpp [AST] Add more source information for DecltypeTypeLoc. 2022-01-10 09:34:18 +01:00
SemaCast.cpp [clang][sema] TryStaticCast - use castAs<> instead of getAs<> to avoid dereference of nullptr 2022-02-12 11:14:19 +00:00
SemaChecking.cpp [Clang][PowerPC] Add max/min intrinsics to Clang and PPC backend 2022-04-05 22:43:48 -04:00
SemaCodeComplete.cpp Use llvm::append_range instead of push_back loops where applicable. NFCI. 2022-03-18 01:25:34 +01:00
SemaConcept.cpp [NFC] move CheckInstantiatedFunctionTemplateConstraints to SemaConcepts.cpp 2022-03-03 11:47:20 -08:00
SemaConsumer.cpp
SemaCoroutine.cpp Use llvm::append_range instead of push_back loops where applicable. NFCI. 2022-03-18 01:25:34 +01:00
SemaDecl.cpp [Clang] Do not warn on unused lifetime-extending vars with side effects... 2022-04-05 21:03:02 +02:00
SemaDeclAttr.cpp [HLSL] Further improve to numthreads diagnostics 2022-03-31 11:34:01 -05:00
SemaDeclCXX.cpp [CUDA] Don't call inferCUDATargetForImplicitSpecialMember too early. 2022-03-31 13:49:12 -07:00
SemaDeclObjC.cpp Reland "[clang][ObjC] Add fix it for missing methods in impl" 2022-01-06 10:55:02 -05:00
SemaExceptionSpec.cpp [OpenMP] Initial parsing/sema for the 'omp target parallel loop' construct 2022-03-24 09:19:00 -07:00
SemaExpr.cpp [clang][AArc64][SVE] Add support for comparison operators on SVE types 2022-04-05 13:56:27 +01:00
SemaExprCXX.cpp Relands "[Clang] -Wunused-but-set-variable warning - handle also pre/post unary operators" 2022-03-24 10:34:44 +01:00
SemaExprMember.cpp Don't diagnostic atomic object access as UB in an unevaluated context 2022-03-30 07:12:49 -04:00
SemaExprObjC.cpp [clang] Fix bugprone argument comments (NFC) 2022-01-09 00:19:49 -08:00
SemaFixItUtils.cpp [clang] NFC: Rename rvalue to prvalue 2021-06-09 12:27:10 +02:00
SemaInit.cpp [Format, Sema] Use range-based for loops with llvm::reverse (NFC) 2021-11-17 08:52:35 -08:00
SemaLambda.cpp [Clang] Fix Unevaluated Lambdas 2022-03-25 19:16:45 +01:00
SemaLookup.cpp [C++20][Modules][8/8] Amend module visibility rules for partitions. 2022-03-01 08:29:05 +00:00
SemaModule.cpp [C++20][Modules][HU 4/5] Handle pre-processed header units. 2022-03-27 09:38:06 +01:00
SemaObjCProperty.cpp [Clang][Sema] Fix attribute mismatch warning for ObjC class properties 2022-01-11 12:10:18 +00:00
SemaOpenMP.cpp [OpenMP] Add a semantic check for updating hidden or internal values 2022-03-24 19:38:30 -04:00
SemaOverload.cpp [CUDA][HIP] Fix hostness check with -fopenmp 2022-03-24 15:19:47 -04:00
SemaPseudoObject.cpp [clang] NFC: Rename rvalue to prvalue 2021-06-09 12:27:10 +02:00
SemaSYCL.cpp [SYCL] Diagnose uses of zero length arrays 2021-12-29 15:30:18 +03:00
SemaStmt.cpp [clang][parse] Move source range into ParsedAttibutesView 2022-03-24 08:11:57 +01:00
SemaStmtAsm.cpp [Inline-asm] Add diagnosts for unsupported inline assembly arguments 2022-03-23 11:25:19 +08:00
SemaStmtAttr.cpp [clang][parse] Move source range into ParsedAttibutesView 2022-03-24 08:11:57 +01:00
SemaTemplate.cpp [Clang] Implement __builtin_source_location. 2022-03-28 18:29:02 -04:00
SemaTemplateDeduction.cpp [Concepts] Fix placeholder constraints when references are involved 2022-03-23 11:14:58 -04:00
SemaTemplateInstantiate.cpp [NFC] Change TemplateInstantiator to refer to the base using a typedef 2022-03-03 09:12:05 -08:00
SemaTemplateInstantiateDecl.cpp [Clang] Implement __builtin_source_location. 2022-03-28 18:29:02 -04:00
SemaTemplateVariadic.cpp Introduce _BitInt, deprecate _ExtInt 2021-12-06 12:52:01 -05:00
SemaType.cpp [clang][parse] Move source range into ParsedAttibutesView 2022-03-24 08:11:57 +01:00
TreeTransform.h [Clang] Implement __builtin_source_location. 2022-03-28 18:29:02 -04:00
TypeLocBuilder.cpp
TypeLocBuilder.h
UsedDeclVisitor.h [HIP][OpenMP] Fix assertion in deferred diag 2021-10-25 11:07:40 -04:00