llvm-capstone/clang/test
Wang, Pengfei dd2460ed5d [X86] Always assign reassoc flag for intrinsics *reduce_add/mul_ps/pd.
Intrinsics *reduce_add/mul_ps/pd have assumption that the elements in
the vector are reassociable. So we need to always assign the reassoc
flag when we call _mm_reduce_* intrinsics.

Reviewed By: spatel

Differential Revision: https://reviews.llvm.org/D96231
2021-02-09 21:14:06 +08:00
..
Analysis [test] Use host platform specific error message substitution in lit tests - continued 2021-02-03 09:53:22 -05:00
APINotes
ARCMT
AST [clang-tblgen] AnnotateAttr::printPretty has spurious comma when no variadic argument is specified 2021-02-03 11:41:38 -08:00
ASTMerge [ASTImporter] Add support for importing GenericSelectionExpr AST nodes. 2020-12-16 15:39:50 -08:00
clang-rename
ClangScanDeps Revert "[clang-scan-deps] Support clang-cl" 2020-12-14 13:32:38 -05:00
CodeCompletion [clang][CodeComplete] Fix crash on ParenListExprs 2021-02-08 13:16:49 +01:00
CodeGen [X86] Always assign reassoc flag for intrinsics *reduce_add/mul_ps/pd. 2021-02-09 21:14:06 +08:00
CodeGenCoroutines [test] Move coro-retcon-unreachable.ll into llvm/test 2021-01-07 14:06:01 -08:00
CodeGenCUDA [CUDA][HIP] Fix device variable linkage 2021-02-05 15:11:12 -05:00
CodeGenCXX PR48587: is_constant_evaluated() should not evaluate to true during a 2021-02-08 17:34:40 -08:00
CodeGenHIP
CodeGenObjC [ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitly 2021-02-05 06:09:42 -08:00
CodeGenObjCXX [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
CodeGenOpenCL [OpenCL] Fix pipe type printing in arg info metadata 2021-02-08 16:05:13 +00:00
CodeGenOpenCLCXX [OpenCL] Fix address space in binding of initializer lists to referencs 2021-02-03 12:48:21 +00:00
CodeGenSYCL
Coverage
CoverageMapping [Coverage] Propogate counter to condition of conditional operator 2021-02-03 13:33:22 -08:00
CXX Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, not 2021-01-19 12:48:40 -08:00
Driver [NFC,Clang] Add more Asan Driver tests 2021-02-09 03:08:00 -08:00
FixIt
Format [test] Use host platform specific error message substitution in lit tests - continued 2021-02-03 09:53:22 -05:00
Frontend [clang][cli] Command line round-trip for HeaderSearch options 2021-02-04 10:18:34 +01:00
Headers [OpenCL] Add macro definitions of OpenCL C 3.0 features 2021-02-05 18:42:25 +03:00
Import clang-import-test: Clean up error output for files that cannot be found 2020-12-11 17:07:58 -08:00
Index Reapply "[clang][cli] Report result of ParseLangArgs" 2021-02-08 13:14:43 +01:00
Integration
InterfaceStubs
Layout [Frontend] Add pragma align natural and sort out pragma pack stack effect 2021-01-13 10:53:24 -05:00
Lexer [c++2b] Add tests for feature test macros. 2020-12-18 13:42:23 -08:00
Misc [clang-cl] Remove the /fallback option 2021-02-04 10:33:16 +01:00
Modules Make sure a module file with errors produced via '-fallow-pcm-with-compiler-errors' can be loaded when using implicit modules 2021-02-08 16:10:39 -08:00
OpenMP [FileCheck] Default --allow-unused-prefixes to false 2021-02-08 13:37:04 -08:00
Parser Revert "[Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item" 2021-02-08 06:38:31 -06:00
PCH [clang] Allow LifetimeExtendedTemporary to have no access specifier 2021-01-18 19:19:57 +01:00
Preprocessor [clang][emscripten] Add builtin define for __EMSCRIPTEN_PTHREADS__ 2021-02-05 13:53:05 -08:00
Profile [clang] Add -fprofile-prefix-map 2021-01-25 10:14:04 -08:00
Refactor
Rewriter
Sema Correct some confused diagnostic terminology 2021-02-04 15:52:07 -05:00
SemaCUDA [CUDA][HIP] Fix checking dependent initalizer 2021-02-04 18:04:54 -05:00
SemaCXX PR48606: The lifetime of a constexpr heap allocation always started 2021-02-08 17:58:05 -08:00
SemaObjC [-Wcompletion-handler][NFC] Remove unexpected warnings on Windows 2021-02-09 13:50:11 +03:00
SemaObjCXX [Sema] Fix an assertion failure in -Wcompletion-handler 2021-01-25 13:02:02 -05:00
SemaOpenCL [OpenCL] Add macro definitions of OpenCL C 3.0 features 2021-02-05 18:42:25 +03:00
SemaOpenCLCXX [OpenCL] Fix default address space in template argument deduction. 2021-02-04 13:51:53 +00:00
SemaSYCL Fix missing error for use of 128-bit integer inside SPIR64 device code. 2020-12-07 10:42:32 -08:00
SemaTemplate Fix miscomputation of dependence for elaborated types that are 2021-02-04 13:14:15 -08:00
TableGen
Templight
Tooling [Syntax] Add syntax-tree-dump in clang-check. 2021-01-29 14:10:27 +01:00
Unit
utils/update_cc_test_checks [utils] Fix UpdateTestChecks case where 2 runs differ for last label 2020-12-15 07:16:54 -08:00
VFS [VFS] Add support to RedirectingFileSystem for mapping a virtual directory to one in the external FS. 2021-02-02 14:56:17 +10:00
.clang-format
CMakeLists.txt [clang] Add llvm-strip to test dependencies 2021-01-09 11:57:27 -08:00
cxx-sections.data
lit.cfg.py [FileCheck] Default --allow-unused-prefixes to false 2021-02-08 13:37:04 -08:00
lit.site.cfg.py.in
make_test_dirs.pl
TestRunner.sh