llvm-project/clang/test
Qiu Chaofan 2fc0d439a4 [Clang] [PowerPC] Fix header include typo in smmintrin.h
The SSE4 header (smmintrin.h) should include SSSE3 (tmmintrin.h) instead
of SSE2 (emmintrin.h).

Reviewed By: jsji

Differential Revision: https://reviews.llvm.org/D111482
2021-10-11 10:44:08 +08:00
..
APINotes
ARCMT Improve type printing of const arrays to normalize array-of-const and const-array 2021-09-13 19:17:05 -07:00
AST [clang] Fix JSON AST output when a filter is used 2021-10-10 07:46:17 +05:30
ASTMerge
Analysis [analyzer][solver] Fix CmpOpTable handling bug 2021-10-06 18:28:03 +02:00
CXX [clang] Set max allowed alignment to 2^32 2021-10-08 11:44:15 -07:00
ClangScanDeps [ClangScanDeps][test] Add -fmodules-cache-path=DIR/cache to make diagnostics.c hermetic 2021-09-13 13:17:55 -07:00
CodeCompletion Diagnose -Wunused-value based on CFG reachability 2021-09-28 10:00:15 -07:00
CodeGen [Clang] [PowerPC] Fix header include typo in smmintrin.h 2021-10-11 10:44:08 +08:00
CodeGenCUDA [CFE][Codegen] Update auto-generated check lines for few GPU lit tests 2021-10-07 09:05:39 +05:30
CodeGenCXX Don't update the vptr at the start of the destructor of a final class. 2021-10-08 19:59:42 -07:00
CodeGenCoroutines Revert "[Coroutines] [Clang] Look up coroutine component in std namespace first" 2021-09-03 16:01:09 -04:00
CodeGenHIP
CodeGenObjC Fix a variety of bugs with nil-receiver checks when targeting 2021-10-08 05:44:06 -04:00
CodeGenObjCXX [AIX][ZOS] Disable LIT tests on AIX and z/OS due to lack of Objective-C support 2021-09-16 14:04:42 -04:00
CodeGenOpenCL [OpenCL] Fix as_type3 invalid store creation 2021-09-29 09:40:06 +01:00
CodeGenOpenCLCXX [C++4OpenCL] Introduces __remove_address_space utility 2021-08-06 10:40:22 +01:00
CodeGenSYCL [CFE][Codegen] Update auto-generated check lines for few GPU lit tests 2021-10-07 09:05:39 +05:30
Coverage
CoverageMapping Revert "[Coroutines] [Clang] Look up coroutine component in std namespace first" 2021-09-03 16:01:09 -04:00
Driver [Driver][test] Fix undefined-libs.cpp when CLANG_DEFAULT_UNWINDLIB is libunwind 2021-10-08 14:40:22 -07:00
FixIt Implement P1949 2021-08-18 07:33:14 -04:00
Format
Frontend [inliner] Mandatory inlining decisions produce remarks 2021-10-05 14:01:25 -07:00
Headers [CUDA] remove unneeded includes from CUDA-related headers. 2021-10-06 17:20:21 -07:00
Import [AIX][ZOS] Disable LIT tests on AIX and z/OS due to lack of Objective-C support 2021-09-16 14:04:42 -04:00
Index Revert "[Coroutines] [Clang] Look up coroutine component in std namespace first" 2021-09-03 16:01:09 -04:00
Integration
InterfaceStubs
Interpreter Reland "[clang-repl] Allow loading of plugins in clang-repl." 2021-10-05 13:04:01 +00:00
Layout [AIX] Check for typedef properly when getting preferred type align 2021-09-08 16:21:52 -04:00
Lexer Implement #pragma clang final extension 2021-09-27 14:11:16 -05:00
LibClang libclang.so: Make SONAME independent from LLVM version 2021-07-26 16:37:26 -07:00
Misc Add no_instrument_function attribute to Objective C methods as well 2021-10-08 17:54:44 -07:00
Modules [AIX] Disable tests failing due to missing DWARF sections 2021-10-08 12:06:38 -04:00
OpenMP [OpenMP] Add RTL function for getting number of threads in block. 2021-10-08 22:21:59 -04:00
PCH Diagnose -Wunused-value based on CFG reachability 2021-09-28 10:00:15 -07:00
Parser Extend init-statement to allow alias-declaration 2021-10-08 07:13:45 -04:00
ParserSYCL
Preprocessor Fix a diagnoses-valid in C++20 with variadic macros 2021-10-09 08:20:20 -04:00
Profile [AIX] Change the linkage of profiling counter/data to be private 2021-09-29 00:47:25 +00:00
Refactor
Rewriter
Sema [test] Fixup builtin-assume-aligned.c 2021-10-08 13:07:28 -07:00
SemaCUDA [CUDA] Pass ExecConfig through BuildCallToMemberFunction 2021-09-16 11:18:12 -07:00
SemaCXX PR52073: Fix equivalence computation for lambda-expressions. 2021-10-08 13:54:01 -07:00
SemaObjC Add no_instrument_function attribute to Objective C methods as well 2021-10-08 17:54:44 -07:00
SemaObjCXX
SemaOpenCL [OpenCL] Supports optional writing to 3d images in C++ for OpenCL 2021 2021-09-20 10:07:38 +01:00
SemaOpenCLCXX [OpenCL] Initialize temporaries in the private address space 2021-09-13 12:56:04 +01:00
SemaSYCL Change __builtin_sycl_unique_stable_name to just use an Itanium mangling 2021-09-28 06:41:03 -07:00
SemaTemplate [clang] don't instantiate templates with injected arguments 2021-09-29 23:19:13 +02:00
TableGen
Templight
Tooling [clang][tooling] Accept Clang invocations with multiple jobs 2021-07-27 10:47:55 +02:00
Unit
VFS [Modules] Do not remove failed modules after the control block phase 2021-08-17 16:46:51 -07:00
clang-rename
utils/update_cc_test_checks Revert "[OpenMP] Codegen aggregate for outlined function captures" 2021-09-21 13:20:39 -07:00
.clang-format
CMakeLists.txt Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case."" 2021-10-08 17:43:23 -07:00
TestRunner.sh
cxx-sections.data
lit.cfg.py Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case."" 2021-10-08 17:43:23 -07:00
lit.site.cfg.py.in libclang.so: Make SONAME independent from LLVM version 2021-07-26 16:37:26 -07:00
make_test_dirs.pl