llvm-project/clang/test
Nemanja Ivanovic 1013967436 [PowerPC] Remove const from paired vector store builtins
For some reason, we implemented the xx_stxvp intrinsics
to require a const pointer. This absolutely doesn't make
sense for a store. Remove the const from the definition.
2022-05-31 21:51:15 -05:00
..
APINotes
ARCMT
AST [AST] Dont invalidate a ref-type var decl if it has no initializer. 2022-05-25 15:14:35 +02:00
ASTMerge
Analysis [analyzer][NFC] Rename GREngine->CoreEngine, GRExprEngine->ExprEngine in comments and txt files 2022-05-27 11:04:35 +02:00
C/drs Improve the strict prototype diagnostic behavior 2022-05-26 08:35:56 -04:00
CXX [clang] NFC: introduce test for D126620 2022-05-30 22:45:57 +02:00
ClangScanDeps [Lex] Fix crash during dependency scanning while skipping an unmatched `#if` 2022-05-27 23:59:30 -07:00
CodeCompletion
CodeGen [PowerPC] Remove const from paired vector store builtins 2022-05-31 21:51:15 -05:00
CodeGenCUDA [Cuda] Use fallback method to mangle externalized decls if no CUID given 2022-05-26 09:18:22 -04:00
CodeGenCUDASPIRV
CodeGenCXX [PS5] Allow dllimport/dllexport same as PS4 2022-05-26 07:01:30 -07:00
CodeGenCoroutines [C++20] [Coroutines] Conform the updates for CWG issue 2585 2022-05-25 10:31:26 +08:00
CodeGenHIP
CodeGenHLSL [HLSL] Enable vector types for hlsl. 2022-05-31 13:54:17 -07:00
CodeGenObjC [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01:00
CodeGenObjCXX [DeadArgElim] Re-apply: Set unused arguments for internal functions 2022-05-12 08:46:16 -07:00
CodeGenOpenCL [AMDGPU] Add llvm.amdgcn.sched.barrier intrinsic 2022-05-11 13:22:51 -07:00
CodeGenOpenCLCXX
CodeGenSYCL
Coverage
CoverageMapping [clang][NFC] Cleanup some coroutine tests 2022-05-16 05:15:12 -07:00
Driver [HIP] Pass -Xoffload-linker option to device linker 2022-05-31 22:17:40 -04:00
ExtractAPI [clang][extract-api] Don't emit symbols prefixed with an underscore 2022-05-25 19:02:18 +01:00
FixIt Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
Format
Frontend [Clang] Add DriverKit support 2022-05-13 20:34:57 +01:00
Headers Roll back use of #warning for header deprecations 2022-05-26 14:51:39 -04:00
Import
Index Revert "[clang][test] mark tests added in ee8524087c as unsupported on AIX" 2022-05-30 09:35:26 -04:00
Integration
InterfaceStubs
Interpreter Revert "[clang-repl] Recover the lookup tables of the primary context." 2022-05-31 06:25:37 +00:00
Layout
Lexer [Tooling/DependencyScanning & Preprocessor] Refactor dependency scanning to produce pre-lexed preprocessor directive tokens, instead of minimized sources 2022-05-26 12:50:06 -07:00
LibClang
Misc [clang-fuzzer] Add a tiny tool to generate a fuzzing dictionary for clang 2022-05-09 18:25:29 +02:00
Modules [Driver] Enable to use C++20 standalne by -fcxx-modules 2022-05-30 14:19:56 +08:00
OpenMP [OpenMP][Clang] Fix atomic compare for signed vs. unsigned 2022-05-30 11:02:20 -04:00
PCH Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
Parser Improve the strict prototype diagnostic behavior 2022-05-26 08:35:56 -04:00
ParserHLSL
ParserSYCL
Preprocessor [clang] Fix __has_builtin 2022-05-19 11:34:42 -04:00
Profile
Refactor
Rewriter
Sema [PowerPC] Remove const from paired vector store builtins 2022-05-31 21:51:15 -05:00
SemaCUDA Fix test; we now expect a pedantic warning 2022-05-11 06:52:21 -04:00
SemaCXX [PS5] Tweak dllexport test 2022-05-31 08:22:15 -07:00
SemaHLSL
SemaObjC Fix failing test case with strict prototype changes 2022-05-26 08:46:11 -04:00
SemaObjCXX Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
SemaOpenCL [OpenCL] Do not guard vload/store_half builtins 2022-05-17 10:57:23 +01:00
SemaOpenCLCXX
SemaSYCL
SemaTemplate [clang] Prevent folding of non-const compound expr 2022-05-16 07:50:39 +02:00
TableGen
Templight
Tooling Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
Unit [lit] Fix setup of sanitizer environment 2022-05-19 19:24:16 -07:00
VFS Reland "[dwarf] Emit a DIGlobalVariable for constant strings." 2022-05-18 13:56:45 -07:00
clang-rename
utils/update_cc_test_checks Revert "[utils] Avoid hardcoding metadata ids in update_cc_test_checks" 2022-05-10 14:04:19 -07:00
.clang-format
CMakeLists.txt [clang-fuzzer] Add a tiny tool to generate a fuzzing dictionary for clang 2022-05-09 18:25:29 +02:00
TestRunner.sh
lit.cfg.py [lit] Fix setup of sanitizer environment 2022-05-19 19:24:16 -07:00
lit.site.cfg.py.in